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

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


    from 971b3ccc Cleanup warning messages related to redundant cast (#3634)
     new b364d62  Support for CompletableFutures in DialogDisplayer.
     new f32b076  LSP support for DialogDisplayer.notifyCompletion.
     new 20db4b3  Merge pull request #3613 from sdedic/platform/displayer-future

The 6640 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:
 .../nbcode/integration/nbproject/project.xml       |   2 +-
 java/java.lsp.server/nbproject/project.xml         |   2 +-
 .../lsp/server/ui/AbstractDialogDisplayer.java     |  11 +
 .../lsp/server/ui/NotifyDescriptorAdapter.java     | 104 +++++++-
 .../lsp/server/ui/AbstractDialogDisplayerTest.java | 158 ++++++++++-
 platform/core.windows/nbproject/project.xml        |   2 +-
 .../core/windows/services/DialogDisplayerImpl.java | 292 ++++++++++++++-------
 .../windows/services/DialogDisplayerImplTest.java  | 136 ++++++++++
 platform/openide.dialogs/apichanges.xml            |  14 +
 platform/openide.dialogs/manifest.mf               |   2 +-
 .../openide.dialogs/nbproject/project.properties   |   2 +-
 .../src/org/openide/DialogDisplayer.java           |  50 ++++
 .../unit/src/org/openide/DialogDisplayerTest.java  | 118 +++++++++
 13 files changed, 775 insertions(+), 118 deletions(-)
 create mode 100644 
platform/openide.dialogs/test/unit/src/org/openide/DialogDisplayerTest.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