Releases: SeeSharpSoft/intellij-csv-validator
Release 3.0.2
FIX: Detected bulk mode status update from DocumentBulkUpdateListener #384
FIX: Argument for @NotNull parameter 'parent' of PsiHelper.getNthChildOfType must not be null #372
FIX: Argument for @NotNull parameter 'element' of PsiHelper.getSiblingOfType must not be null #375
FIX: Cannot invoke "Document.getText()" because "document" is null #388
FIX: Cannot invoke "PsiFile.getProject()" because the return value of "CsvPsiTreeUpdater.getPsiFile()" is null #378
FIX: Argument for @NotNull parameter 'replacement' of CsvPsiTreeUpdater$ReplacePsiAction. must not be null #380
FIX: provide project parameter for opening link
FIX: Cannot invoke "Document.insertString(int, java.lang.CharSequence)" because "document" is null #386
FIX: first extension sanity check
Release 3.0.1
Major update release 3.*!
For this release, the plugin was reworked quite a bit, focusing on performance and table editor usage. The table editor is now the default editor!
Some options were removed for simplification and consistency (e.g. 'Tabularize' formatting), while new features were added (e.g. comment support in table editor).
Due to incompatible code changes, file specific settings (value separator & escape character) are lost and might need to be set again accordingly.
Feedback is welcome!
PS: The previous versions are still available on the project page.
Update 3.0.1
FIX: cannot init component state (componentName=CsvFileAttributes) #359
FIX: cannot invoke "add(Object)" because "this.myUncommittedActions" is null #361
FIX: cannot invoke "createNotification(...)" because "notificationGroup" is null #362
FIX: cannot invoke "getManager()" because the return value of "getPsiFile()" is null #363
FIX: image in plugin description
FIX: plugin update restart
Release 2.21.0
PERF: support comments in fast lexer
PERF: reworked (rainbow) coloring
PERF: avoid formatting while typing
PERF: limit column highlighting to 1000 entries around caret
PERF: limit calculation and buffering of CSV column info data
FIX: short comments
Release 2.18.2
What's Changed
- Ability to open urls from IntelliJ csv view by @SeeSharpSoft in #313
- Release 2.18.1 by @SeeSharpSoft in #317
- Fix null related bugs by @SeeSharpSoft in #322
- Release 2.18.2 by @SeeSharpSoft in #323
Full Changelog: 2.18.0...2.18.2
Release 2.18.0
NOTE: Minimum version requirement changed to v2020.1 and newer
FIX: Show diff opens an empty window #306
Release 2.17.1
Release 2.15.1
FIX: Rainbow Values no longer works #265
Release 2.14.4
NEW: Auto detect value separator (by count)
Release 2.14.3
NEW: Added default "Header row fixed" setting
NEW: Support "Comment with line comment" #247
FIX: "Value coloring" change not applied to open files
Release 2.14.1
NEW: Predefined column colors (Rainbow-style)
NEW: Enhanced color scheme switch
NEW: Table Editor coloring
FIX: Performance for indexing large CSV files #239