Open GoogleCodeExporter opened 9 years ago
the css selector bsha how it work?
bsha+{CTRL+ALT+ENTER} =
-webkit-box-shadow: ${1:hoff} ${2:voff} ${3:blur} ${4:rgba(0,0,0,0.5)};
-moz-box-shadow: $1 $2 $3 $4;
-ms-box-shadow: $1 $2 $3 $4;
box-shadow: $1 $2 $3 $4;
???
Original comment by torokvmit@gmail.com
on 15 Sep 2010 at 12:19
This snippets syntax doesn't supported by NPP.
Original comment by serge....@gmail.com
on 15 Sep 2010 at 12:24
@Comment 99 / @Comment 100
Have you remapped Ctrl-E in the shortcut mapper? The Python version uses
standard N++ shortcuts, so will not create a "global" keymapping like the JS
version. (I assume you have removed the JS version?)
The snippets syntax will hopefully be added to N++ at some point (next couple
of months or so...).
Dave.
Original comment by davebrot...@gmail.com
on 16 Sep 2010 at 11:56
@Comment 103 / @Comment 99
I thought I had removed the old NppScripting version, but it was still hanging
out in my plugins folder. Deleted it, remapped Ctrl+E to the Python version,
and it works, no pass-through.
yeephp, check ./Notepad++/plugins for NppScripting.dll and an NppScripting
folder. Close N++, delete those two items (or just move them out of N++'s tree,
if you want to be cautious), and restart. Check your Plugins menu for the Zen
Coding entry and use the Shortcut Mapper to tweak the keys if you want.
Original comment by voyagerfan5761
on 16 Sep 2010 at 9:30
Every time I update the python script version (0.1.1 -> 0.2), I seem to loose
every functionality and I have to revert to the old version to get it working
again.
Am I doing something wrong here? I'm just using the N++ auto-updater
functionality and clicking "update" when it invites me to... (then restart N++
of course)
(Very happy with version 0.1.1 anyway, thanks a lot for this great plugin!)
Original comment by vincent....@gmail.com
on 17 Sep 2010 at 8:44
@Comment 105
Try uninstalling completely and reinstalling. I'm using 0.2 with no trouble
under N++ 5.7.
Original comment by voyagerfan5761
on 17 Sep 2010 at 8:24
@Comment 105
It sounds like there's an old file hanging about - make sure your
"ZenCoding-Python" directory is completely removed (outside the
my_zen_settings.py file, if you've made changes), then do a reinstall (or
install) of the plugin from plugin manager. If that doesn't work, could you
report back on either the Python Script forum
(http://sourceforge.net/projects/npppythonscript/forums/forum/1188886), or the
Notepad++ plugin development forum - save posting to this "issue". If you
can't get to the SF forums, feel free to drop me an email - davegb at pobox
dort com.
Taking a look at the python console could show you where the issue is -
Plugins, Python Script, Show Console. Show it immediately on startup, and then
try an Expand Abbreviation, and take a look at or report back with the error.
Original comment by davebrot...@gmail.com
on 17 Sep 2010 at 8:38
@Comment 103 / @Comment 106
When I try the python version ZenCoding, the trouble is python console not
start and the pyzen not available (Environment: win7, unzip version NP++ 5.7
unicode, python script plugin 0.7, py-zen 0.2, maybe python script plugin
cann't read "#coding=utf-8"). So I use the unzip version np with zencoding (js)
sometime and other np installed.
Original comment by yee...@gmail.com
on 19 Sep 2010 at 3:38
Original issue reported on code.google.com by
lava...@gmail.com
on 28 Sep 2009 at 4:04