Error Stack tabs keep jumping about

SaKa

Member²
When I use a test script which is throwing an error, i have the choice to view the error stack.

With PLSQD 12 it shows the packages in tabbed rows at the top. When the stack is going into two sets of tab rows, every time i click on a package tab on 1st row, the tab list swaps with whats in row 2.

Now Tabs are not equal length (i think they vary with the length of the package name?) so at first i thought the hole stack moves around now looking at clearly i see it only swaps the whole row, but with different sizes of tabs it confuses my eyes.

Secondly, the error stack Tabs seems to display from Right-to-left? Is there a way to display them in left-to-right >

At present this is very confusing and difficult to keep up.

Thanks
Sak
Version 12.0.1.1814 (64 bit)
 
I assume you have enable the "Use multi-row tabs" preference enabled (Preferences > User Interface / Options)? The tab row with the current tab is always at the bottom, and each tab row will be filled out. This is the standard behavior. Right-click on an mp3 file in the Windows Explorer and select "Properties" as an example.

The leftmost tab represents the top of the stack, where the exception occurred. You can go down in the stack by selecting tabs to the right.
 
Back
Top