Add resizable XML source panel below tree view#210
Open
rdmitry0911 wants to merge 1 commit intocorpnewt:masterfrom
Open
Add resizable XML source panel below tree view#210rdmitry0911 wants to merge 1 commit intocorpnewt:masterfrom
rdmitry0911 wants to merge 1 commit intocorpnewt:masterfrom
Conversation
Splits the main window with a vertical PanedWindow: the plist tree view occupies the top pane (~70%) and a new XML source panel sits below it. - Tree→Text sync: tree edits automatically refresh the XML panel with a 100 ms debounce (hooked into add_undo and reundo) - Text→Tree sync: edits in the XML panel are applied to the tree after a 600 ms debounce, or immediately via the Apply button / Cmd+Return - Global search: find_next/find_prev now also highlight the matching element in the XML panel (yellow tag) and scroll to it - Toggle the panel with Cmd/Ctrl+B (also added to Windows menu) - Initial sash position set to 70 % tree / 30 % text on first open Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
PanedWindow: the plist tree view occupies the top pane (~70%) and a new XML source panel sits below itadd_undoandreundo)find_next/find_prevnow also highlight the matching element in the XML panel (yellow tag) and scroll to itTest plan
🤖 Generated with Claude Code