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 15709 - Implement property marking feature APIs for component inspector
Summary: Implement property marking feature APIs for component inspector
Status: REOPENED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL: http://ui.netbeans.org/docs/hi/proper...
Keywords:
: 16992 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-09-20 16:31 UTC by Jan Benway
Modified: 2008-04-28 13:21 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Benway 2001-09-20 16:31:02 UTC
The property marking proposal has been implemented. The form editor can take
advantage of it -- it should because there are ways that user's values can
become invalid. The idea behind the feature is that if some property value
becomes invalid, don't set it to null or some default. Instead, leave what the
user set up there and allow the user to fix the problem. The property marking
feature lets the module mark these bad values so that the user is alerted to the
need to fix them.
http://www.netbeans.org/issues/show_bug.cgi?id=12722

One place that the component inspector could use this is when an icon is not
found. See bug:
http://openide.netbeans.org/issues/show_bug.cgi?id=3431

There are probably many other places it could be used as well.
Comment 1 Tomas Pavek 2001-11-22 15:54:18 UTC
*** Issue 16992 has been marked as a duplicate of this issue. ***
Comment 2 Jan Chalupa 2001-11-27 12:38:05 UTC
Target milestone -> 3.3.1.
Comment 3 Marek Grummich 2002-07-22 09:57:57 UTC
Set target milestone to TBD
Comment 4 Marek Grummich 2002-07-22 10:01:31 UTC
Set target milestone to TBD
Comment 5 Tomas Pavek 2005-05-16 18:07:40 UTC
I'd say this was implemented already time ago.
Comment 6 Tomas Pavek 2005-05-16 18:09:47 UTC
Forgot to change to fixed.
Comment 7 Rochelle Raccah 2005-05-25 00:11:57 UTC
I just tried with NB 4.1 FCS.  The disabled icon and disabled selected icon show
a red x - but they are null, not an error.  If I set the icon and then delete
the file and restart the IDE, the icon property does not show the red x and the
text shows File:/...

So, I think there is still a problem here.