tomasr / viasfora

A Visual Studio Extension containing miscellaneous improvements to the editor.
Other
557 stars 90 forks source link

Empty keyword lists restore all keywords in C# #323

Open TheBoxyBear opened 2 years ago

TheBoxyBear commented 2 years ago

When editing the list of C# keywords to highlights, leaving the list empty restores the list to its default value of all keywords of the category when the Options dialog is closed. Putting a single space in the textbox fixes it, but if all categories are set to only a space, one of them is brought back to its default value.

TheBoxyBear commented 2 years ago

Until this is fixed, a workaround is to set the color of these keywords to RGB 86, 156, 214 (Obtained from a color picker on a screenshot of code with the C# driver disabled)

tomasr commented 2 years ago

Can you clarify why you want to set the list of keywords to highlight to an empty list? Are you trying to disable keyword highlighting? Asking because there are explicit options to disable keyword highlighting globally....