prati0100 / git-gui

Tcl/Tk based UI for Git. I am currently acting as the project's maintainer.
161 stars 87 forks source link

Remember the state of popped up menus #13

Open prati0100 opened 4 years ago

prati0100 commented 4 years ago

Menus can be popped out by using the "line" at the top of every menu item under the top menu bar. It would be nice to remember where they were propped up when git-gui is closed, and their state restored when it is re-started.

Also consider adding an option to disable this behaviour in case some people don't like it.

PhilipOakley commented 4 years ago

Menus can be popped out by using the "line" at the top of every menu item under the top menu bar.

I didn't even know that this was a feature / available. Something for the man page ;-)

prati0100 commented 4 years ago

Yep, I just discovered this when messing around. AFAIK, this is provided by Tk, and we don't do anything special for it. It can be turned on/off via the -tearoff option.

Something for the man page indeed.

PhilipOakley commented 4 years ago

glad to see it wasn't just me..