[ 
https://issues.apache.org/jira/browse/NETBEANS-4646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated NETBEANS-4646:
-------------------------------------
    Labels: pull-request-available  (was: )

> 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
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to