13.0.0.25 Highlighting other occurrences of selected word not working as expected

In the following example, selecting the first occurrence of dual does not highlight the second occurrence.

The highlighting only becomes visible when the current window loses focus.

CREATE PROCEDURE test_me AS
v_count PLS_INTEGER;
BEGIN
SELECT COUNT( dual.dummy )
INTO v_count
FROM dual;
END;

After losing focus:

Sorry, I can paste images from clipboard into the forum editor and it looks fine, but they do not seem to end up in the final post.

Grab the latest beta, this should be fixed.

Michael

Peter,

I’ve seen something comparable. When I scroll the mouse, the identical source sections do light up, though.

Does that work for you, too?

Best regars,
Abe Kornelis

Thanks!

As Michael said, this is fixed for 13.0.0.26 and it seems to work fine.