When editing Racket code in DrRacket, when you hit "tab" and the insertion point is in the whitespace at the start of the line, the insertion point moves to the first non-whitespace on the line. I find that I use this a lot to navigate but range-indentation facility (which is used by Rhombus) doesn't do that.
I've made a change here along these lines, but since the range-indentation functionality isn't limited to only inserting whitespace, it isn't clear if this should be done differently (or not at all, or under some disabled-by-default option, or ....?).
Any opinions?
When editing Racket code in DrRacket, when you hit "tab" and the insertion point is in the whitespace at the start of the line, the insertion point moves to the first non-whitespace on the line. I find that I use this a lot to navigate but range-indentation facility (which is used by Rhombus) doesn't do that.
I've made a change here along these lines, but since the range-indentation functionality isn't limited to only inserting whitespace, it isn't clear if this should be done differently (or not at all, or under some disabled-by-default option, or ....?).
Any opinions?