This is an automated email from the ASF dual-hosted git repository.

jlahoda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    from b24ffa66a2 Merge pull request #7815 from 
lahodaj/java-lsp-server-completion-sampler
     add b60d6b65ec Single java source run action provider improvements
     new cba9fc0c1e Merge pull request #7776 from 
asotona/SingleJavaSourceRunActionProvider_improvements

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 extide/options.java/nbproject/project.xml          |   1 +
 java/java.file.launcher/nbproject/project.xml      |  25 +++++
 .../launcher/AttributeBasedSingleFileOptions.java  |   6 +-
 .../modules/java/file/launcher/Bundle.properties   |   3 +
 .../GlobalSettingsOptionsPanelController.java      | 101 +++++++++++++++++++
 .../java/file/launcher/GlobalSettingsPanel.form    | 105 +++++++++++++++++++
 .../java/file/launcher/GlobalSettingsPanel.java    | 111 +++++++++++++++++++++
 .../java/file/launcher/SingleSourceFileUtil.java   |   9 ++
 .../java/file/launcher/actions/JPDAStart.java      |  11 +-
 .../java/file/launcher/actions/LaunchProcess.java  |   3 +
 .../actions/SingleJavaSourceRunActionProvider.java |  54 +++++++---
 .../org/netbeans/modules/java/Bundle.properties    |   2 +
 .../src/org/netbeans/modules/java/JavaNode.java    |  16 +++
 13 files changed, 424 insertions(+), 23 deletions(-)
 create mode 100644 
java/java.file.launcher/src/org/netbeans/modules/java/file/launcher/GlobalSettingsOptionsPanelController.java
 create mode 100644 
java/java.file.launcher/src/org/netbeans/modules/java/file/launcher/GlobalSettingsPanel.form
 create mode 100644 
java/java.file.launcher/src/org/netbeans/modules/java/file/launcher/GlobalSettingsPanel.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to