Dmitry Ignatovich
Dmitry Ignatovich
Hello, could you please provide a file fragment that would allow me to reproduce the problem? BTW does switching the filetype from CSV to Plain Text fix this somehow?
Is this reproducible with a specific file or a set of conditions? If so I would appreciate it if someone could enable debug logging for the extension `rainbow_csv.enable_debug_logging` in the...
Sorry for the late reply (I didn't have much time recently to work on the extension anyway). Do you mean something like this? ```type,max_speed car,200 plane,1000 bike,50 # Is this...
Thank you for the feedback! I agree it would be cool to support window functions including `lag` but I haven't yet even started looking into how hard it would be...
Thanks for the feedback! Technically it should be doable, although as I remember there are a lot of places in the code that have special handling of whitespaces by default....
Done, starting from version 3.12 you can use `Set rainbow separator` command to select the whitespace separator with a non-merging policy in the new UI.
I can try to implement a script that would do automatic assignment when I have more time. And to be clear, this system would never be "fair" because: 1. Some...
Thank you for reporting! I need to learn a little more to debug this issue. What file type (language id) shows in the bottom right corner of the window, is...
I think most operating systems should allow to paste without color/formating e.g. Ctrl + Shift + V in windows (instead of Ctrl + V) or Cmd + Shift + V...
Thank you for the correction, @masebu, you are right, it depends on the destination software. I also investigated it a little bit more, and it turns out this apparently can...