minor bug(?) - parentheses highlighting fails on last char in SQL window

kofolamaster

Member²
Hello,

my plsqldeveloper (7.1.5.1398) doesn't highlight parentheses if it (or its matching end) is the last char of SQL window. After adding any character or newline, the parentheses are highlighted as any other ones. Is it a bug or a feature?

Have a nice day,

KM
 
This bug is still present in 8.0.0.1480.

Test case:
open new SQL window and add following:
SELECT * FROM (SELECT * FROM dual)
This shoul be the only line without any characters after ')'. The parentheses ( and ) are not highlighted until any character is added after ')'.
 
Back
Top