Page 1 of 1
Ruby: Printing out code
Posted: Mon Mar 05, 2012 3:45 pm
by jerry
Is there a way to print out a block of ruby code in flowstone? I tried selecting the code but the copy function is grayed out. If I could copy it I could then paste it into a text program and print it out. My program is getting longer and longer and I would like to document it.
Re: Ruby: Printing out code
Posted: Mon Mar 05, 2012 3:59 pm
by Embedded
You can use Copy & Paste in the ruby module, just not with the mouse.
Try:
CTRL+C = Copy
CTRL+V = Paste
So you can paste it in a standard text editor to print.
There are more standard copying features here:
http://en.wikipedia.org/wiki/Cut,_copy,_and_paste
Re: Ruby: Printing out code
Posted: Mon Mar 05, 2012 9:07 pm
by jerry
Thanks embedded, it works just as you describe it.