netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Apache NetBeans

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

This support provides the following: * lexer based syntax coloring * useful keybindings * some code completion based on the keys in the current document. ![image](https://user-images.githubusercontent.com/1381701/184558612-70679582-6721-482f-9cb5-8a2102fbf70c.png)

Editor

This PR restores the bit assignment to the OS constants before #4025

do not merge
priority:critical

### Description NetBeans lacks proper support for launching a command line session with cmd or PowerShell and still requires installation of Cygwin. ### Use case/motivation I would like to be...

kind:feature
os:windows

Changes for NetBeans in general - Add schemas for Jakarta EE 9 - Add namespace for Jakarta EE - Add missing deployment descriptor files for Java EE and Jakarta EE...

do not merge
Java EE/Jakarta EE
enterprise
Ant

### Description Native git should be supported because: * JGit inevitably lags behind native git, e.g. support for "gitattributes" [1] took over 7(!) years, and there's still no support for...

kind:feature
Contribution welcome

### Apache NetBeans version Apache NetBeans 14 ### What happened Problem in HTML, specified choice not available ### NetBeans XML Editor Extension Module Tutorial https://netbeans.apache.org/tutorials/nbm-xmleditor.html > *Specifying the Module’s Dependencies*...

kind:bug
needs:triage

based on delivery - conflictsWithLocal is called in a loop and recomputes methodsIn on each iteration which scales very badly (quadratic complexity) - we can simply extract this part out...

kind:bug
Java
performance
Editor

### Apache NetBeans version Apache NetBeans 14 ### What happened In Oracle netbeans there was an option for [enabling annotation processing](https://netbeans.apache.org/kb/docs/java/annotations-lombok.html) which is missing in apache netbeans. ### How to...

kind:bug
needs:triage

Dependency tree is exported from Gradle, using *still nonpublic* `project.dependency` API. I admit I need it functioning for the NBLS server, so I propose to go short-term with **implementation** dependency...

API Change
Gradle
VSCode

This PR adds a new HTML Rule, Hint and HintFix for a missing "alt" attribute for following tags: img, applet, area. I copied over some code from existing ExtractInlinedStyleRule and...

HTML
hints