Backspace fails to delete selection ending "in indent"
Status: Beta
Brought to you by:
riaan
(On Windows XP, using boa 0.2.8)
In the editor, when you have selected something that
(begins on one line) and ends "in the indent" of a
subsequent line, then BACKSPACE and RETURN don't
work as expected.
BACKSPACE just deletes the spaces before the end of
the selection (on that final line).
RETURN deletes everything except for one carriage
return.
Open the sample python file attached within boa - it
gives instructions for reproducing the error.
file gives instructions for reproducing