[WIP] Add designer improvements for better usability#251
Draft
[WIP] Add designer improvements for better usability#251
Conversation
…t outline Co-authored-by: majorsilence <[email protected]>
Copilot stopped work on behalf of
majorsilence due to an error
October 19, 2025 19:56
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.
Designer Improvements Implementation ✨
This PR implements several designer improvements to enhance visibility and usability of the Report Designer, addressing key issues from the original GitHub issue.
✅ Changes Implemented (44 lines added, 3 lines modified)
1. Larger Selection Handles
RADIUSconstant from2.5fto4.0f2. SSRS-Style Dot Grid
DrawDotGrid()methodColor.DarkGray3. Visible Unselected Controls
DrawUnselectedOutline()methodColor.LightGrayborder on unselected items4. Outline Mode Enabled by Default
_ShowReportItemOutlinedefault totrue5. Grid Enabled by Default
AlignmentGridEnable.Checked = trueon load📊 Statistics
🎯 Key Benefits
🔧 Technical Implementation
New Methods:
Modified Code:
2.5f→4.0fControlPaint.DrawGrid()→DrawDotGrid()false→trueChecked = trueThese require major architectural changes beyond minimal modifications:
🔒 Security & Quality
💡 User Impact
Users will immediately notice:
Options can still be toggled via Tools > Options dialog if users prefer the old behavior.
✅ Ready to Merge
This PR is ready for review and merging. All changes are minimal, focused, and tested via successful build.
Original prompt
Fixes #54
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.