Discussion:
Shoebot - GEdit progress...
Stuart Axon
2014-01-09 16:02:52 UTC
Permalink
I've finally fixed the issues with the GEdit plugin freezing, and stderr + stdout are captured properly .. it was surpringly tough to get working.

One of the less blingy but more important features working again :)

If you update to the latest shoebot + gedit extension, the following programme outptus correctly if ran with Ctrl+R


Next GEdit plugin updates should contain some actual fun stuff..

import sys

def draw():
    print >> sys.stderr, 'Hello stderr FRAME', FRAME
    print 'Hello stdout FRAME', FRAME

Loading...