-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nurlan Su
committed
Feb 21, 2016
1 parent
e712f6e
commit 18189f4
Showing
1 changed file
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,44 @@ | ||
# Coda-Autocomplete-Pops | ||
# Coda Autocomplete Pops | ||
|
||
Collection of modified .codapop files | ||
## What's this thingie? | ||
|
||
This is modified version of original `.codapop` files which comes with Coda 2. Original Pops works only in CSS, LESS and SCSS modes. Actually, this modified version add support of Sass mode. So you can use all Autocomplete-Pops with your files opened in Sass mode. | ||
|
||
## What's this pops? | ||
|
||
Pops help you to easily change some CSS properties, like `border-radius`, `border-width`, CSS colors, `margin`, etc. | ||
|
||
![Color Pop][colorPop] | ||
|
||
## Install | ||
|
||
#### With git | ||
|
||
``` | ||
cd /Applications/Coda\ 2.app/Contents/ | ||
git clone https://github.com/sumaxime/Coda-Autocomplete-Pops.git temp | ||
cp -r temp/* PlugIns && rm -rf temp | ||
``` | ||
|
||
#### Without git | ||
|
||
``` | ||
cd /Applications/Coda\ 2.app/Contents/ | ||
curl -L https://github.com/sumaxime/Coda-Autocomplete-Pops/tarball/master | tar xz --strip 1 -C PlugIns | ||
``` | ||
|
||
#### Manual | ||
|
||
1. [Download](https://github.com/sumaxime/Coda-Autocomplete-Pops/archive/master.zip) zip archive. | ||
2. Unarchive it. | ||
3. Go to Applications folder, right click on Coda 2.app and select "Show Package Contents", go to Contents folder. | ||
4. Now just Copy & Paste all `.codapop` files from zip archive to PlugIns folder. | ||
|
||
## Changelog | ||
|
||
**Version 1.0** | ||
- Added Sass mode support | ||
|
||
|
||
|
||
[colorPop]: http://i.imgur.com/yk9mZIA.png |