netbeans
netbeans copied to clipboard
Apache NetBeans
### Description Re: #7780 Conditions: HiDPI, Linux, X11 When a program is developed in NB, that invokes a X program, the invoked program will inherit the GDK_SCALE environment variable, set...
The current logic to auto-detect HiDPI settings on Linux from #3113 only handles the 2x case. This PR expands it to handle fractional scaling, as described in [this thread](https://lists.apache.org/thread/y5f52bnqx9qvvn35h9lk0mztkv2n35fj). Taking...
those test cases were very slow and inherited down to many other test classes (~10). this made running hint tests slow from within the IDE (can create the impression that...
Added test case. As far as I am concerned nothing is wrong. closes #7800 --- **^Add meaningful description above** Click to collapse/expand PR instructions By opening a pull request you...
preparations to upgrade to nb-javac based on JDK 25 this is not meant to be integrated yet, the wrapped nb-javac is an experimental build which was backported to JDK 17...
Currently, configuration requests require a round trip every time the language server needs a value from the client. For example, in `TextDocumentServiceImpl`, the `completion` method, which provides auto-complete suggestions, performs...
Changed the NBLaunchDelegate to use launchType instead of guessing it from file location. bug - [#353](https://github.com/oracle/javavscode/issues/353) Similarly preferProjActions is picked up launch arguments (if available) instead of guessing it bug...
By assuming that most code is used, we can focus on the scenario where an Element is used in a package local file and cache it. This avoids having to...
### Apache NetBeans version Apache NetBeans 25 ### What happened NB14 worked fine. However, in NB26, 22 if you have a 3 screen setup , 2 screens butting along the...
closes #5024 * Added bracket highlighting for generic angle brackets. * Includes a couple of new unit tests. The biggest hurdle is that bit wise shift operators get tokenized by...