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

Darcula LAF for NetBeans

Results 46 nb-darcula issues
Sort by recently updated
recently updated
newest added

Possible to make a darker background. ![jsdoc_popup](https://cloud.githubusercontent.com/assets/10602367/15602492/2bfa5020-23fe-11e6-8352-882facbed1e3.png)

![unnamed 2](https://cloud.githubusercontent.com/assets/1857095/13027757/149a4fc8-d25c-11e5-9c35-32489a684b3f.png)

This isn't strictly an issue with nb-darcula, but the underlying JVM. The JetBrains Java runtime recently added [support for dark titles bars](https://twitter.com/dsfokin/status/869488465804750849) under macOS. There is a corresponding OpenJDK [enhancement...

I have **ClassNotFoundException** when using darcula: [nb-darcula-exc.txt](https://github.com/Revivius/nb-darcula/files/587675/nb-darcula-exc.txt) Stacktrace: ``` java.lang.ClassNotFoundException: org.netbeans.modules.form.layoutdesign.LayoutPainter at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222) ```

Made various small code improvements that deal with bad coding practices , code safety and optimization.

This is still not work and previous issue #14 was closed. I have project with some warning and I want use Find Usages. First dialog has focus on find and...

First of all, thank you for this great theme! I always wanted a beautiful dark theme for Netbeans, just like the Darcula theme of IntelliJ-IDEA. I want to suggest a...

We have a report in NetBeans Bugzilla about a NPE when using darcula: https://netbeans.org/bugzilla/show_bug.cgi?id=258553 Stacktrace: java.lang.NullPointerException: Colors cannot be null at java.awt.GradientPaint.(GradientPaint.java:90) at com.revivius.nb.darcula.ui.ContentAreaAwareToggleButtonUI.getBackgroundPaint(ContentAreaAwareToggleButtonUI.java:34) at com.revivius.nb.darcula.ui.ContentAreaAwareButtonUI.paint(ContentAreaAwareButtonUI.java:56) at javax.swing.plaf.ComponentUI.update(ComponentUI.java:161) at com.revivius.nb.darcula.ui.ContentAreaAwareButtonUI.update(ContentAreaAwareButtonUI.java:115)...

Possible to make the color lighter closing script tag. ![js_autocomplete](https://cloud.githubusercontent.com/assets/10602367/15610497/39dc1ac2-242e-11e6-8706-c46344100535.png)

1) Updated to the latest NB maven plugins. 2) Added the lib folder as a local repository so project can be compiled without modifications after initial checkout. 3) Added some...