Skip to content

Fix minor issues around Go to Line/Column#267

Merged
DHowett merged 1 commit intomainfrom
users/lhecker/fix-contributions
May 25, 2025
Merged

Fix minor issues around Go to Line/Column#267
DHowett merged 1 commit intomainfrom
users/lhecker/fix-contributions

Conversation

@lhecker
Copy link
Member

@lhecker lhecker commented May 25, 2025

Closes #261

ctx.attr_background_rgba(ctx.indexed(IndexedColor::Red));
ctx.attr_foreground_rgba(ctx.indexed(IndexedColor::BrightWhite));
}
if let Some(doc) = state.documents.active_mut() {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suppress whitespace changes: https://github.com/microsoft/edit/pull/267/files?w=1

This change in particular ensures that if we ever remove documents programmatically, the Go to Line/Column dialog isn't just closed but its state also fully cleaned up.

ctx.needs_rerender();
}

if ctx.menubar_menu_checkbox(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added fix: Making the document-picker button a button.

@DHowett DHowett merged commit acebe24 into main May 25, 2025
1 check passed
@DHowett DHowett deleted the users/lhecker/fix-contributions branch May 25, 2025 17:14
@ankddev ankddev mentioned this pull request May 26, 2025
diabloproject pushed a commit to diabloproject/edit that referenced this pull request May 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move Go to Line higher

2 participants