Hi,
I've just took for a short ride rtext, and i have to say, it is the MOST IMPRESSIVE text editor on the web (i think i've test 98% of the text editors and IDE's out there) but it lack 1 feature that all editors lack except for 1 and thats TextPad.
try this in TP.
class user {
tab1 function greet() { (hit enter)
auIndent tab1 hit enter
} press up arrow -> this will make the caret jump after the tab placed after the auto indentation.
}
Please note that TP is the ONLY text editor that has this feature, the rest jump after the auto indent when you hit the up arrow and you have to hit the right arrow to jump after the tab, and is very VERY annoying for my style of coding.
And i have noticed that the auto indent in Rtext doesn't work as expected. Just so you understand my style of coding (and i don't think i'm the only one i'll give the steps).
I usually play safe with my code and indent and close the braces before i start to go with the guts of my functions.
class User { new line
autoInd function do() { new line
autoInd hit tab new line
autoInd } press up arrow
} some editors autoclose the brace and move the caret with indentation in between or they auto indent I hit another enter close the brace and push the up arrow where the ugly part comes up. The caret moves above the brace before the indent, not like TP after the indent which forces me to do another hit on the right arrow, i'm always looking to optimize my coding speed so for me at least this is a MUST HAVE in a text editor.

