Hi knn,
when I stand before the first column and mark a few rows and press <TAB> then the last row won't indent
it is a bug. I have recreated it. Will be fixed in new beta.
when I press <BACKSPACE> then the rows won't unindent
not really a bug. <BACKSPACE> does not do unindent, for this use Shift+Tab (command
unindent). Backspace is used to back delete typed text in multiple selection, and it is limited to not go outside of it. But I will check, and maybe will extend it to delete previous chars, when user already have
null-width selection. But not unindent. But this can be complex.. because this can destroy block (for example you have on one line tab and on next one 4 spaces instead of tab)
when I type a few letters then the letters will get inserted correctly while a following <TAB> gets inserted at the BEGINNING of the row, and not there where the cursor is (= after the last typed letter)
here is also not a bug. Because TAB by default mapped to do indent (as a shortcut), and indenting is always done for complete selection and started from selection beginning. I can try to determine, if user is in multi edit mode and do tab insertion instead of indent in this case, but I do not promise this. If effort will be not big.
All mentioned I will try to put in new 1.49 beta. But as I said earliest end of the next week.
About the crash, I have also tried and was not able to reproduce. If you can, please send me instruction and crash dump. I will fix this ASAP.
Best regards,
Alex.