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 35651 - Allow to split editor vertically/horizontally
Summary: Allow to split editor vertically/horizontally
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ondrej Rypacek
URL:
Keywords:
Depends on: 35567
Blocks:
  Show dependency tree
 
Reported: 2003-08-21 11:09 UTC by mvinar
Modified: 2004-09-02 09:25 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 mvinar 2003-08-21 11:09:58 UTC
User problem:
-----------------------------------
--

User need:
-----------------------------------
The user wants to look at two different parts of
single source at the same time or look at two
different sources simultaneously.

Product requirement:
-----------------------------------
Offer an action to split editor
vertically/horizontally
Comment 1 Ondrej Rypacek 2003-08-25 09:54:41 UTC
Should be easy in principle to create two editors for one document.
The problem is in the Windows System, which must support that.
Comment 2 _ proxity 2004-05-12 10:42:31 UTC
Any progress on this? I've got to use Emacs if I
need it at the moment.
Comment 3 ehucka 2004-05-14 10:39:54 UTC
It seems it is a forgotten issue. This feature is solved by the new
windowing system. If I'm wrong, please reopen it.
Comment 4 _ proxity 2004-06-07 10:44:10 UTC
It's possible to use "Clone Document" and then move the new window
below the old one. This works, but you may think about adding a more
convenient "Split Document" menu item which does the whole job at once.