BUG

RobertK

Member³
Problem: Backspace does not work in SQL Window under certain circumstance
-----------------------------------------------
R-click on a Table > "Query data"

you get

"select * from table_name t"

click on a spot PAST "t" to place CURSOR there
e.g. ""select * from table_name t |"

Press Backspace

So basically Backspace does not erase "t"
 
I get the same behaviour in the latest version. The problem occours when you have the 'Allow cursor after end of line' option checked in the section Preferences -> User Interface -> Editor -> Tabs & Wrapping.
 
Back
Top