XhmikosR / notepad2-mod

LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
https://xhmikosr.github.io/notepad2-mod/
Other
1.45k stars 270 forks source link

Wrong file #74

Closed zlatanvasovic closed 10 years ago

zlatanvasovic commented 10 years ago

https://github.com/XhmikosR/notepad2-mod/blob/master/scintilla/src/Catalogue.cxx#L77 says that scripts/LexGen.py should be used for lexer generation. As scripts/ directory doesn't exist, what should be used?

XhmikosR commented 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...

zlatanvasovic commented 10 years ago

Okay, will you write new script or just copy the one from Scintilla? I can help with scripts, though.

XhmikosR commented 10 years ago

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.

zlatanvasovic commented 10 years ago

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