halfbrained / cuda_breadcrumbs

CudaText plugin. Breadcrumbs: widget for quick filesystem navigation
5 stars 1 forks source link

separator char - how Unix/Win handle the same option #38

Closed Alexey-T closed 3 years ago

Alexey-T commented 3 years ago

first saving of config - you write to config '/' char (linux). now Win app reads that config and it cannot set Win separator! suggestion - consider empty value of option as os.sep.

eltonfabricio10 commented 3 years ago

Initial setting (Win7)

Screenshot_1

eltonfabricio10 commented 3 years ago

first saving of config - you write to config '/' char (linux). now Win app reads that config and it cannot set Win separator! suggestion - consider empty value of option as os.sep.

I agree, consider empty value

Screenshot_2

halfbrained commented 3 years ago

Changed (9fb45519a65525876f1f1b9305121dab225c5513)

I wanted empty string for default cells style, but I'm fine with abandoning that