netbeans
netbeans copied to clipboard
Apache NetBeans
- projects dir is now registered as favorite (after user home) - fixed bug: when a custom project dir location is specified by setting `netbeans.projects.dir`, the dir is now automatically...
### Apache NetBeans version Apache NetBeans 27 ### What happened Recent versions of the JDK API docs have been adding "Copy" buttons for code sections, like for example here: https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Class.html#newInstance%28%29...
This patch fixes: - code completion for `import module` - when an import name is being completed, need to properly insert the correct name, see: https://github.com/oracle/javavscode/issues/499 --- **^Add meaningful description...
### Apache NetBeans version Apache NetBeans 27 ### What happened Tools > Options > Formatting > PHP > Blank Lines > After function = 1 Expected: Actual: Notice `abstract function...
Saw that list while going through heap dumps and looking through GC roots. Looks important. Not sure if `org.netbeans.lib.nbjavac` needs to be on it too or only the original javac...
### Apache NetBeans version Apache NetBeans 27 ### What happened When a new Netbeans Platform Application is created, running it throws `java.lang.reflect.InaccessibleObjectException`. The maven archetype includes `jpms-flags` for the app...
### Description I split the code window into two windows to compare different areas, finding it useful to determine whether the curly brace closing a block in the lower window...
Be able to setup FlatFal styling for code editor toolbar separately from other toolbars in application. Main purpose - provide more flexibility in configuring FlatLaf style for NetBeans. What this...
### Description Netbeans has an option to export settings and import them into other instances. There is also an option to export format settings, which is good if collaboration. Unfortunately...
### Apache NetBeans version Apache NetBeans 27 ### What happened Files cannot be uploaded to FTP server when included by Composer from a local 'path' repository. This started happening after...