This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Make some IDE stacks to come to the front rather than closing#2029
Open
livecodepanos wants to merge 1 commit intodevelop-9.0from
Open
Make some IDE stacks to come to the front rather than closing#2029livecodepanos wants to merge 1 commit intodevelop-9.0from
livecodepanos wants to merge 1 commit intodevelop-9.0from
Conversation
if they are already open but not the top stack
| if the mode of stack tStackName is 0 or the visible of stack tStackName is false then | ||
| revIDEOpenPalette pPaletteName | ||
| else if tStackName is not line 1 of the openStacks then | ||
| go card 1 of stack tStackName |
Member
There was a problem hiding this comment.
@livecodepanos I'm not sure about this patch because the toggle is meant to open and close the IDE stacks, however, I can imagine (I'm pretty sure I've done it) using the toggle when the target stack is obscured by other stacks. This is really what the Window menu is meant to do but that doesn't list all IDE stacks.
I would suggest the following:
- update
revIDEStackIsIDEWindowto include any modeless or toplevel (if there are any) IDE stacks so that these stacks appear in the Window menu - implement a function
revIDEStackIsObscuredto determine if the user can't see the stack because it is obscured by the rects of other stacks. - use
revIDESendWindowToFrontto raise the window inrevIDETogglePaletteif it isamong the lines of the openStacksandrevIDEStackIsObscured
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
if they are already open but not the top stack