You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Svatopluk Dedic (JIRA)" <ji...@apache.org> on 2018/06/26 09:14:00 UTC

[jira] [Created] (NETBEANS-998) Template Wizard displays unlocalized template names

Svatopluk Dedic created NETBEANS-998:
----------------------------------------

             Summary: Template Wizard displays unlocalized template names
                 Key: NETBEANS-998
                 URL: https://issues.apache.org/jira/browse/NETBEANS-998
             Project: NetBeans
          Issue Type: Bug
            Reporter: Svatopluk Dedic


Happens *only* during first invocation of the Template Wizard, after the application starts. The UI implementation in *TemplateWizard1* attempts to remove "->" sign from node names, and does so by proxying (FilterNode) the originals.

The originals are however DataFolderChildren.DelayedNodes, which annotate their display names in RequestProcessor, after the TemplateWizard fetched the original displayNames (filenames). 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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