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.
[dev-200511151900, JDK 1.5.0_05] Steps to reproduce: 1) Create form file, add some component to it 2) Select the component, select 'Code' page of the form properties 3) Open pre-init code editor, type non compilable nonsense, close the editor 4) Compile the form while being in Design mode Clicking the compilation error doesn't open editor with highlighted error, F12 doesn't work either. Happens only when not swithing to Code editor never before doing the compilation. Not sure if it's output bug or ant bug or multiview bug, please reassign.
a multiview issue
*** Issue 71219 has been marked as a duplicate of this issue. ***
The same issue is with Visual Designer in Mobility Pack. For now it is workarounded by switching to Source tab manually within "CloneableEditorSupport.getLineSet" method.
It could be implemented using a marker interface that would have to be implemented by MultiViewDescriptor classes in case that they are holding editors required to be created/opened before hyperlinking then from an output window.
*** Issue 77158 has been marked as a duplicate of this issue. ***
*** Issue 112230 has been marked as a duplicate of this issue. ***
*** Issue 110575 has been marked as a duplicate of this issue. ***
Created attachment 48548 [details] suggested patch
implemented api enhancement as discussed with dkaspar. please review.
Y01 Write test.
jtulach: the test setup is too complex to be practical to write such test. One needs to create a dataobject/loader and a multiview with EditorSupport wiring. Thanks for review, I will integrate shortly.
integrated, test added. cvs server: scheduling file `SourceViewMarker.java' for addition cvs server: use 'cvs commit' to add this file permanently Checking in src/org/netbeans/core/multiview/MultiViewCloneableTopComponent.java; /cvs/core/multiview/src/org/netbeans/core/multiview/MultiViewCloneableTopComponent.java,v <-- MultiViewCloneableTopComponent.java new revision: 1.18; previous revision: 1.17 done Checking in manifest.mf; /cvs/core/multiview/manifest.mf,v <-- manifest.mf new revision: 1.13; previous revision: 1.12 done RCS file: /cvs/core/multiview/src/org/netbeans/core/spi/multiview/SourceViewMarker.java,v done Checking in src/org/netbeans/core/spi/multiview/SourceViewMarker.java; /cvs/core/multiview/src/org/netbeans/core/spi/multiview/SourceViewMarker.java,v <-- SourceViewMarker.java initial revision: 1.1 done Checking in test/unit/src/org/netbeans/core/multiview/MultiViewCloneableTopComponentTest.java; /cvs/core/multiview/test/unit/src/org/netbeans/core/multiview/MultiViewCloneableTopComponentTest.java,v <-- MultiViewCloneableTopComponentTest.java new revision: 1.5; previous revision: 1.4 done Checking in api/doc/changes/apichanges.xml; /cvs/core/multiview/api/doc/changes/apichanges.xml,v <-- apichanges.xml new revision: 1.6; previous revision: 1.5 done
updated form editor Checking in src/org/netbeans/modules/form/FormEditorSupport.java; /cvs/form/src/org/netbeans/modules/form/FormEditorSupport.java,v <-- FormEditorSupport.java new revision: 1.213; previous revision: 1.212 done Checking in nbproject/project.xml; /cvs/form/nbproject/project.xml,v <-- project.xml new r