I am learning Ruby and use the Scite editor, but I found there is something I can not configure.
- When I type “
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? - Any way to make scite provide some Ruby related API content assistance?
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.