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 24005 - Design pluggable settings system for tools
Summary: Design pluggable settings system for tools
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: API
Depends on: 33278
Blocks:
  Show dependency tree
 
Reported: 2002-05-24 13:30 UTC by Svata Dedic
Modified: 2007-09-26 09:14 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Svata Dedic 2002-05-24 13:30:14 UTC
Various tool implementation may require its own
custom settings. The project system should be able
to register such requirement, adding UI (provided
by the tool's implementor) at appropriate places.
For example, if a module that defines "Jikes"
compiler will be registered, additional
Jikes-specific settings like +F may appear
alongside with
standard compiler options.
Comment 1 Vitezslav Stejskal 2003-04-06 16:02:45 UTC
IMO this will require some API/SPI support. It's necessary for both
platform-registered and standalone tools.
Comment 2 Tomas Zezula 2003-04-28 14:51:16 UTC
There is no GUI for this in the UI spec, however the concept is valid
and needed. So, adding Chis and Jan to cc and filling the issue to HIE.
Comment 3 Tomas Zezula 2003-09-04 09:12:16 UTC
Probably will not be in the first version, also it should not be
directly in the Java module, another module for this job should be
introduced.
Comment 4 Jan Pokorsky 2003-11-27 15:07:05 UTC
The projects prototype has been canceled. For more details see
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss
Comment 5 Jan Pokorsky 2003-11-27 15:08:28 UTC
resolved as wontfix