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/21 14:58:17 UTC

[GitHub] [netbeans] isarthur opened a new pull request #2552: Add dialogs for inserting/editing code template parameters

isarthur opened a new pull request #2552:
URL: https://github.com/apache/netbeans/pull/2552


   


----------------------------------------------------------------
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] isarthur commented on pull request #2552: Add dialogs for inserting/editing code template parameters

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


   Thank you for your comment @Chris2011. Basically, I can register a MIME type for code templates and associate it with this text pane. Upon completion of the code templates, options from predefined parameter sets will be suggested, but code completion in this area that currently exists, for example for JS, will not be suggested. If no one is against it, I can probably do it.


----------------------------------------------------------------
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] Chris2011 commented on pull request #2552: Add dialogs for inserting/editing code template parameters

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


   Sounds good to me :)


----------------------------------------------------------------
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] Chris2011 commented on pull request #2552: Add dialogs for inserting/editing code template parameters

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


   This is cool and I have a different and natural approach for this. It would be better to have code completion inside of that area. Code completion while typing or while pressing ctrl + space. This is more natural and you can type and no need to switch with mouse or tab key.


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