tromey / gdb-gui

A gdb gui written in Python, running inside gdb itself.
44 stars 3 forks source link

save window sizes #21

Open tromey opened 9 years ago

tromey commented 9 years ago

Save size and positions of windows and by default make new windows conform to the saved state. Add an option to disable this and another option to auto-restore all windows on startup. It's unclear if this should apply to auto-command windows, and whether log window buffer contents should be saved as well.

tromey commented 9 years ago

Basics are done.

tromey commented 9 years ago

Maybe have two options, "gui auto-save" and "gui auto-restore", plus new commands "gui save" and "gui restore"? I'm not too happy about "restore" but if there is save but no restore, then it seems a bit weird.