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 110575 - No way to switch to source Source view opening a line in a document
Summary: No way to switch to source Source view opening a line in a document
Status: RESOLVED DUPLICATE of bug 68912
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks: 92849
  Show dependency tree
 
Reported: 2007-07-23 12:52 UTC by David Kaspar
Modified: 2008-12-22 13:47 UTC (History)
1 user (show)

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 David Kaspar 2007-07-23 12:52:10 UTC
How to reproduce:
1) I have a dataobject with multiview editor. One "Source" and multiple "design" views.
2) By default an editor is opened at one of "design" views.
3) the source code is a .java file.
4) After compiling, there is an error in the java source file.
5) The error is shown in output window.
6) When an user clicks on an error, he/she should get to the source view in the editor.
7) ERROR - The editor is opened (the default "design" view is visible). There is no way how to specify or switch to
"Source" view.
The opening  is done using LineCookie which totally avoid regular methods for opening an editor. Also there is no way
how to attach a hook in the API to do it on a client side.
Comment 1 Petr Nejedly 2007-09-11 07:50:47 UTC
Milos is solving it right now in multiview.
Comment 2 Milos Kleint 2007-09-11 07:55:01 UTC
duplicate of #68912.

*** This issue has been marked as a duplicate of 68912 ***