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 198879 - FormDesignerOperator doesn't work
Summary: FormDesignerOperator doesn't work
Status: VERIFIED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Jellytools (show other bugs)
Version: 7.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-25 11:23 UTC by asenk
Modified: 2011-07-26 14:15 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 asenk 2011-05-25 11:23:43 UTC
Problem with constructor and with some other methods (e.g. switching between SourceEditor and FormEditor). They didn't work at all.

This problem is caused by new TopComponent -> FormDesigneTC in org.netbeans.modules.form
Comment 1 Jiri Skrivanek 2011-05-26 13:04:09 UTC
It failed because FormDesigner TopComponent was renamed to FormDesignerTC.
main#a2cc8d5772a5
Comment 2 Quality Engineering 2011-05-27 11:53:57 UTC
Integrated into 'main-golden', will be available in build *201105270401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a2cc8d5772a5
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #198879 - FormDesignerOperator updated because FormDesigner TopComponent renamed to FormDesignerTC. ComponentInspectorOperator now search for Navigator TopComponent.