Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output console text to the terminal that SeerGDB was ran from, and then "reattach" the console window into a tab #225

Open
Gussak opened this issue Feb 21, 2024 · 2 comments

Comments

@Gussak
Copy link

Gussak commented Feb 21, 2024

working code with good and colored output as original from the debugged app
#223 (comment)

also I wonder if the console window could just be another tab by the side of "seer output", so we could just attach or detach it?

@Gussak Gussak changed the title output console text to the terminal that SeerGDB was ran from output console text to the terminal that SeerGDB was ran from, and then "reattach" the console window into a tab Feb 21, 2024
@epasveer
Copy link
Owner

Interesting idea. Let me give it some thought.

The console already has modes of:

  • Show minimized on startup
  • Show maximized
  • Show hidden

I suppose we can add:

  • Show in message window

I'll give it some thought. Thanks for the idea!

@Gussak
Copy link
Author

Gussak commented Feb 22, 2024

Show in message window

the minimized doesnt remove it from window list,
so when scrolling the middle mouse button over SeerGDB in cairo-dock,
it cycles between both the main and the console window,
instead of just opening the main window.

and as I use the colored terminal for quick hints where to look at (thru warning colors like red and yellow),
I would use the console window mainly for input or for the fast zoom out we can do using the ctrl+mouse scroll button,
but we can also easily do that when it is docked, nice feature!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants