Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Shell productivity wish-list

From: holger:rebol at: 11-Oct-2001 3:06

On Wed, Oct 10, 2001 at 02:13:50PM -0400, Jason Cunliffe wrote:
> ok so I aplogize for being such a very bad typist... and maybe a little > cranky today too, but a couple of simple things are driving me nuts in Rebol > shell: > > 1. Fast skip hotkeys > ie: CTRL + LEFT ARROW | RIGHT ARROW should jump one to prev/next word > > 2. Shell Selection > ie: SHIFT + LEFT ARROW | RIGHT ARROW should select [highlight] it so it can > be copied. > > 3. Fast Selection version of above > ie: SHIFT + CTRL+ LEFTARROW | RIGHT ARROW should allow highlighting of > words/phrases to allow faster copy'n'paste > > 4. Double click selection > ie: Double click on any word in shell and it will select it for copying > > Did I miss some beginner how-to's or have these features really been > neglected for the interesting and innovative stuff?
Are you talking about Windows ? Because on most other platforms all of the features you mention are outside of the scope of the REBOL shell. Both the features and the control codes listed are inaccessible to REBOL, and would have to implemented within the terminal emulation client (xterm, or whatever else you use). As for Windows: please send the suggestions to [feedback--rebol--com] -- Holger Kruse [holger--rebol--com]