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?