Closed lllama closed 11 years ago
can you supply two examples of the same extension where one does and one does not please offline?
Actually are you using the release version i.e. the one with the correct directory structure i.e. do you have a directory called .\NCCCodeNavi.CodeHighlighting relative to the binary?
Pretty sure I am using release version or running HEAD with correct directories. Assume I am because some highlighting is applied.
I'll dig out some example files
False positive - highlighting is applied consistently when NCCCodeNavi.CodeHighlighting is present. When the folder isn't present ".h" files seem to have highlighting, ".c" files don't.
there is some fall back code which defaults to the internal lexer / highlighter but it's not extension aware (god knows why) hence the crapness. Maybe it should be removed and the user warned about the missing directory?
The highlighting in code views is not always applied when opening a window. There doesn't appear to be an obvious difference between which files get highlighted and which don't.