chrsmithdemos / zen-coding

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

Notepad++ Ctrl+Y(Redo) not use #307

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.enter the text
2.backspace
3.ctrl+z(Undo)
4.ctrl+y

What is the expected output? What do you see instead?
execute Redo. Nothing happens.

What version of the product are you using? On what operating system?
Windows Vista 32bit notepad++ v5.8.6

Please provide any additional information below.

Original issue reported on code.google.com by 318...@gmail.com on 1 Dec 2011 at 7:56

GoogleCodeExporter commented 9 years ago
Workaround is to edit the Zen Coding.js file. Find the 'Evaluate Math 
Expression' line towards the bottom of file and change the shortcut from 
'Ctrl+Y' to 'Ctrl+Shift+Y' or anything else.

Original comment by tomo...@gmail.com on 20 Jan 2012 at 9:38

GoogleCodeExporter commented 9 years ago
Thank you.
The problem is resolved.

Original comment by 318...@gmail.com on 23 Jan 2012 at 8:46

GoogleCodeExporter commented 9 years ago
Just giving here further information:
Open up the file in
 "c:\Program Files\Notepad++\plugins\NppScripting\includes\Zen Coding.js"

E.g. I couldn't use the keys "Ctrl+Y" and "Ctrl+Shift+B" for Eclipse and other 
programs. Therefore I just had to comment those lines.

Line 8010
//addMenuItem('Evaluate Math Expression', 'evaluate_math_expression', 'Ctrl+Y');
Line 8022
//addMenuItem('Reflect CSS Value', 'reflect_css_value', 'Ctrl+Shift+B');

Info: comment other blocked keyboard shortcuts if necessary.

Original comment by tw04n...@gmail.com on 6 Jun 2012 at 12:46

GoogleCodeExporter commented 9 years ago
thx

Original comment by ZqckF...@gmail.com on 11 Oct 2012 at 12:46