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 64777 - Possible to have multiple properties dialogs for same project open at once
Summary: Possible to have multiple properties dialogs for same project open at once
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-21 00:18 UTC by Jesse Glick
Modified: 2005-12-06 16:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch-in-progress for some other project types (needs testing and maybe review) (7.39 KB, patch)
2005-09-21 00:20 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-09-21 00:18:44 UTC
But only for NBM projects, not apparently for freeform projects. Did not test
yet for j2seprojects or others.

Attaching also a patch I had in progress to simplify the code for freeform and
j2seprojects which tries to prevent duplicate properties dialogs. Might be
useful to apply it, if it breaks nothing. I have not yet found what was wrong
with apisupport/project.
Comment 1 Jesse Glick 2005-09-21 00:20:19 UTC
Created attachment 25007 [details]
Patch-in-progress for some other project types (needs testing and maybe review)
Comment 2 Martin Krauskopf 2005-09-21 08:20:06 UTC
Ups. I believed this is fixed. So this is rather regression. It probably stoped
to work after some refactoring and fixing of some related issues. I know where
the problem is. Also albeit our CustomizerProvider implementation was originally
copy-pasted from j2seproject it is now refactored and generalized. So the code
is quite different. TBD -> 50 (I believe in simple fix).

PS: shall be possible to call more customizers for different project at once, right?
Comment 3 Tomas Danek 2005-09-21 12:37:08 UTC
j2seprojects are not affected..
Comment 4 Jesse Glick 2005-09-21 23:27:47 UTC
"shall be possible to call more customizers for different project at once,
right?" - uh, maybe. I don't know. We couldn't prevent it with current APIs anyway.
Comment 5 Martin Krauskopf 2005-11-23 16:31:56 UTC
Should be fixed as part of apisupport customizer's refactoring one month or so ago.
Comment 6 pzajac 2005-12-06 16:25:27 UTC
verified