netbeans
netbeans copied to clipboard
Apache NetBeans
Switched to non-deprecated editor utilities API. PR is split into commits which usually handle a method pair. note to first commit: `LineDocumentUtils` unfortunately broke symmetry in `getLine[Start/End]`: - `getLineStart` didn't...
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.35.4 to 2.36.0. Release notes Sourced from shivammathur/setup-php's releases. 2.36.0 Changelog Added support for PHP 8.5 stable release. - name: Setup PHP 8.5 (stable) uses: shivammathur/setup-php@v2 with:...
### Apache NetBeans version Apache NetBeans 29 latest daily build ### What happened Opening some files in Java + Kotlin multi-module Gradle project throws NPE from nbjavac code: ``` Caused:...
### Apache NetBeans version Apache NetBeans 17 ### What happened When changing colors for a registered TextMate Language it will not apply to the specific language. (Figure 1) But when...
### Description There is a noticeable delay in the AutoCompletion popup in both NetBeans IDE and the NetBeans VSCode Extension. After investigation, it appears the delay originates from the default...
Fixes crashes and incorrect behavior when resolving completion items across different javac contexts. When completion items are created, they capture Element references from the initial javac context. Later, when the...
### Apache NetBeans version Apache NetBeans 28 ### What happened Autocompletion for assigning a variable to a given method automatically does not work anymore. e.g. given the line: getGreeting(); pressing...
Consider code like: ``` void test() { record R(int i) {} r = new R(0); } ``` there's an error on the `r = new R(0);` line, as `r` is...
### Description In Maven projects, NetBeans GUI Designer does not automatically detect external components added as dependencies in the pom.xml. Unlike IntelliJ IDEA, which registers these components in the palette...
### Description Support for the latest version of Php 8.5 ### Use case/motivation With the recent release of PHP 8.5 https://www.php.net/releases/8.5/en.php I think we can start preparing the support code...