intellij-csv-validator
intellij-csv-validator copied to clipboard
CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...
Message --- Stacktrace --- java.lang.Throwable: Assertion failed at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:254) at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:263) at com.intellij.openapi.editor.impl.SelectionModelImpl.removeSelectionListener(SelectionModelImpl.java:122) at com.intellij.openapi.editor.SelectionModel.lambda$addSelectionListener$0(SelectionModel.java:225) at com.intellij.openapi.util.ObjectTree.runWithTrace(ObjectTree.java:127) at com.intellij.openapi.util.ObjectTree.executeAll(ObjectTree.java:159) at com.intellij.openapi.util.Disposer.dispose(Disposer.java:243) at com.intellij.openapi.util.Disposer.dispose(Disposer.java:231) at com.intellij.openapi.rd.LifetimeDisposableExKt$createNestedDisposable$added$1.invoke(LifetimeDisposableEx.kt:58) at com.intellij.openapi.rd.LifetimeDisposableExKt$createNestedDisposable$added$1.invoke(LifetimeDisposableEx.kt:57) at com.jetbrains.rd.util.lifetime.LifetimeDefinition.destruct(RLifetime.kt:427) at...
java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because "location" is null at java.desktop/javax.swing.ImageIcon.(ImageIcon.java:232) at net.seesharpsoft.intellij.plugins.csv.editor.table.swing.CsvTableEditorSwing.$$$setupUI$$$(CsvTableEditorSwing.java) at net.seesharpsoft.intellij.plugins.csv.editor.table.swing.CsvTableEditorSwing.(CsvTableEditorSwing.java:82) at net.seesharpsoft.intellij.plugins.csv.editor.table.CsvTableEditorProvider$1.build(CsvTableEditorProvider.java:70) at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.createComposite(FileEditorManagerImpl.kt:1198) at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$openFileInEdt$2$1.invokeSuspend(FileEditorManagerImpl.kt:2131) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108) at com.intellij.openapi.application.impl.DispatchedRunnable.run(DispatchedRunnable.kt:43) at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:209) at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:22)...
Hello, I upgraded my version of Intellij and csv editor plugin and i noticed the following problem : I can't move a column with drag and drop in the table...
The main features that I use from this plugin are the rainbow colouring and the column alignment on formatting. Without the column alignment in version 3.0.1, this plugin is much...
I love the interface for this plugin - it makes it much easier to edit large CSV files. However, the default Ctrl+F (Find) functionality doesn't work in the table view,...
Maybe I am not able to find it properly but v. 3.0.2-223 has no way to search, search/replace inside CSV editor. IntelliJ Community Edition last stable release.
For cases when the first row is a header, it would be nice to be able to set the first row's color. I am envisioning having row color, when providing,...
to reproduce: 1. open csv file in table editing mode 2. insert a column before some other one 3. try to give it a name - that does not work...
It seems related to https://github.com/SeeSharpSoft/intellij-csv-validator/issues/73, but I can't find a setting. For me the plugin always uses the first row as header but it contains data in my case. #...
So i've been using an old IDEA and some old version of the plugin (2.14.3) and it was working great. Now I had to update to a newer version of...