boltex / leojs

Leo Literate Editor with Outline in Typescript
MIT License
23 stars 0 forks source link

LeoJS - Document Section - "Show Log Pane" Control Does Not Appear To Do Anything. #131

Closed tbpassin closed 2 months ago

tbpassin commented 2 months ago

This leaves me wondering what the control is expected to do. All I see is that the icon for it gets removed. Nothing happens to the actual log output.

LeoJS 0.2.13, master branch, build e696124
2024-04-28 22:42:42 -0400
Node.js v18.18.2, VSCode version 1.88.1
Windows 10 Home x64 (build 10.0.19045)
boltex commented 2 months ago

@tbpassin Hmm, not sure I understand what you are describing...

This is meant to make the log pane appear in case it was hidden or closed. (just like 'show body' or 'show outline' )

Icons for commands can appear at multiple places in the interface. Please take a screenshot of the area where you see that 'Show Log Pane' command icon.

(On windows, drag a rectangle on screen and paste it here when replying with this shortcut: Shift + Windows-Key + S )

I tried using it myself, Here is the bottom of my vscode window while my mouse is hovering the 'Show Log Pane' icon (the output panels/terminal panels are closed, only the body pane is on the right) image

After pressing it, the log pane appears! 😄 image

Anyways, I hope this example can help you give more details (and screenshots! hehe!) to clarify what was the experience you had with the 'Show Log Pane' command and/or icon.

Thanks again for your dedicated persistence in learning and trying out vscode and leojs!!

tbpassin commented 2 months ago

Now I see. I thought it was a toggle. After I manually closed that output pane by clicking its "X" box, the "Show Log Pane" control did open it again.

I had expected it would hide or close the output pane if I clicked it when the pane was visible, and it didn't do anything.