[
https://issues.apache.org/jira/browse/NETBEANS-4646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arthur Sadykov reassigned NETBEANS-4646:
----------------------------------------
Assignee: Arthur Sadykov
> The completionInvoke hint in code templates does not work as expected
> ---------------------------------------------------------------------
>
> Key: NETBEANS-4646
> URL: https://issues.apache.org/jira/browse/NETBEANS-4646
> Project: NetBeans
> Issue Type: Bug
> Reporter: Arthur Sadykov
> Assignee: Arthur Sadykov
> Priority: Major
>
> Steps to reproduce:
> # Open Tools -> Options -> Editor -> Code Templates.
> # Select Java from the Language combobox if not already selected.
> # Click the New button.
> # In the opened dialog box type vo in the Abbreviation text field and click
> the Ok button.
> # Copy and paste String ${name newVarName} = String.valueOf (${param
> instanceof="<any>" completionInvoke}); to the Expanded Text tab.
> # Click the Ok button.
> # Open any Java file with at least one declared method and at least one
> declared variable.
> # Place the mouse pointer in the method body.
> # Type vo and press the code template expansion hotkey.
> # The valueOf variable is currently selected in the editor. Press Tab.
> # The variable inside parenthesis is now selected but the completion dialog
> box does not appear.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
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