You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: build.gradle
+12-1
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ var final EAP_BUILD = '223'
73
73
var idea_version =System.getenv().getOrDefault('IDEA_VERSION', '2022.2.1')
74
74
var build_version = idea_version ==EAP_VERSION?EAP_BUILD: idea_version.substring(2, 4) + idea_version.charAt(5) // extract e.g. '221' from '2022.1.1'
75
75
76
-
version '3.0.0-'+ build_version
76
+
version '3.0.1-'+ build_version
77
77
78
78
apply plugin: 'org.jetbrains.intellij'
79
79
intellij {
@@ -100,9 +100,20 @@ For this release, the plugin was reworked quite a bit, focusing on performance a
100
100
101
101
Some options were removed for simplification and consistency (e.g. 'Tabularize' formatting), while new features were added (e.g. comment support in table editor).
102
102
103
+
Due to incompatible code changes, file specific settings (value separator & escape character) are lost and might need to be set again accordingly.
104
+
103
105
Feedback is welcome!
104
106
105
107
PS: The previous versions are still available on the project page.
108
+
109
+
110
+
Update 3.0.1
111
+
112
+
FIX: cannot init component state (componentName=CsvFileAttributes) #359
<p>Plugin for editing CSV files with a rainbow colored text- & table-editor. It supports are syntax validation, customization, intentions and many more.</p><br>
<b>TSV/PSV file support:</b> <em>TSV/PSV files are recognized as such but treated as a variant of CSV files, the same syntax highlighting and code style settings are applied.</em>
0 commit comments