Claus Pedersen
Member³
When creating a new program window (New -> Program Window -> Blank), the cursor is not visible so you can not type anything. You will have to place the cursor manually in order to be able to type. This also goes even if you first select a template (e.g. Function or Package), the resulting code has no cursor.
When you (once in a blue moon) encounter a compilation error and the code highlighting is activated at the same time, the text can be hard to read (red text on dark green background).
Enter the following (erroneous) code in an empty program window and press F8 to execute:
The syntax error in line 4 is highlighted in red text with yellow background, but at the same time the variable myVariable is highlighted with dark green background, which makes the text hard to read.
Please enhance this, if possible.
I am using beta 6 in dark mode
When you (once in a blue moon) encounter a compilation error and the code highlighting is activated at the same time, the text can be hard to read (red text on dark green background).
Enter the following (erroneous) code in an empty program window and press F8 to execute:
Code:
CREATE PROCEDURE tester IS
myVariable INT;
BEGIN
myVariable; -- syntax error here
END;
The syntax error in line 4 is highlighted in red text with yellow background, but at the same time the variable myVariable is highlighted with dark green background, which makes the text hard to read.
Please enhance this, if possible.
I am using beta 6 in dark mode