N
N
NaN2015-02-11 17:51:23
Python
NaN, 2015-02-11 17:51:23

Russian tags in Emmet + Notepad++ (eg ). How?

Actually, subject. I would like to have support for the convenience of writing some Russian-language xml files.
Tried changing npp_emmet.py:


[-]if c in 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ:_-':
[+]if c in 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZ:_-':
begin = c + begin
else:
break

and reinstall, but it brings everything back.
How and how to recompile python dll under win 8.1?
Maybe there is a "correct" way to solve the issue?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question