Closed TobiasKrahn closed 8 years ago
Provide sample code for reproduction! I do not know, which filetype is it!
@TobiasKrahn is this for Angular Material ?
@markiewb It's just a html file. You should be able to reproduce it like this:
Sorry, that I can't provide any example. I'm currently on vacation :-).
@Revivius Yes, its angularjs or more specifically Angular Material element directives.
@TobiasKrahn, @markiewb same problem: https://netbeans.org/bugzilla/show_bug.cgi?id=257867. We need more votes for that bug.
In the meantime fixed with reflection, will be available in v1.6.
I have the same problem with this plugin: https://github.com/hexaviewtech/ionic-netbeans-plugin
Here is the screenshot:
@Chris2011; as you might already know: code completion item colors are provided by the author of respective module/plugin. We have been replacing hardcoded colors in standard modules (such as SQL editor, HTML editor, etc) using reflection but it is not feasible to hack every single CompletionItem implementation. Module authors should check UIManager.getBoolean("nb.dark.theme") (assuming all dark look and feels set this to true as nb-darcula does) and provide alternate colors that are reasonably readable on a dark background.
In this specific case: it is this line causing hard to read color:
Please report the issue to ionic-netbeans-plugin.
Thx for the explanation. I only thought because you fixed it for the above Plugin it was fixed in General.
Maybe just another hardcoded color.