netbeans
netbeans copied to clipboard
Apache NetBeans
### Apache NetBeans version Apache NetBeans 28 ### What happened In debug when we set breakpoint in a class tab, when debugger reach this breakpoint, it open duplicate tab. Note...
changes: - https://github.com/apache/maven/issues?q=milestone%3A3.9.12 - https://github.com/apache/maven/compare/maven-3.9.11...maven-3.9.12 highlight is probably https://github.com/apache/maven/pull/11003 which backports a guice related for-removal warning fix. (we implemented it via https://github.com/apache/netbeans/pull/9021) this uses a staged build until vote finishes
New methods added to String and List classes. So I add new golden files with this new methods Also minor test code update --- **^Add meaningful description above** Click to...
This adds new default libraries for JSF/Faces 3.0, 4.0 and 4.1 This also changes the frameworks wizard, now the registered libraries are only selectable if compatible, this screenshot is taken...
### Description Separate the autocomplete from the spellchecker, for HTML documents. ### Use case/motivation Currently, or rather for several years now, the autocomplete and the spellchecker are fused together for...
Historically NetBeans relied on cygwin or MSYS to provide a shell on windows. With WSL (the windows subsystem for linux) an alternative was established, that runs a full linux kernel...
### Apache NetBeans version Apache NetBeans 28 ### What happened I searched the repository for a scala plugin for netbeans but the search engine returned a zero? ### Language /...
If you have add more than one remote and you want to push an untracked branch, NetBeans just shows an error that it can't choose the correct remote due to...
This pull request proposes support for **.env** files. Maybe it has too much features for the daily usage for these kind of files, but I think it's something to be...
The Java refactoring is sometimes using class path (`ClasspathInfo`) that is, to me, extremely weird. In the specific case of https://github.com/apache/netbeans/issues/9056, the `ClasspathInfo` used to process `GspIndenter` does not in...