24 June, 2011 15:17
Marco,
Consider the following code (PLSD v9b8):
Place the cursor, for instance, at the 2nd "Null;". The hierarchy pane will show: Code section -> Block -> Code section -> Statement. Click the 2nd "Code Section" to select some code. Now click anywhere within the selected text. The hierarchy pane won't be updated and the if-then-end if keywords will be highlighted, as if the cursor were at the "If" keyword. Click the same position again, or anywhere else, and everything gets updated.
Regards,
Gustavo
Marco,
Consider the following code (PLSD v9b8):
Code:
Declare
a Number;
Begin
If 1 = 2 Then
a := 1;
End If;
Null;
Null;
Null;
End;
Place the cursor, for instance, at the 2nd "Null;". The hierarchy pane will show: Code section -> Block -> Code section -> Statement. Click the 2nd "Code Section" to select some code. Now click anywhere within the selected text. The hierarchy pane won't be updated and the if-then-end if keywords will be highlighted, as if the cursor were at the "If" keyword. Click the same position again, or anywhere else, and everything gets updated.
Regards,
Gustavo