Closed zlatanvasovic closed 10 years ago
I don't generate that file myself, it's from upstream Scintilla. I haven't added the Scintilla/scripts stuff since there are of no use for here.
I only apply lexlink.js to comment out the unused lexers, so that there are no linker errors. That script isn't complete either, since lmAHK
doesn't exist in the original Scintilla file, thus I need to remember to add it manually, which can lead to issues like in the past...
Okay, will you write new script or just copy the one from Scintilla? I can help with scripts, though.
Scintilla's scripts are of no use for us being we don't add/remove lexers. I guess, I will add back the scripts folder, but regardless, lexlink.js will still be needed.
Of course.
2014-03-06 20:07 GMT+01:00 XhmikosR notifications@github.com:
Scintilla's scripts are of no use for us being we don't add/remove lexers. I guess, I will add back the scripts folder, but regardless, lexlink.js will still be needed.
— Reply to this email directly or view it on GitHubhttps://github.com/XhmikosR/notepad2-mod/issues/74#issuecomment-36924126 .
Zlatan Vasović - ZDroid
https://github.com/XhmikosR/notepad2-mod/blob/master/scintilla/src/Catalogue.cxx#L77 says that
scripts/LexGen.py
should be used for lexer generation. Asscripts/
directory doesn't exist, what should be used?