Claus Pedersen
Member³
Steps to reproduce:
I have the following example code in a program window:
Place the cursor on line 14, position 21 (the line with EXIT) and narrow the window, so only 3/4 or 1/2 of the code hierarchy list is visible.
Now navigate up and down in the code using the keyboard up and down keys.
The update of the code hierarchy list takes so much time, that the navigation is affected and slowed down.
In version 14 this performs without lagging.
I am using beta 6.
I have the following example code in a program window:
Code:
PROCEDURE test IS
BEGIN
IF 1=2 THEN
WHILE 1 IS NOT NULL LOOP
IF 1 > 0 THEN
FOR v_i IN REVERSE 1 .. 10 LOOP
IF 1 > 0 THEN
IF 1=2
AND 2=3
THEN
WHILE 1 > 2 LOOP
IF 1=2 THEN
IF 1=3 THEN
EXIT WHEN 1=1;
END IF;
END IF;
END LOOP;
END IF;
END IF;
END LOOP;
END IF;
END LOOP;
END IF;
END;
Place the cursor on line 14, position 21 (the line with EXIT) and narrow the window, so only 3/4 or 1/2 of the code hierarchy list is visible.
Now navigate up and down in the code using the keyboard up and down keys.
The update of the code hierarchy list takes so much time, that the navigation is affected and slowed down.
In version 14 this performs without lagging.
I am using beta 6.