moohaad / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Pressing actMaximizeEditor twice disables actRestoreEditor #245

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the editor with at least one open panel (Code Explorer and Output,
for example)
2. Use the actMaximizeEditor hotkey (default Alt-Z) twice
3. Use the actRestoreEditor hotkey (default Alt-Shift-Z) -> it won't work

What is the expected output? What do you see instead?
The editor panels should have been restored as in step one. Instead, they
remain hidden as in maximized mode.

What version of the product are you using? On what operating system?
XP SP2, 1.9.9.2

Original issue reported on code.google.com by cdah...@dspace.de on 19 Aug 2008 at 8:12

GoogleCodeExporter commented 9 years ago
The way Alt-Z works is by saving the current layout and then
maximizing the editor.  Shift-Alt-Z then restores the saved layout.
So when you press Alt-Z while the editor is maximized then the saved
layout is the maximized layout.  I am not sure how else to implement
this. 

Original comment by pyscripter on 27 Sep 2008 at 11:02