protoc / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

Notepad++ plugin problem with many windows #246

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open notepad++ open any file
2. open second copy notepad++
3. in second copy type "head" and press ctrl+e
4. nothing happens

What is the expected output? What do you see instead?
When I open few windows of notepad++ and try to press ctrl+E, action happens in 
inactive window of notepad++ in area where was cursor later. In active windows 
nothing happens. If open only one copy of notepad++ there is no problem. 

What version of the product are you using? On what operating system?
ZenCoding 0.6 + notepad++ 5.6.8 + windows 7

Please provide any additional information below.

Original issue reported on code.google.com by pivo...@gmail.com on 23 Feb 2011 at 1:08

GoogleCodeExporter commented 9 years ago
Try to switch to Python version: 
http://sourceforge.net/projects/npppythonscript/files/

Original comment by serge....@gmail.com on 24 Feb 2011 at 11:22

GoogleCodeExporter commented 9 years ago
Issue 252 has been merged into this issue.

Original comment by serge....@gmail.com on 14 Mar 2011 at 2:19

GoogleCodeExporter commented 9 years ago
Issue 262 has been merged into this issue.

Original comment by serge....@gmail.com on 14 Apr 2011 at 9:00

GoogleCodeExporter commented 9 years ago
Issue 263 has been merged into this issue.

Original comment by serge....@gmail.com on 14 Apr 2011 at 9:01

GoogleCodeExporter commented 9 years ago
In response to issue #262 - the problem exists in the ZenCoding.js file, line 
8010:

addMenuItem('Evaluate Math Expression', 'evaluate_math_expression', 'Ctrl+Y');

Should be:
addMenuItem('Evaluate Math Expression', 'evaluate_math_expression', 
'Ctrl+Shift+Y');

Original comment by ronanred...@netscape.net on 25 May 2011 at 6:26