-
Notifications
You must be signed in to change notification settings - Fork 35
syntax highlighting #41
Comments
Hello, I'm not sure exactly what you intend to do; If you manually edit the language definition in the userDefineLang.xml it will be erased, because the plugin overwrite the userLanguage with the name So at the moment, you are FORCED to use the syntax i defined; but as i see it can be problematic, i will find an alternative solution for the stable release. Please tell me if i didn't understand your question right. and make sure userDefineLang.xml is accessible (Right click on file > Security > Check what's needed to allow total control to current user) or you won't even be able to load the plugin! :) |
Thanks for the quick response. You understand my question correctly. I want be able to edit standard color scheme :) And I think, you should add in to folding code 2 style "DO FOR" and "EDITING" keywords. For examle bloks editing:end and do for:end shoud be able to folding: ps: your plugin is the best of the best, thank you! :) |
Thank you very much for the support, i appreciate it! I'm glad this can be useful to you :) I will make sure to add an option to not overwrite the User Defined Language at each shutdown so you can modify it as you wish (this modification will come with release v1.1). Also note that using a UDL is only a temporary solution, i'm working toward a custom lexer inside the plugin, but as it is not a priority i don't know when i'll implement it! Thanks for the I'm closing the issue, see you in v1.1.0! ^^ |
- Fix several minor bugs (from the auto generated report) - Fixed lexer to correctly read end of statement again (was broken at the last commit) - Corrected issues : #32, #29, #33, #27, #36, #35, #32, - Now correctly handles errors if 3P failed to write in userDefineLang.xml (which would cause 3P to fail loading) - #41 : adding support for the key word EDITING (code folding + correct block indentation - #39 : you can now open the main application window from any file (instead of only progress files before)
I just wanted use colors and font from other colors scheme. This color scheme based on https://github.com/ccleaud/ProgressABL-for-Notepad-plusplus |
Ok! I already have everything needed to create new themes for the application and syntax highlighting, ill make sure to include this theme asap ^^ This guy's name ccleaud sounds familiar ;P |
^^ |
- missing keyword : "FILE-INFO" as an abbreviation of "FILE-INFORMATION" - Corrected a bug that caused the plugin to be enable to run normally when the user modified a file from an external editor and then reloaded it in npp **New features** Adding a disclaimer in the about page
Hello,
How to use own syntax highlighting schema? I can modify user lang OpenEdgeABL , but all my changes had been rolling back after restarting np++ .
The text was updated successfully, but these errors were encountered: