upthorn / gens-rerecording

Automatically exported from code.google.com/p/gens-rerecording
0 stars 0 forks source link

Lua output window not resizeable. #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The extra space to output values in LUA is invaluable. However, there is a
limit of about 10-15 lines at a time. 

The ability to dynamically resize the window would add to the utility of LUA

Original issue reported on code.google.com by kylethom...@gmail.com on 4 Dec 2008 at 11:29

GoogleCodeExporter commented 8 years ago

Original comment by kylethom...@gmail.com on 5 Dec 2008 at 8:43

GoogleCodeExporter commented 8 years ago
I'm not sure where you're getting 10-15 from. The output box currently can have 
up to
250000 characters logged to it at a time, and can be scrolled to show any 9 
lines of
that output at a time (maybe slightly different depending on your font). And 
printing
to the output window is quite slow and is only meant to be used for the 
occasional
status message or for debugging scripts that haven't been finished yet.

That's not to say this isn't a reasonable feature request, though.

Original comment by nitsuja-@hotmail.com on 6 Dec 2008 at 10:23

GoogleCodeExporter commented 8 years ago
I think your idea of a widget is by far and wide the best idea - but probably 
the
most intensive as far as coding goes, and I'd hate to ask anyone to code such an
intensive project. 

While the output is not meant for constant outputting per frame, it is the best 
place
to put relevant info, such as key combinations, predicted outcomes, etc, without
cluttering the screen. 

I'll be adding one or two of my scripts to the lua samples directory fairly 
soon, to
show how I use LUA. 

Original comment by kylethom...@gmail.com on 7 Dec 2008 at 8:02

GoogleCodeExporter commented 8 years ago
Resizable Lua dialog implemented in revision 184.

Original comment by nitsuja-@hotmail.com on 8 Dec 2008 at 1:32