Does anyone know of any notepad plugin that will either highlight or underline a hex color in script. I found a couple but were old and couldn't be validated
Something like this...
Color highlighting
-
- Posts: 2
- Joined: 01 Dec 2020, 11:57
Re: Color highlighting
This may help you. There is an add-on script written for the PythonScript-plugin called EnhanceAnyLexer.py, which can add extra highlighting that cannot be handled by a builtin lexer or the UDL lexer. It includes some examples.
Link: https://github.com/Ekopalypse/NppPythonScripts/blob/master/npp/EnhanceAnyLexer.py
Link: https://github.com/Ekopalypse/NppPythonScripts/blob/master/npp/EnhanceAnyLexer.py
-
- Posts: 2
- Joined: 01 Dec 2020, 11:57
Re: Color highlighting
Thanks i'll have a look as it will save me tons of time, i can almost instantly recognize the purpose of hundreds of lines with matching function names by it's color.
Even if it just supports basic html style it's easy enough to use these in the main scripts
Even if it just supports basic html style it's easy enough to use these in the main scripts