You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "mbien (via GitHub)" <gi...@apache.org> on 2023/03/12 19:46:56 UTC

[GitHub] [netbeans] mbien commented on pull request #5334: Added CompletionItem.shouldSingleClickInvokeDefaultAction to the Editor Completion API

mbien commented on PR #5334:
URL: https://github.com/apache/netbeans/pull/5334#issuecomment-1465283609

   > So as I understand it correctly, we can add now auto completion to JComboBox elements easily? I see some cases where I want to have this behavior.
   
   @Chris2011 this is off topic but you can actually do that fairly easy under some circumstances (simple completion). The maven settings panel for example has completion for a text field:
   https://github.com/apache/netbeans/blob/4b7776a679963cd2d0797fd64fa11f8decda3c32/java/maven/src/org/netbeans/modules/maven/options/SettingsPanel.java#L186


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

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

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