scottsilverlabs / raspberrystem

raspberrySTEM(TM) Educational and Hobbyist Development Kit based on the Raspberry Pi
www.raspberrystem.com
Apache License 2.0
3 stars 0 forks source link

IDE: Baseline Python IDE #13

Closed brian-silverman closed 10 years ago

brian-silverman commented 10 years ago

IDE with 3 windows:

Likely layout: Editor full-screen left, HTML fullscreen right, output dynamic (pops up covering bottom of editor when code is run (suggested by Stephan))

Toolbar above editor, with Play/Stop buttons and perhaps others, but simplicity is paramount. Stop should kill python script with SIGINT, so that it throws a Keyboard Interrupt exception just like if it was killed with Ctrl-C at the command line