TenGor
Member³
Hy,
sometimes in the program window the Content Pane gets out of sync.
Which means, that i can't click no longer on a procedure to jumpt to it.
Test the Code:
It's no longer possible to navigate.
If you delete the ";" then you can navigate
The same with other SQL (insert, update).
sometimes in the program window the Content Pane gets out of sync.
Which means, that i can't click no longer on a procedure to jumpt to it.
Test the Code:
Code:
IF 1 = 1 THEN
SELECT 1
INTO nTest
FROM DUAL;
If you delete the ";" then you can navigate

The same with other SQL (insert, update).