Platformio-atom-ide: build window autoclose, advice error

Created on 28 Jan 2016  路  7Comments  路  Source: platformio/platformio-atom-ide

When a build or upload is finished with no errors, the window is closing itself automatic.
It will be usefull to let the window stay open to see the build summaries, like memory consumption
of the board etc. I think we can close the window manual
Same problem when have errors on initialize or updating a project, when errors the red advice window closes automatic after a while, it is to fast to analyze the errors.

help wanted

Most helpful comment

There is a setting in the build package where visibility can be set to Keep visible.

cmd-alt-v will also toggle the window, regardless of visibility

All 7 comments

@noseglid does Atom Build has this functionality?

The build window stays open when there are errors:
build window

There is also render issue when I fold up and down the window.

@sstaub thanks! Fixed in https://github.com/platformio/platformio/commit/3bc5cb0d273194cba091aa651fd9fc218ea7e4b3. Please again Menu: PlatformIO > Upgrade PlatformIO.

The info for upgrading stay no open, great work. When you can do it also for the build window...

There is a setting in the build package where visibility can be set to Keep visible.

cmd-alt-v will also toggle the window, regardless of visibility

@noseglid Thanks!!! Sorry, I missed it :(

P.S: Do you have any ideas as for https://github.com/noseglid/atom-build/issues/304#issuecomment-176294269 ?

@sstaub Please go to `Atom > Preferences > Packages > Build > Settings > Panel Visibility

screen shot 2016-01-28 at 21 57 09

Was this page helpful?
0 / 5 - 0 ratings