GeeK

Results 46 comments of GeeK

@kdschlosser Thanks for the suggestion. The reason for that is mostly performance: Switching between text and table is currently always performing a full conversion between parsed text and table-datastructure. Live...

The current parser implementation based on RFC 4180 is correct with respect to those double quotes - the provided CSV example isn't though. You are referencing one sentence from RFC...

The provided file just doesn't follow the CSV format properly regarding the usage of quotes, therefore the parser stops and marks it as an error. See also #9 or #60...

@jimad I am sorry to hear that. I just downloaded Android Studio 4.0.1 to test it and got quite some pointing error logs within the IDE. It seems that Android...

Thanks for reporting - unfortunately I either don't understand the issue correctly, or I cannot reproduce it. What do you mean by "open a diff window"? Is it the option...

Thanks for the clarification. Unfortunately I am not able to reproduce it locally, even when following the path you noted down directly after starting the IDE. Can you provide IDE...

Thanks for the detailed description and the screenshot. I actually couldn't reproduce the same behavior (the diff screen looks slightly different for me, and it was always actually showing the...

Thanks for sharing. There is no "Table Editor" tab anymore - and I used the very same check for the "Text" editor to prevent it during diff-view. So I'd claim...

This is how it looks for me!! 🙈 I am again clueless... suggestions are welcome! PS: Yes, the "fancy CSV icon" - didn't know about the "Extra Icons" plugin, thanks!

@kdschlosser Thanks for the suggestion. This is indeed a common use case for CSV files. However, the plugin is focusing on editing CSV formatted text, independent of the meaning of...