netbeans
netbeans copied to clipboard
Apache NetBeans
### Description At the current state it is not possible to define the formatting rules (like number of spaces per indent) for TypeScript files. But it is possible to define...
### Description If you have this piece of TypeScript code and not installed @types/lodash, NetBeans shows an editor hint, which seems to come from the LSP with message: "Install '@types/lodash"....
### Description SwitcherTable limits the columnWidth in SwitcherTable.getPreferredSize() in line 335 to hard-coded 250 pixels. This sometimes does not fit in custom applications based on NetBeans platform. Can this behavior...
1. Added `TextDocumentServiceImpl.convertToLineOnlyFolds` which: - accepts code-folds specified as fine-grained Position-based (line, column) ranges, and, - changes them to coarse-grained line-only ranges. - The line-only ranges computed uphold the code-folding...
### Description #6701 added support for PHP 8.3 #[\Override] attribute. This feature works nicely. However if the parent method has a function signature which is "incompatible" with the child method...
As documented here: https://maven.apache.org/resolver/api-compatibility.html Doing this is not only "right", but makes possible migration off the legacy classes, like shared.graph, shared.tree and many others are. After migration, the list of...
### Apache NetBeans version Apache NetBeans 22 ### What happened Drop line is not rendered after auto-expansion, but it should https://github.com/user-attachments/assets/d2aa1737-91e7-4f8e-b779-7289e63fc9a7 ### Language / Project Type / NetBeans Component _No...
### Apache NetBeans version Apache NetBeans 22 ### What happened When sorting members using 'organize member' function, most of the time it OK, but someting give error results also fail...
### Apache NetBeans version Apache NetBeans 26 ### What happened Moving a class from one package to another. java.lang.IllegalStateException: Cannot use Elements.getTypeElement before the TaskEvent.Kind.ENTER finished event. at com.sun.tools.javac.model.JavacElements.ensureEntered(JavacElements.java:890) at...
The PR will preview SVG files inside the IDE with MultiViewSupport  I already add actions that make sense to the SVGDataObject as for XML files like: * View (Opens...