wrong indent positions in SQL Window

whip

Member²
I had posted an issue in the beta forum which has not been addressed yet. The beta forum is R/O so I post it here again:

My settings for indentation:

Indent:
Automatic: on, step: 4

Tabs & Wrapping:
Smart Tab: off, tab size: 4
Smart fill: off
Use tab character: off

In a new SQL window I type "SELECT" then press Enter. At this point the cursor is in the first column.

When I press TAB, the cursor gets to column 2 instead of 5.

Next tab moves the cursor to column 6 (previous position plus 4 chars)

Next tab moves the cursor to column 9 (previous position plus 3 chars), the cursor advances by 4 chars afterwards.

The correct positions I think are: 1, 5, 9, 13 etc.
 
Back
Top