BdR76 / CSVLint

CSV Lint plug-in for Notepad++ for syntax highlighting, csv validation, automatic column and datatype detecting, fixed width datasets, change datetime format, decimal separator, sort data, count unique values, convert to xml, json, sql etc. A plugin for data cleaning and working with messy data files.
GNU General Public License v3.0
167 stars 10 forks source link

Notepad++ > 8.3.3 Scintilla 5 updates remove external lexer support #19

Closed vinsworldcom closed 2 years ago

vinsworldcom commented 2 years ago

Running latest Notepad++ development build:

image

See here.

BdR76 commented 2 years ago

Oh man.. ☹ That is a real shame, the syntax highlighting is one of the best features of this plug-in. Thanks for letting me know, I've posted a questoin about it on the forum.

vinsworldcom commented 2 years ago

Good news - external lexer support is back in, but with ILexer5 so you'll probably need to make some changes, but should be good to go!

BdR76 commented 2 years ago

I didn't have the time to work on an update for this issue until now but it's fixed. See the releases for the latest version. You can download the new CSVLint version 0.4.5.1 here

The plugin list was also updated so it will be available in the next Notepad++ update. Btw I've also updated this lexer example project