Deleting all leading spaces in editor

Bosxela

Member
Hi!
Why editor removes leading spaces (indent) in code string, when I delete first word with Ctrl+BackSpace?
In old version of PL/SQL Developer (before 7.1.0) this works correctly.
Or I just can't find a setting for this feature?
 
I believe this is the same problem that was brought up here . Control+backspace removes not just the word (like it used to), and not just one leading space, but all spaces before the word. And all tabs too!
 
Back
Top