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

Summary: Implement context menu in NewAction
Product: projects Reporter: Petr Hrebejk <phrebejk>
Component: Generic Projects UIAssignee: Petr Hrebejk <phrebejk>
Status: CLOSED FIXED    
Severity: blocker CC: jrechtacek, jrojcek
Priority: P2 Keywords: API
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41835    

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.