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 88d95db5c9 Merge pull request #7250 from 
sdedic/scripting/init-error-recovery
     add 211054bf92 added gototest ability in vscode extension
     new 55587de29e Merge pull request #6834 from Achal1607/javavscode-56

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:
 ide/gototest/apichanges.xml                        |  97 ++++++++
 ide/gototest/nbproject/project.xml                 |  21 +-
 .../api/gototest/TestOppositesLocator.java         | 268 +++++++++++++++++++++
 .../modules/gototest/GotoOppositeAction.java       | 159 +++---------
 .../modules/gototest/OppositeCandidateChooser.java |  17 +-
 java/java.lsp.server/nbproject/project.xml         |   9 +
 .../commands/TestOppositesCommandProvider.java     |  68 ++++++
 java/java.lsp.server/vscode/package.json           |  19 ++
 java/java.lsp.server/vscode/src/extension.ts       |  54 +++++
 9 files changed, 572 insertions(+), 140 deletions(-)
 create mode 100644 ide/gototest/apichanges.xml
 create mode 100644 
ide/gototest/src/org/netbeans/api/gototest/TestOppositesLocator.java
 create mode 100644 
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/commands/TestOppositesCommandProvider.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