netbeans
netbeans copied to clipboard
Apache NetBeans
I do not have a chance to test this. It is just for supporting a mail on the dev list. This is removing the Windows OS specific code from ```NbClipboard```,...
### Apache NetBeans version Apache NetBeans 13 ### What happened I use the IDE for a php project(PHP7.4 as PHP version). I am going to give you an example to...
### Description Support for PHP 8.2 https://wiki.php.net/rfc#php_82 - [ ] https://wiki.php.net/rfc/null-false-standalone-types - [ ] https://wiki.php.net/rfc/true-type - [ ] https://wiki.php.net/rfc/readonly_classes - [ ] https://wiki.php.net/rfc/constants_in_traits - [ ] https://wiki.php.net/rfc/fetch_property_in_const_expressions - [ ]...
Note: this is the last "feature" PR - it depends on #4729. This PR will be rebased on whatever version #4729 evolves into. The PR builds on top of `BuildPropertiesSupport`...
### Apache NetBeans version Apache NetBeans 15 ### What happened Example Java source code: ```java public abstract class AbstractBase { abstract void method(); static { AbstractBase base = new Derived();...
### Apache NetBeans version Apache NetBeans 15 ### What happened Example Java source code: ```java public final class Example { private final List items; // (*) public Example(List items) {...
### Apache NetBeans version Apache NetBeans 15 ### What happened When changing a file that is under Git control, and then changing it back to the original state in the...
There are a few warnings related to an empty statement. [repeat] /home/bwalker/src/netbeans/ide/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/actions/ConnectorPanel.java:204: warning: [empty] empty statement after if [repeat] if (e.getActionCommand ().equals ("SwitchMe!")); // NOI18N [repeat] ^ This change cleans...
_Originally posted by @6PATyCb in https://github.com/apache/netbeans/issues/4710#issuecomment-1272557189_ When too much files is opened I like to use `documents list` format for manage it:  but in that format would be good...
Attempt to fix an intermittent clipboard bug on Windows, where cut/paste with external applications would stop working until IDE was restarted. With this fix, the problem still occurs occasionally, but...