CodeGlancePro icon indicating copy to clipboard operation
CodeGlancePro copied to clipboard

Disable hightlights

Open AndreKR opened this issue 2 years ago • 7 comments

I'm currently using CodeGlance Pro 1.5.2 in CLion 2022.1.3.

When there is an inspection warning in the code the respective part in CodeGlance is highlightes yellow:

image

(I don't actually know what this whole yellow line means, but anyway.)

I use CodeGlance to navigate, by basically remembering what each particular part of the code looks like in CodeGlance. The highlights are quite distracting and make it difficult to see the shape of the code.

At first I thought the option "Customize Highlighting Level" in the context menu was what I'm looking for, but that disables the warnings in the whole IDE (i.e. editor and scrollbars), which is not what I want. I want to keep the warnings, I just don't want them to cause highlights in CodeGlance.

AndreKR avatar Oct 24 '22 04:10 AndreKR

CodeGlance Pro-1.5.3.zip try this,options are on the setup page

Nasller avatar Oct 24 '22 05:10 Nasller

@Nasller Can confirm highlighting of inspections can be disabled in PHPStorm 2022.2.3 using package version 1.5.3.

Before After
Screenshot 2022-10-24 at 11 58 34 Screenshot 2022-10-24 at 11 55 04

Setting used was Filter Markup Highlight. It might be worth making these labels a bit clearer? Other might, but I didn't know what they meant and just unchecked them all until highlights disappeared. (Note VCS is self-explanatory)

JParkinson1991 avatar Oct 24 '22 11:10 JParkinson1991

@JParkinson1991 Sorry,I can't find a good name labels to define it, so i use the names defined in the SDK,Filter Markup Highlight including(debug highlight,inspection highlight and so on).Markup Highlight including(search results hightlight,Identifier under caret highlight and so on)

Nasller avatar Oct 24 '22 13:10 Nasller

I see, I didn't realise they came from the SDK, in that case I wouldn't recommend changing them. Maybe just include somewhere the 'including' like you've listed above.

Regardless, main thing is highlights can be turned on and off so thank you for getting that working!

JParkinson1991 avatar Oct 24 '22 14:10 JParkinson1991

I think the labels are ok, I tried out every setting anyway. But I don't have Filter Markup Highlight in the settings with the latest version available in the Plugins list. I don't know what to do with the zip.

AndreKR avatar Oct 24 '22 14:10 AndreKR

@AndreKR download the zip, 'Install Plugin from Disk' in the IDE and select the downloaded zip.

Screenshot 2022-10-24 at 15 46 33

JParkinson1991 avatar Oct 24 '22 14:10 JParkinson1991

happy hear that,Thanks

I see, I didn't realise they came from the SDK, in that case I wouldn't recommend changing them. Maybe just include somewhere the 'including' like you've listed above.

Regardless, main thing is highlights can be turned on and off so thank you for getting that working!

Nasller avatar Oct 24 '22 14:10 Nasller