REBOL3 tracker
  0.9.12 beta
Ticket #0001980 User: anonymous

Project:



rss
TypeBug Statusreviewed Date2-Mar-2013 16:40
Version2.101.0 CategoryConsole Submitted byRespectech
PlatformAll Severityminor Prioritynormal

Summary Unable to paste multi-line blocks into console
Description Example code summarizes the problem
Example code
>> header: [
** Syntax error: missing "]" at "end-of-script"
** Near: (line 1) header: [

Assigned ton/a Fixed in- Last Update3-Mar-2013 17:53


Comments
(0003558)
abolka
2-Mar-2013 18:16

Thanks for reporting. Multi-line console input is currently not implemented for any platform.
(0003560)
BrianH
2-Mar-2013 21:16

Andreas is unfortunately right here, ticket adjusted accordingly. On Windows I tend to do this instead: do clipboard:// - no header required either on bare script code in R3, so it's just like pasting it into the console. That should work for every platform that has working clipboard support.

Does Linux on ARM have clipboard support, or does Linux need a GUI to even have a clipboard at all? For that matter, are you pasting into a remote terminal from some other machine, so they wouldn't have the same clipboard anyway? If so, that solution won't help either, sorry.
(0003561)
Ladislav
3-Mar-2013 17:53

Clipboard needs some fixes that have been submitted as a pull request but not yet processed by Carl.

Date User Field Action Change
3-Mar-2013 17:53 Ladislav Comment : 0003561 Added -
2-Mar-2013 21:17 BrianH Comment : 0003560 Modified -
2-Mar-2013 21:16 BrianH Comment : 0003560 Added -
2-Mar-2013 21:10 BrianH Summary Modified Unable to paste multi-line blocks into console on ARM Linux => Unable to paste multi-line blocks into console
2-Mar-2013 21:10 BrianH Code Modified -
2-Mar-2013 21:10 BrianH Category Modified Unspecified => Console
2-Mar-2013 21:10 BrianH Status Modified submitted => reviewed
2-Mar-2013 18:16 abolka Comment : 0003558 Added -
2-Mar-2013 16:40 respectech Ticket Added -