netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Apache NetBeans

Results 708 netbeans issues
Sort by recently updated
recently updated
newest added

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...

Code cleanup
ci:all-tests

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:...

PHP
Upgrade Library
CI

### 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:...

kind:bug
Java
needs:triage
nb-javac

### 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...

kind:bug
needs:triage

### 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...

kind:feature
needs:triage

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...

Java
LSP

### 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...

kind:bug
Java
Editor
needs:triage
pending-response

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...

Java

### 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...

kind:feature
needs:triage
FormDesigner

### 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...

PHP
kind:feature
needs:triage