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 75590 - Having multiple editor views is confusing
Summary: Having multiple editor views is confusing
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-26 23:51 UTC by Scott Violet
Modified: 2010-08-11 13:29 UTC (History)
0 users

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 Scott Violet 2006-04-26 23:51:01 UTC
If you have a wide monitor it's extremely nice to be able to have multiple
editors side by side. This is problematic though in so far as which editor newly
selected files go to, as well as what happens when you close a tab.

This feature would be so much more useful if each editor were treated as it's
own unique editor, with it's own stacking order of files. For example, lets say
I have two editors, call them A and B. In A I have A1 and A2, and in B I have B1
and B2 open. When in A, control tab should only cycle among A1 and A2, and in B,
I should only be able to cycle between B1 and B2.

Similarly when I select a new file it should appear in the current editor, not
the first one. For example, if I'm in B and double click file B3, it should
appear in B, regardless of whether or not B is the first editor.

And of course I should be able to have the same file in both editors. This is
extremely useful when moving chunks of code around.
Comment 1 David Simonek 2006-06-29 16:56:32 UTC
I tend to agree with most of what you said, but it's rather RFE than a defect.
Moreover, most people use Ctrl+Tab as "go to previous editor", regardless of
what "editor bunch" they are, so this will be controversial. 
Comment 2 Scott Violet 2006-07-12 22:31:23 UTC
I agree this is an RFE.

I'm sure these change would be controversial as well. Having to enable them via
a preference is fine by me.