Open GoogleCodeExporter opened 8 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
Thank you.
The problem is resolved.
Original comment by 318...@gmail.com
on 23 Jan 2012 at 8:46
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
thx
Original comment by ZqckF...@gmail.com
on 11 Oct 2012 at 12:46
Original issue reported on code.google.com by
318...@gmail.com
on 1 Dec 2011 at 7:56