This project is mirrored from https://git.apache.org/repos/asf/netbeans.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 26 Oct, 2021 5 commits
-
-
Neil C Smith authored
Merge delivery to release126 for NB12.6-rc1
-
Neil C Smith authored
NETBEANS-6153 installer jdk 11 fixes
-
Eric Barboni authored
-
Neil C Smith authored
[NETBEANS-6111] auto completion for "record" is now prefix aware.
-
Neil C Smith authored
Assure that the decorated ranges in editor do not disappear when editor visibility changes.
-
- 25 Oct, 2021 1 commit
-
-
Neil C Smith authored
[jackpot] ConvertTextBlockToString warning should be a hint/suggestion
-
- 22 Oct, 2021 8 commits
-
-
Martin Entlicher authored
-
Junichi Yamamoto authored
[NETBEANS-5970] Add the option for HTML palette completion
-
Junichi Yamamoto authored
-
Junichi Yamamoto authored
-
Michael Bien authored
-
Michael Bien authored
-
Michael Bien authored
This makes the refactoring available both as inspection and as inline hint.
-
Michael Bien authored
-
- 21 Oct, 2021 7 commits
-
-
Matthias Bläsing authored
[jackpot] updated Collection.toArray() refactoring
-
Matthias Bläsing authored
[NETBEANS-5892] - Java Maven Web Project not created properly
-
Matthias Bläsing authored
[jackpot] hint reload on save + run action registration + small cleanup
-
Michael Bien authored
-
Dusan Balek authored
* GR-34384: Multiple hints suggesting to add the same import. * GR-34412: Do not show MalformedURLException when untitled file is open in VSCode. * GR-34553: VSCode: Broken code completion inside a Java class body. * GR-34533: Hint prefixed by <html>. * GR-34480: Changing the method name for introduce method refactoring doesn't work. * GR-33806: Generated equals method shows by default a warning. * Enable tests for java.lsp.server module.
-
Jaroslav Tulach authored
Don't search for parent folders when there is .mxignore file
-
Tomáš Myšík authored
[NETBEANS-6087] Use the refactoring feature for private members of trait instead of the instant renamer
-
- 20 Oct, 2021 7 commits
-
-
Laszlo Kishalmi authored
[NETBEANS-5050] Gradle projects should recognize Kotlin source directories.
-
Matthias Bläsing authored
[jackpot] Hints SPI code cleanup / warning removal
-
Tomáš Myšík authored
[NETBEANS-3391] Support PSR-12 valid formatting rules
-
Tomáš Myšík authored
[NETBEANS-5849] Fix CC in a use declaration after a group use declaration
-
Tomáš Myšík authored
[NETBEANS-5905] Don't check idekey for Xdebug
-
Junichi Yamamoto authored
[NETBEANS-6087] Use the refactoring feature for private members of trait instead of the instant renamer - https://issues.apache.org/jira/browse/NETBEANS-6087 - Classes can also use private members of traits. If the declaration of the member is in another file, only member names in the same file are renamed using the instant renamer. So, we have to use the refactoring feature instead of it.
-
Eric Barboni authored
-
- 19 Oct, 2021 3 commits
-
-
Jaroslav Tulach authored
-
Junichi Yamamoto authored
- Add new wrapping options for parentheses of "for/foreach" and Method Call Args, and Method Params - Wrap After '(' and Wrap ')': Wrap when there is a newline within () - Keep ')' and '{' on the same line: Keep them when the Braces option for Method Declaration is "New Line" and wrap () e.g. ```php //for ($index = 0; //$index < count($array); //$index++) { // echo $index; //} for ( $index = 0; $index < count($array); $index++ ) { echo $index; } //test($param1, // $param2, // $param3); test( $param1, $param2, $param3 ); //function test( //$param1, //$param2, //$param3,): void { // //} function test( $param1, $param2, $param3, ): void { } // Keep ')' and '{' on the same line // the Braces option for Method Declaration is "New Line" //function test($param1, int $param2): void{ //} function test($param1, int $param2): void { } // Keep ')' and '{' on the same line // the Braces option for Method Declaration is "New Line" //function test(int $param1, // Test &$param2, //): void{ //} function test( int $param1, Test &$param2, ): void { } ``` - Note: It doesn't work correctly with new options yet when the wrapping option of Method Parameters/Method Call Arguments/For is "If Long"
-
Junichi Yamamoto authored
-
- 18 Oct, 2021 3 commits
-
-
Jiri Pesek authored
-
Eirik Bakke authored
This effectively switches the GUI font from Tahoma 11 to Segoe UI 12. Fetch the default font for Windows applications using the same technique as as used by FlatLAF on Windows.
-
Jiri Pesek authored
-
- 17 Oct, 2021 5 commits
-
-
José Contreras authored
-
Karl Tauber authored
-
Laszlo Kishalmi authored
[NETBEANS-6086] Improved YAML parser, fix OOME, supports YAML 1.2.
-
Michael Bien authored
-
Michael Bien authored
-
- 16 Oct, 2021 1 commit
-
-
Matthias Bläsing authored
Remove JARs fom repository to simplify release review
-