-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dark mode, small improvement with line colour #10
Comments
Try to hide them by There is no API to change this color in a control. So it can be solved only by fully custom draw and I don't want to do it just for solving |
Thanks for the suggestion, but that caused other issues.
When I copied the default.ini to csvtab.ini, restart totalcmd, and view a
.csv file, it now shows only 1 column, and it seems the column delimiter is
not working correctly. Without the csvtab.ini, it works fine, but with the
csvtab.ini, either default-column=delimiter= left blank or =, is not
working.
The csv file has text in this structure "bla bla","bla bla 2","bla bla3"
…On Wed, 25 Dec 2024 at 10:46, little-brother ***@***.***> wrote:
Try to hide them by disable-grid-lines = 1 in csvtab.ini.
Is that enough?
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BLSR36CLGGJ2LR3IAM43IZL2HJ5HZAVCNFSM6AAAAABUFI46P2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRRG42TQMBSGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Best,
Wouter
+31 6 256 55 344
|
But why? You can just add keys or edit existing in
Because the plugin tries to auto-detect a delimiter and with only one row the result is unpredictable.
Hmm, it's strange.
You should use quotes to use a space as a value.
|
I now tried using just a clean csvtab.ini with only the line included to
remove gridlines.
When looking at the csv (attached) with F3 or CTRL Q, I get the same
problem:
[image: image.png]
when removing the .ini, it works fine again:
[image: image.png]
I noticed it is struggling to use , as the delimiter. When I change the
file to a ; delimiter, the plugin is working fine.
So the odd thing is, that the , delimiter is processed within with this
plugin, when not using the csvtab.ini, but no longer when there is a
csvtab.ini
…On Wed, 25 Dec 2024 at 21:09, little-brother ***@***.***> wrote:
When I copied the default.ini to csvtab.ini,
But why? You can just add or edit csvtab.ini.
it now shows only 1 column
Because the plugin tries to auto-detect a delimiter and with only one row
the result is unpredictable.
Without the csvtab.ini, it works fine
Hmm, it's strange.
either default-column=delimiter= left blank or =, is not working.
You should use quotes to use a space as te delimiter
default-column-delimiter=" "
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BLSR36GVBUD63US7XLSENAL2HMGIRAVCNFSM6AAAAABUFI46P2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRRHE4TANJVGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Best,
Wouter
+31 6 256 55 344
|
Unfortunately, the email client dropped images and the attached csv-file. Could you repeat them here or send images and the file to [email protected]? |
Hi, I'm hereby resending the images and csv file as an attachment.
Thanks for looking into this.
…On Thu, 26 Dec 2024 at 20:21, little-brother ***@***.***> wrote:
Unfortunately, the email client dropped images and the attached csv-file.
Could you repeat them here or send images and the file to ***@***.***?
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BLSR36G55T65Y6HIW7X6XT32HRJLTAVCNFSM6AAAAABUFI46P2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRTGA2DENZYGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Best,
Wouter
+31 6 256 55 344
|
Thanks for plugin, finally discovered it myself.
In darkmode, the cell borderlines are too bright, and therefore too distracting. The colour should be a dark gray instead, coming closer to a dark background.
how it looks now
The text was updated successfully, but these errors were encountered: