Claus Pedersen
Member³
There is a small error/inconvenience in code completion.
When the code line is so long that it makes the window scroll to the left, code completion does not work correctly. You have to manually to scroll the window or switch to the next line to make it work again.
An example:
I have written the line
and the window is so small that the last part of the statement is to the far right in the window.
When I type ',' a list of columns is shown. I select 'comm' as the next column and the window slides to the left. When I type ',' after the column 'comm' to select the last column 'dept_no', no list is shown.
I have to scroll the window or change to a new line in order to make the code completion work again.
When the code line is so long that it makes the window scroll to the left, code completion does not work correctly. You have to manually to scroll the window or switch to the next line to make it work again.
An example:
I have written the line
Code:
INSERT INTO emp (empno, ename, job, mgr, hiredate, sal
When I type ',' a list of columns is shown. I select 'comm' as the next column and the window slides to the left. When I type ',' after the column 'comm' to select the last column 'dept_no', no list is shown.
I have to scroll the window or change to a new line in order to make the code completion work again.