@@ -24,6 +24,34 @@ toolbar icon.
24
24
** If you find the CSV Lint plug-in useful you can buy me a coffee!** ☕
25
25
[ ![ paypal] ( https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=US5SMK2DC6TXE )
26
26
27
+ Syntax highlighting colors
28
+ --------------------------
29
+ Syntax highlighting will make it easier to see columns in the data files.
30
+ Note that the rendering of the syntax highlighting runs on a separate thread
31
+ in the background. This means that for larger files (~ 50MB or more) it can
32
+ happen that the beginning of the file displays column colors but at the end of the
33
+ file it's still uncolored.
34
+
35
+ There are four pre-defined color schemes you can select in the ` Setttings ` dialog.
36
+ At first time startup, the plug-in will select normal or darkmode color scheme,
37
+ depending on the Dark Mode setting in the Notepad++ ` config.xml ` .
38
+
39
+ ![ CSV Lint color styles for syntax highlighting] ( /docs/csvlint_color_styles.png?raw=true " CSV Lint plug-in color styles for syntax highlighting ")
40
+
41
+ These predefined color sets have been [ carefully selected] ( https://github.com/BdR76/CSVLint/tree/master/extra#generate_colorspy )
42
+ so that each column color is as different as possible from the next.
43
+ The color scheme settings are stored in a file ` CSVLint.xml ` which is
44
+ automatically created at first time startup or when the file is missing,
45
+ also see an example [ CSVLint.xml file here] ( https://github.com/BdR76/CSVLint/blob/master/extra/ ) .
46
+
47
+ %USERPROFILE%\AppData\Roaming\Notepad++\plugins\config\CSVLint.xml
48
+
49
+ You can also change the colors in the "Style Configurator dialog", see menu item
50
+ ` Settings > Style configurator... > Language: CSV Lint ` . If you have a CSV file
51
+ open you'll immediately see the changes as you edit them. Note that selecting a
52
+ default color scheme in ` Setttings ` will overwrite any changes made in
53
+ the Style Configurator dialog.
54
+
27
55
CSV Lint window
28
56
---------------
29
57
Click the toolbar icon or select the menu item ` Plugins > CSVLint > CSV Lint window `
@@ -598,34 +626,6 @@ and they are stored in a settings file `%USERPROFILE%\AppData\Roaming\Notepad++\
598
626
| TrimValues | Trim values before analyzing or editing (recommended). | true |
599
627
| UserPref section | Various input settings for the CSV Lint dialogs for Convert Data, Reformat, Split Column etc. | |
600
628
601
- Syntax highlighting colors
602
- --------------------------
603
- Syntax highlighting will make it easier to see columns in the data files.
604
- Note that the rendering of the syntax highlighting runs on a separate thread
605
- in the background. This means that for larger files (~ 50MB or more) it can
606
- happen that the beginning of the file displays column colors but at the end of the
607
- file it's still uncolored.
608
-
609
- There are four pre-defined color schemes you can select in the ` Setttings ` dialog.
610
- At first time startup, the plug-in will select normal or darkmode color scheme,
611
- depending on the Dark Mode setting in the Notepad++ ` config.xml ` .
612
-
613
- ![ CSV Lint color styles for syntax highlighting] ( /docs/csvlint_color_styles.png?raw=true " CSV Lint plug-in color styles for syntax highlighting ")
614
-
615
- These predefined color sets have been [ carefully selected] ( https://github.com/BdR76/CSVLint/tree/master/extra#generate_colorspy )
616
- so that each column color is as different as possible from the next.
617
- The color scheme settings are stored in a file ` CSVLint.xml ` which is
618
- automatically created at first time startup or when the file is missing,
619
- also see an example [ CSVLint.xml file here] ( https://github.com/BdR76/CSVLint/blob/master/extra/ ) .
620
-
621
- %USERPROFILE%\AppData\Roaming\Notepad++\plugins\config\CSVLint.xml
622
-
623
- You can also change the colors in the "Style Configurator dialog", see menu item
624
- ` Settings > Style configurator... > Language: CSV Lint ` . If you have a CSV file
625
- open you'll immediately see the changes as you edit them. Note that selecting a
626
- default color scheme in ` Setttings ` will overwrite any changes made in
627
- the Style Configurator dialog.
628
-
629
629
About
630
630
-----
631
631
An about window
@@ -657,5 +657,6 @@ History
657
657
29-oct-2022 - v0.4.6.2 Fixed width positions parameter, docked window font, syntax highlighting toggle button
658
658
16-apr-2023 - v0.4.6.3 Syntax Highlighting fix, new SkipLines feature and quoted string improvements
659
659
02-may-2023 - v0.4.6.4 Comment character and dark mode support
660
+ 04-jun-2023 - v0.4.6.5 Support enum/coded values and various updates
660
661
661
662
BdR©2023 Free to use - send questions or comments: Bas de Reuver - bdr1976@gmail.com
0 commit comments