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/01/09 18:43:03 UTC

[GitHub] [netbeans] errael opened a new pull request #1856: [NETBEANS-3674] change JTextComponent Keymap from EventDispatchThread

errael opened a new pull request #1856: [NETBEANS-3674] change JTextComponent Keymap from EventDispatchThread
URL: https://github.com/apache/netbeans/pull/1856
 
 
   With this change, my plugin's JTextComponent's keymap listener is now invoked from the EDT. This removes the Swing threading violation.

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
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] matthiasblaesing commented on issue #1856: [NETBEANS-3674] change JTextComponent Keymap from EventDispatchThread

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on issue #1856: [NETBEANS-3674] change JTextComponent Keymap from EventDispatchThread
URL: https://github.com/apache/netbeans/pull/1856#issuecomment-573145647
 
 
   @errael it might work to push into the branch backing this PR, but I would advise against that and would create a new PR and reuse the jira issue id.

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
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] lkishalmi merged pull request #1856: [NETBEANS-3674] change JTextComponent Keymap from EventDispatchThread

Posted by GitBox <gi...@apache.org>.
lkishalmi merged pull request #1856: [NETBEANS-3674] change JTextComponent Keymap from EventDispatchThread
URL: https://github.com/apache/netbeans/pull/1856
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
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] errael commented on issue #1856: [NETBEANS-3674] change JTextComponent Keymap from EventDispatchThread

Posted by GitBox <gi...@apache.org>.
errael commented on issue #1856: [NETBEANS-3674] change JTextComponent Keymap from EventDispatchThread
URL: https://github.com/apache/netbeans/pull/1856#issuecomment-572841628
 
 
   I realize now that this change has a minor behavioral difference from the original code. The "if(arr.length>0)..." should not have been added. I don't actually think it matters, but...
   
   How should I proceed? Another pull request?

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
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