You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/11/03 14:19:19 UTC

[GitHub] [netbeans] sdedic opened a new pull request #2518: Enable limited DialogDisplayer emulation over LSP.

sdedic opened a new pull request #2518:
URL: https://github.com/apache/netbeans/pull/2518


   The implementation has been already integrated into `origin` (and then merged into `master`), this commit just enables `DialogDisplayer` remoting implementation for the next release cycle.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] JaroslavTulach merged pull request #2518: Enable limited DialogDisplayer emulation over LSP.

Posted by GitBox <gi...@apache.org>.
JaroslavTulach merged pull request #2518:
URL: https://github.com/apache/netbeans/pull/2518


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] JaroslavTulach commented on pull request #2518: Enable limited DialogDisplayer emulation over LSP.

Posted by GitBox <gi...@apache.org>.
JaroslavTulach commented on pull request #2518:
URL: https://github.com/apache/netbeans/pull/2518#issuecomment-721018738


   I wish I could use this support in #2517, but safer to enable it only in master and observe the possible side-effects.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] sdedic commented on pull request #2518: Enable limited DialogDisplayer emulation over LSP.

Posted by GitBox <gi...@apache.org>.
sdedic commented on pull request #2518:
URL: https://github.com/apache/netbeans/pull/2518#issuecomment-721027235


   re. usage of DialogDisplayer: it would be safer, if the remote support could be selectively enabled, i.e. after mainline code is reviewed, potential `isHeadless` removed. Ideally the Descriptor could be somehow marked to be 'safe' - one of obvious detections is that the `message` of the descriptor is just a String (not JPanel). But Notify/DialogDescriptor does not have such tagging capability at the moment.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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