This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 42608 - Implement context menu in NewAction
Summary: Implement context menu in NewAction
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords: API
Depends on:
Blocks: 41835
  Show dependency tree
 
Reported: 2004-04-29 15:24 UTC by Petr Hrebejk
Modified: 2006-03-24 10:00 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hrebejk 2004-04-29 15:24:49 UTC
Needs API
Comment 1 Petr Hrebejk 2004-04-29 15:25:41 UTC
Adding API keyword
Comment 2 Petr Hrebejk 2004-05-12 12:47:11 UTC
Implemeted. However the LRU list of templates is per project. I thing
that the rigight algorithm would be to keep one list of recently used
templates in the ide. And alwways construct the poupmenu for NewFile
acrion in given project as filtered list of the one per IDE list. The
filter would work based on the supported templates. It means that all
projects would have it very similar (when still having only supported
templates in the menu)
Jano?
Comment 3 jrojcek 2004-05-12 12:54:49 UTC
That sounds good to me. If it is possible to implement that as you describe I can change 
the spec very easily.
Comment 4 Jaromir Uhrik 2005-07-14 16:18:40 UTC
Verified.