Claus Pedersen
Member³
In an editor, I have the following code snippet:
In the editor, only in line two the keyword "bulk_exceptions" is highlighted in green.
When I am typing in line one, the keyword "bulk_exceptions" is highlighted and uppercase when standing alone, but as soon as I write ".count", it is lowercased and the highlighting disappears.
Please put this on the to-be-fixed list.
I am using version 14.0.3.1981 and have the editor setting: keyword case = Uppercase.
Code:
a := SQL%bulk_exceptions.count;
b := SQL%BULK_EXCEPTIONS(a).error_index;
In the editor, only in line two the keyword "bulk_exceptions" is highlighted in green.
When I am typing in line one, the keyword "bulk_exceptions" is highlighted and uppercase when standing alone, but as soon as I write ".count", it is lowercased and the highlighting disappears.
Please put this on the to-be-fixed list.
I am using version 14.0.3.1981 and have the editor setting: keyword case = Uppercase.