nb-darcula icon indicating copy to clipboard operation
nb-darcula copied to clipboard

Closing script tag (</script>) is hard to see in autocomplete in html file

Open ghost opened this issue 8 years ago • 4 comments

Possible to make the color lighter closing script tag. js_autocomplete

ghost avatar May 27 '16 14:05 ghost

http://hg.netbeans.org/main/file/26a46bf0558d/html.editor/src/org/netbeans/modules/html/editor/api/completion/HtmlCompletionItem.java#l444 ???

markiewb avatar Jul 24 '16 16:07 markiewb

Fixed in #73, but EndTag color is an enum: http://hg.netbeans.org/main/file/26a46bf0558d/html.editor/src/org/netbeans/modules/html/editor/api/completion/HtmlCompletionItem.java#l527

granella avatar Jul 24 '16 19:07 granella

I think it is possible to modify enum constants with reflection but is it worth all the hack ?

Revivius avatar Jul 25 '16 11:07 Revivius

maybe rs

granella avatar Jul 25 '16 23:07 granella