I am using R for Windows 2.9.1 (under Windows 7).
When I have a very long line in the console, sometimes I want to place the curser somewhere in the middle of the line to edit something there. But moving with the cursor keys character-by-character is very slow and annoying. For comparison: when on Unix/Linux in xterm (same as in all Windows programs I know), I use Ctrl+left/right cursor to jump from word to word, which is much better. But this dows not work for me in R for Windows! All I can do is: jump to the beginning/end of line, and move character-by-character. Pointing with the mouse to the position I want to change and clicking left does not place the text-cursor, either.
Is there any method to quickly position the text-cursor in R for Windows in the console?
I believe this is not supported in the Windows GUI. The way to go is to use an editor outside of it (like Tinn-R), which does support easy editing. By using some shortcut keys to send the code to R, this works just as efficiently, if not more so.
This also makes it easier to save your code for later reuse.