-
Notifications
You must be signed in to change notification settings - Fork 158
terminal won't toggle off or hide #529
Comments
No, but you could try to uninstall and reinstall the platformio-atom-ide-terminal. Also read this #514 (comment) |
@archaeojsc is this still an issue with platformio-ide-terminal 2.8.3 and atom 1.28.0? |
2.8.3 and 1.28 x64 (Windows) If there is only one center dock open it now hides correctly, but not if there are two (e.g. editor and preview side-by-side). It will toggle full/normal mode, but hiding doesn't work. It will start to close, but "bounce" right back to open unless the terminal is closed. Tried uninstall/reinstall, but no change. |
Atom 1.23? I doubt this is a reason, but I cant duplicate your issue. |
Sorry... typo. Atom 1.28 x64. I'm mostly using atom for markdown editing, so often have an editor window up with a pandoc preview (markdown-preview-plus v3.3.2)... side-by-side with both in a center dock... treeview and minimap in left dock... and have the terminal in a bottom dock to run pandoc or latex commands with git bash. Sometimes git in the right dock, though that doesn't seem to affect the terminal. If there is more than one pane visible in the center dock area, the terminal pane won't hide. Multiple tabs in the same center dock pane are fine, but not two visible panes. |
Can you post a screenshot of when it works and when it doesnt? I think I understand your issue and will try to see if I can duplicate. Will return later. |
What happens when you try to hide it (down-arrow to the left), rather than closing the terminal? |
I think you should try with a fresh Atom profile just in case your existing one has something odd going on. |
@archaeojsc A possibility is to follow this portion https://flight-manual.atom.io/hacking-atom/sections/debugging/#reset-to-factory-defaults Try to follow these steps after trying the step above to backup/reset Atom.
Also try to ensure that issue is not being caused by some conflict with another Non-core package.
Failing that, this issue is not duplicable. My guess is something on your local install is causing issue by conflict with platformio-ide-terminal. |
Please retest again with platformio-atom-ide-terminal 2.9.0 these type issue all so far seem fixed with this release due to using node-pty-prebuilt instead unmaintained and outdated pty.js |
Using Atom 1.26.1 x64, platformio-ide-terminal 2.8.1, and gitbash. After latest Atom update, the terminal won't toggle to hidden anymore. No errors generated, just stays open unless I close the terminal completely.
Any ideas why?
The text was updated successfully, but these errors were encountered: