tabreturn/thonny-py5mode

Store display window location values in Thonny config?

tabreturn opened this issue · 2 comments

This command will open the display window at location 100, 100 --

run_sketch code.py --py5_options external location=100,100

The external parameter will instruct the sketch to report the window locations to stderr. Those values should determine the display window location for the next run.

The window location values should probably reset after each Thonny session (so that a new Thonny session runs the sketch in the default location / center again).

Connected to issue #7