Open GoogleCodeExporter opened 8 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
Hey guys, I downloaded this absolutely genius plugin a few months ago, and it
worked beautifully. Now I got a new PC, I downloaded N++ and the Zen plugin,
and it doesn't work, not even after remapping. It doesn't work at all. Is there
anybody still supporting this plug-in for N++? Or how can I get the old
version?
Original comment by pablo.a....@gmail.com
on 26 Nov 2010 at 11:39
You are using JS (http://code.google.com/p/zen-coding/downloads/list) or Python
(http://sourceforge.net/projects/notepad-plus/forums/forum/482781/topic/3837779)
plugin version?
Original comment by serge....@gmail.com
on 26 Nov 2010 at 11:42
Wow that was FAST.. Hey Serge, I don't know, it's the one I got my hands on
directly on the Zen Code downloads page... I'm pretty sure it's the Py version.
Maybe the JS is what I'm looking for? Thanks for the quick reply, I love Zen.
Original comment by pablo.a....@gmail.com
on 26 Nov 2010 at 11:46
Serge, turns out I had previsouly intalled the Python version. I reinstalled
N++ with th JS off the site. Works great now. Sorry for wasting your time :/
thanks!
Original comment by pablo.a....@gmail.com
on 26 Nov 2010 at 11:52
Actually, Python version is a better solution, looks like it solved a lot of
issues that JS version has. Try to look around at SF.net link provided earlier
for problems solution
Original comment by serge....@gmail.com
on 26 Nov 2010 at 11:56
Original comment by serge....@gmail.com
on 12 Dec 2010 at 3:06
Issue 140 has been merged into this issue.
Original comment by serge....@gmail.com
on 12 Dec 2010 at 3:16
I have a small problem that is trully unnerving me:
when i enter: div#mainContent>p{Lorem ipsum dolor sit amet...} and try to
expand it, it doesnt; but if i dont enter any text or braces, it does expand...
what am i doing wrong? >(
thanks.
Original comment by up...@msn.com
on 22 Dec 2010 at 12:47
ZC currently doesn't support text nodes, but this feature already landed into
github repo. Just wait for the v0.7 release
Original comment by serge....@gmail.com
on 22 Dec 2010 at 12:53
Issue 230 has been merged into this issue.
Original comment by serge....@gmail.com
on 22 Dec 2010 at 5:54
anyone noticed that when expanding a code with <a> tag href isnt added ??
to make it clear ..
if you type
#wrapper>nav>li*>a and expand it you'll get
<div id="wrapper">
<nav>
<li>
<a></a>
</li>
</nav>
</div>
it should be
<div id="wrapper">
<nav>
<li>
<a href="#"></a>
</li>
</nav>
</div>
am i missing somthing or this w'll be added in a future release?
thanks for the hard work guys
well done!
Original comment by nayfeh@gmail.com
on 11 Jan 2011 at 1:47
nayfeh, looks like Zen Coding settings weren't loaded. Which plugin version do
you use, JS or Python?
Original comment by serge....@gmail.com
on 11 Jan 2011 at 3:28
@ serge.che
i am using the JS version ..
Zen.Coding-Notepad++.v0.6.1.zip
i have tried to get ahref and the only solution was by adding [a href="#"]
so the code w'd look like this
#wrapper>nav>ul>li*5>a[href="#"]
Original comment by nayfeh@gmail.com
on 12 Jan 2011 at 10:44
Well, that's weird. Anyway, I'm working on ZC v0.7 release so I'll take a look
at this problem when I upgrade N++ plugin
Original comment by serge....@gmail.com
on 12 Jan 2011 at 10:47
thanks for the great work .. i just wanted to add that am using windows 7
ultimate 64 bit .and notepad++ v 5.8.6
Original comment by nayfeh@gmail.com
on 13 Jan 2011 at 7:59
Hello serge .. sorry for flooding the topic..i am just trying to be helpfull..
the problem is solved now..
i had java U22 ..
after updating to U23 all is working perfectly now .
thanks again .
Original comment by nayfeh@gmail.com
on 13 Jan 2011 at 1:20
Just for info, V0.7 of the Python powered Notepad++ plugin has just been
released -
http://sourceforge.net/projects/npppythonscript/files/ZenCoding-Python/
@Comment 121 - this works fine in 0.7 Python.
Congrats to Sergey and all involved on the 0.7 release.
Original comment by davebrot...@gmail.com
on 21 Mar 2011 at 12:15
I have just updated to version 0.7 (python) and I noticed that some commands do
not work any more when in a PHP file (they did work in the previous version of
the plugin). For instance:
-toggle comment
-remove tag
-match pair outward
-match pair inward
Other commands (wrap, expand abbreviation) still work in PHP files.
Is there any reason for that change, or is that a bug? How can I get those
commands to work again in PHP files?
Original comment by vincent....@gmail.com
on 21 Mar 2011 at 2:09
I've just pushed up 0.7.0.1 which fixes these, and some other small issues. To
avoid swamping this "issue", please report any issues you find (if possible) to
http://sourceforge.net/projects/notepad-plus/forums/forum/482781/topic/4420839/i
ndex/page/1
Original comment by davebrot...@gmail.com
on 22 Mar 2011 at 12:39
So, how to unbind global shortcuts?
Original comment by Dut...@gmail.com
on 1 Jun 2011 at 1:40
Shortcuts being global is really still an issue here... I wonder if any effort
is being done to fix this?
Original comment by giraldi....@yahoo.com
on 20 Jun 2011 at 7:02
The configuration of new version of plugin is complicat and incomprehensible.
Original comment by bracsek....@gmail.com
on 20 Jun 2011 at 7:25
@129 - the Python version of the plugin doesn't have that problem.
@130 - have you tried the Python version of the plugin - there is barely any
config, although you can set some options directly from the menus. Link in
comment 127
Original comment by davebrot...@gmail.com
on 20 Jun 2011 at 7:48
@131 - Where can I get the python version? Tx.
Original comment by giraldi....@yahoo.com
on 21 Jun 2011 at 4:36
@132 - the link is on the page mentioned in @127, and also on the main Zen
Coding page. Here it is again anyway -
http://sourceforge.net/projects/npppythonscript/files/ZenCoding-Python/
Original comment by davebrot...@gmail.com
on 21 Jun 2011 at 4:46
Hi,
I downloaded the python zencoding files, installed them but it's not working
(Zencoding is appearing in the Plugins dropdown menu). NP++ version = 5.9.3
Any suggestion on how to make it work? Tx!
Original comment by Arc...@gmail.com
on 30 Aug 2011 at 6:14
@134 - have you installed the Python Script plugin too - it needs that to
function. If you install through plugin manager it will install this for you.
If you have, then show the console (from the Python Script plugin menu), and
report any errors.
Original comment by davebrot...@gmail.com
on 31 Aug 2011 at 5:31
Tabstop do not work in notepad++ version(Python zen-coding)
Original comment by Byz...@gmail.com
on 15 Apr 2012 at 3:45
Tabstop do not work in notepad++ version(Python zen-coding)
Original comment by Byz...@gmail.com
on 15 Apr 2012 at 3:45
Для тех у кого не работает CTRL + E в zen-coding в
notepad++ - пошаговая инструкция
https://plus.google.com/112795052047708703314/posts/WtHC9gB5KiS
Original comment by icedo...@gmail.com
on 14 Sep 2012 at 11:28
There’s newer version of plugin (the Zen Coding plugin is renamed to Emmet):
https://github.com/sergeche/zen-coding/downloads
Original comment by serge....@gmail.com
on 14 Sep 2012 at 11:32
[deleted comment]
Hello, i was download Emmet,
but if i click CTRL + E (notepad++) ,
exmple p(CTRL + E) is write me p and some wierd type and write'n in this type
"ENQ"
please help :(
and my version of np++ is the newest
Original comment by pazkach...@gmail.com
on 3 Oct 2012 at 1:02
Original issue reported on code.google.com by
lava...@gmail.com
on 28 Sep 2009 at 4:04