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 184928 - CND wizards do not use context folders
Summary: CND wizards do not use context folders
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2010-04-25 13:37 UTC by Vladimir Voskresensky
Modified: 2010-04-25 14:14 UTC (History)
0 users

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 Vladimir Voskresensky 2010-04-25 13:37:07 UTC
open any makefile-based project (where we have physical folders in Projects). expand several levels, i.e. src/ddd/termcap, rightclick on termcap folder and select any New... wizard (new C file, new C++ file, new class,...)
=> field "Folder" is always empty and user have to select it once again in dir chooser.
Java support put "context" folder where action was invoked as default value for destination folder.
We should do the same
Comment 1 Vladimir Voskresensky 2010-04-25 14:14:26 UTC
fixed:
- provide DataFolder in lookup for physical folders
http://hg.netbeans.org/cnd-main/rev/99ea371ad942