vmware-archive / scripted

The Scripted code editor
Eclipse Public License 1.0
1.56k stars 166 forks source link

Pin Modes for Console #192

Open cawoodm opened 11 years ago

cawoodm commented 11 years ago

In eclipse views can be pinned or floating. Currently the Scripted console is pinned and either fully in view or minimized. If we have exec commands which run (tests or builds) whenever a file is saved it's quite irritating to have to continually close the console. It would be great if, when floating, it would just popup for a second or two then disappear.

Additionally the console could have a red/green LED which showed if the last command executed successfully. This would show red if a test or build failed.