GeeK

Results 46 comments of GeeK

Hi @ptahchiev, yes, 2000 files (or mostly entities in your case) are hard to maintain in general. Still I am a bit puzzled how putting different entities with different schemas/columns...

@dereuromark This is due to the fact that editing the data via table editor transforms the CSV text representation in a table-like data-structure, without a value based change-observer. Some details...

https://github.com/SeeSharpSoft/intellij-csv-validator#csv-plugin-causes-the-ide-to-stop-working-properly

The .editorConfig is generally acknowledged. However, some of the [settings are fixed for CSV files](https://github.com/SeeSharpSoft/intellij-csv-validator/blob/73cf0eba859fc110b6e4101909620c4b53e34c46/src/main/java/net/seesharpsoft/intellij/plugins/csv/settings/CsvLanguageCodeStyleSettingsProvider.java#L81) on purpose, like never wrap any lines, enable tab character in general, etc. The tab...

@NaimadTheOne @uselessfire Thanks for reporting! Unfortunately I can't reproduce the issue. Can any of you provide some more details, like the used IDE & version, plugin version, and how did...

@uselessfire Thanks a lot! 👍 This is very helpful - I'll double check with PyCharm and the described setup. A screencast would be awesome though.

@uselessfire Thanks for the screencast and the file. However, locally I can handle that file quite fine: https://user-images.githubusercontent.com/3205800/116603138-e163c780-a92c-11eb-9b1b-c5160ef36171.mp4 (the screencast was window based, so the context menu popover wasn't recorded,...

I am really sorry, but I don't have any handle on this bug. I can't reproduce it, I don't have an indicator for the root cause, there is nothing in...

As written in the [documentation](https://github.com/SeeSharpSoft/intellij-csv-validator#file-specific-value-separator--escape-character), it's available in the editors context menu (not the project views context menu).

@gbonline It seems the file is (no longer?) associated with the plugin, else the file icon would look different. Please check `File -> Settings -> File Types -> CSV file`,...