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
151 stars 8 forks source link

Bug when used with another plugin (CSVLint and ComparePlus) #73

Closed carlos-esteves closed 12 months ago

carlos-esteves commented 12 months ago

After to do "Compare" and stop this there are a "black line" that not disappear from cursor. If I do "Plugins -> CSVLint -> Settings -> Cancel" the BUG (the black line cursor) disappear.

BdR76 commented 12 months ago

Thanks, I hadn't though about this but closing the Settings form (Cancel or OK doesn't matter) will also call the RefreshFromSettings(), to update some variables for the TwoDigitYearMax and TransparentCursor settings.

I don't have the time to work on the plug-in at the moment, but you're right this is a good tip 👍

BdR76 commented 12 months ago

Duplicate of #68