I am learning Ruby and use the Scite editor, but I found there is something I can not configure.
def sayXXX
" and then I press the Enter key, and then I type "end
", now the "end" keyword is indented, so it is not aligned to the "def", how to make it?After I type "end" I press <Enter>
which unindents "end" back a level and then <Ctrl><Shift><L>
-- delete current line. Sort of annoying but I'm used to.
Don't know much about solution to your second problem.