code editing

Babo

Member³
i think it's a very simple question:
how (if at all ) i can perform the following operation:
while working in the code implementation section, jump to declaration section, make a change there and jump back to the same place i was working on before? Any shortcuts maybe?
I guess, ultimately, i would like to have a separate "Window" where i can just enter the declaration and continue to work on the implementation.
This scrolling back and forth always annoyed me..
 
Last edited:
mmm. I guess the "separate window" i was talking about is called "split editing". But it seemed not to work in anonym pl/sql units?
 
It will, if you right-click within the window and select Change Window to --> Program Window. Also, after you go to the declaration session, you can use the "Navigation back" button (default shortcut is alt-left).

Regards,
Gustavo
 
Back
Top