Revivius
Revivius
@wvreeven, @AlexFalappa; first of all this is the repo for original LAF (thanks to @bulenkov once more), not the [nb-darcula](https://github.com/Revivius/nb-darcula) plugin repository. It is true that NetBeans editor theme is...
@markiewb; how to override that calculation ?
@markiewb; what about patching as described in http://wiki.netbeans.org/DevFaqModulePatching ? I never tried it.
@vt99; this is due to hardcoded background color in documentation text: ` StringBuilder sb = new StringBuilder("\n"); //NOI18N` see: http://hg.netbeans.org/main/file/294dca090459/javascript2.editor/src/org/netbeans/modules/javascript2/editor/doc/JsDocumentationPrinter.java#l141 Since that string was not assigned to a field I...
@vt99 please vote for bug mentioned by @markiewb, I did.
@markiewb can we use reflection to fix the color now ?
@markiewb; border is there but is clipped, I think it is due to size of progress text. Let me check.
@markiewb; I think this is due to custom LayoutManager used by he component that contains the progress bar. Check: http://hg.netbeans.org/main/file/tip/progress.ui/src/org/netbeans/modules/progress/ui/ListComponent.java `bar.setBounds(barOffset, UPPERMARGIN, offset - barOffset, mainHeight);` how to change that...
@markiewb I am aware of this issue but have no idea why it is happening.
@pnsantos; @jejanim are you using any plugins ? I dont know how to create coverage highlights on editor.