Window List Names

jd0

Member
Hi! Just wanted to know if there is a way of changing the default names for the windows in the window list, for example, once I open a new procedure window, the default name is:
"Program Window - View source of package USER.PROCEDURE_NAME@DB_NAME"
and it just takes too much space, leaving only some of the title visible, usually just something like "Program Window - View source of pa..."

What I wanted was the ability to change it to something like:
"PROCEDURE_NAME@DB_NAME as USER - Program Window"
where the relevant info comes first.
Is there a way to do this?
Thanks for the help ;)
 
If you right-click on the Window List you can change to "Short names". Go to Window > Save Layout to make this the default.
 
Yes, I tried that, but it still keeps the "View source of.. " text, which keeps the text too long to make the package name visible.

So there's no other way of changing this?

Thanks for the help.
 
When you select "Short Text" then the Window List will show

P - View procedure ABC

instead of

Program Window - View source of procedure ABC
 
Thank you Marco, but that still doesn't solve the issue completely, as the package names are still not visible, the way my layout is arranged. Is there a place in the forums to make feature requests?

Once again, thank you for your help :)
 
Back
Top