split screen editing

bobonacus

Member
Hi,
I have just upgraded to the latest version, 7.0.3 and am looking for split screen editing. I saw in the updates post in october that this was a new feature so I guess I'm just being blind as I cant find the option!

By split screen editing I mean having one window open and being able to drag a split in the middle so the top and bottom of the plsql code can be edited at the same time
cheers
Robert
 
7.1

FoldAndSplit.gif
 
Hmmm, in the lower edit window it looks like line numbers are enabled, but how come not all of the lines that are displayed show line numbers?

The lines that are folded couldn't, but I would expect the line "if p_empno is null" would have a line number, even if it has the + indicating hidden lines.

drool squared - split editing and code folding!
 
Hmmm, in the lower edit window it looks like line numbers are enabled, but how come not all of the lines that are displayed show line numbers?
There is a new "Line number interval" preference :) . In the screenshot the interval is 5, and line number 43 is also displayed because it's the current line.
 
Yes, water please!

Marco, is the edit based on some existing component (where did you get it from), or did youse build your own?

Thank you, thank you, thank you.
 
You just place the cursor over the thick frame just above the code window itself and beneath the code hierarchy buttons (the cursor shifts to two horisontal lines with up and down arrows) and drags the frame downwards.

This will split the screen.
 
Back
Top