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 29810 - Allow settings to be assigned to non-file objects
Summary: Allow settings to be assigned to non-file objects
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: API
Depends on:
Blocks: 30006 30027
  Show dependency tree
 
Reported: 2003-01-06 14:04 UTC by Vitezslav Stejskal
Modified: 2004-04-19 16:40 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
commitlog of changes (17.55 KB, text/plain)
2003-02-05 12:45 UTC, Vitezslav Stejskal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vitezslav Stejskal 2003-01-06 14:04:20 UTC
Right now settings can be attached to
ProjectMembers only (also the setting hierarchy is
build upon the PMs), however, this is inconveniant
in some cases when settings should be assigned to
e.g. packages, the project itself, java class, etc.

See also requests on dev@projects, e.g.
http://projects.netbeans.org/servlets/ReadMsg?msgId=395660&listName=dev
Comment 1 Vitezslav Stejskal 2003-02-05 12:45:52 UTC
Created attachment 8808 [details]
commitlog of changes
Comment 2 Vitezslav Stejskal 2003-02-05 12:47:39 UTC
Done. The projects settings API is now based around the Configurable
interface and ContextId class, modules can implement this iface and
provide its own ContextIds when they want to attach settings to their
objects.
Comment 3 Jan Becicka 2003-11-25 14:04:59 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 4 Jan Becicka 2003-11-25 14:14:07 UTC
---> CLOSED