Improve layout interaction, cursor-anchored zoom, and embedded GUI tools - #555
Open
rudra290 wants to merge 3 commits into
Open
Improve layout interaction, cursor-anchored zoom, and embedded GUI tools#555rudra290 wants to merge 3 commits into
rudra290 wants to merge 3 commits into
Conversation
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request Request
Title
Improve layout interaction, cursor-anchored zoom, and embedded GUI tools
Summary
This contribution improves the Tcl/Tk GUI interaction experience in Magic while preserving the existing command-based workflow.
Changes included
Cursor-anchored zoom
windows/windView.cwindows/windClient.cwindows/windCmdSZ.cwindows/windows.hdoc/html/zoom.htmlLeft-side tool toolbar
Added clickable GUI tool buttons for:
The active tool is visually highlighted.
The toolbar also:
gfor grid,z/Zfor zoom, and other Magic shortcuts working.Improved box interaction
Improved layout information display
The top-right status area now reports more useful information, including:
Embedded console
Documentation
Updated:
Commits
Validation
git diff --checkpassed.ccacheconfiguration, not by a source compilation error.Request for review
These changes were implemented by ChatGPT Luna in response to the requested UI improvements. Please review the implementation carefully, especially the Tcl/Tk event bindings and interactions with Magic’s existing mouse-button and keyboard macro system, and consider whether the changes fit the project’s established behavior and contribution standards.
Thank you.