GNOME Bugzilla – Bug 530344
Allow the user to sub-divide and then re-join the vertical file window - allowing multiple sub-sections of code to be seen
Last modified: 2009-08-21 20:00:32 UTC
If you can find access to a Solaris machine and bring up textedit - you will see this feature. Each "vertical" file window (in textedit, there is only one file per invokation of textedit), can be split into any number of view ports into the file. This feature allows the programmer to view simultaneouly multiple sections of code. E.G. a typedef struct; the calling code passing some arguments; and the called code which you are working on. This saves immense amounts of time scrolling back and forth trying to remember exact details.
*** This bug has been marked as a duplicate of bug 141487 ***