CSVLint icon indicating copy to clipboard operation
CSVLint copied to clipboard

Transparent cursor breaks custom colors

Open ThomasMcA opened this issue 2 years ago • 1 comments

When using Dark Mode in 64bit NP++, TransparentCursor = True in CSVLint 0.4.6.6 breaks the custom color for the current line indicator IN ALL TABS, not just CSV tabs.

Steps to Reproduce the Issue

  1. Select Dark Mode
  2. Set the Current Line Indicator to Frame
  3. Use the Style Configurator to select a custom color for the Current line background

Here is my NP++ screen with TransparentCursor disabled: image

As soon as I click OK to the settings dialog: image

The custom color gets changed to the default: image

I have no idea what TransparentCursor is supposed to do, but it shouldn't do anything to non-CSV tabs.

ThomasMcA avatar Jan 31 '24 04:01 ThomasMcA

See #77

This issue has been commonly encountered since Notepad++ version 8.6; the reason why is explained in some detail here: https://community.notepad-plus-plus.org/post/90967

rdipardo avatar Feb 01 '24 10:02 rdipardo