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

[REBOL] vconsole error report: console interface features nitpicking

From: jasonic:nomadics at: 15-Oct-2001 0:50

> just type for example(in windows) into vconsole: v-con/font/name:
fixedsys
> ..and the font will change. > > In the next version there will be little prefs gui for changing the fonts
Nice :)
> Also,noticed that sometimes lose the first character typed > in the console.
vconsole by default correctly positions the cursor one space away from the
>> prompt, but when one clicks somewhere else [for example to copy a line of
code above] and then clicks back it loses that space. Minor but distracting. One feature I like very much in REBOL's own shell is that when one does a 'paste' it knows to put the paste buffer directly into the current [last] prompt. At the moment vconsole behaves more like a passive text file. Paste functions wherever the cursor actually is - ie has no shell console meaning.. Presumably this will be fixed as part of the next major vconsole essential feature: multi-line pasting ? Scrolling is also essential along with resize too please! Thanks+goodluck - Jason