Just downloaded build 34 (due to BEGIN/END formatting bugs in previous beta)
VS2005:
If I type the following at the
start of a line:
BEGIN
move to the next blank line immediately below the BEGIN statement and hit TAB, everything seems OK.
However, if my BEGIN statement is indented by
one TAB:
<tab>BEGIN
I move to the live below the BEGIN statement and I hit TAB, SQLPrompt inserts
two tabs!
If my BEGIN statement is indented by two TABs:
<tab><tab>BEGIN
I move to the live below the BEGIN statement and I hit TAB, SQLPrompt inserts
three tabs!
VS2005:
If I type the following at the start of a line:
move to the next blank line immediately below the BEGIN statement and hit TAB, everything seems OK.
However, if my BEGIN statement is indented by one TAB:
I move to the live below the BEGIN statement and I hit TAB, SQLPrompt inserts two tabs!
If my BEGIN statement is indented by two TABs:
I move to the live below the BEGIN statement and I hit TAB, SQLPrompt inserts three tabs!