-
```
Hello,
Maybe someone from here knows an answer to my question. I've installed Zen
Coding on Sublime Text 2 via Package Control and I'm trying to use css
abbreviations.
If I write "h" + Tab in …
-
Im new to the Aptana 3. i was try to install emmet for Aptana. and i think its install perfectly. but its not working for css like Sublime Text 2 does with emmet.
how can i fix this ?
##
---…
-
I just tried Grasp on Sublime 3 (build 3059) and it doesn't seem to work. Ctrl + Shift + G brings up prompt but it doesn't find anything afterwards.
-
Works with cfm files but not cfc files. I am using Sublime Text 2, not sure if the issue exists in e or tm either.
Any plans to add support for CFCs?
-
Get
```
error: Package Control
The process git seems to have gotten stuck.
This is likely due to a password or passphrase prompt. Please ensure git works without a prompt, or change the "ignore_vcs…
-
```
Hello,
Maybe someone from here knows an answer to my question. I've installed Zen
Coding on Sublime Text 2 via Package Control and I'm trying to use css
abbreviations.
If I write "h" + Tab in …
-
```
Hello,
Maybe someone from here knows an answer to my question. I've installed Zen
Coding on Sublime Text 2 via Package Control and I'm trying to use css
abbreviations.
If I write "h" + Tab in …
-
I get this error when installing it in sublime 3
``` pytb
reloading plugin isort.isort_file
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py"…
-
Hi, I want to remove some files from my mackup using the `~/.mackup.cfg`. It did not remove them from the cloud storage automatically and restore them on my machine. So I thought I'd give `mackup unin…
-
In C/C++, when a parameter is required by a function prototype but unused, you can declare it like this:
```
int foo(int) {
}
```
In other words, the parameter of type `int` is not used and has no n…