Auto-Indentation of code
If I code something like:
begin
dbms_output.put_line('hello world');
end;
Raptor will put exactly as I typed. It could recognize the reserved word BEGIN and automatically indent the next line as well as indent back when I type the keyword END and indent line after words like IF ... THEN, LOOP, and etc.
It might do that already, but I couldn't find on the help. I know that in Coder Editor under the Preference menu I have Auto-Indent New Lines selected by default.
Gleisson Henrique