Skip to content

Added TitleBar and Explorer tooltips#53

Merged
michael-hawker merged 6 commits intodotnet:devfrom
Avid29:tooltips
Feb 25, 2026
Merged

Added TitleBar and Explorer tooltips#53
michael-hawker merged 6 commits intodotnet:devfrom
Avid29:tooltips

Conversation

@Avid29
Copy link
Contributor

@Avid29 Avid29 commented Jan 7, 2026

Fixes #31

PR Type

What kind of change does this PR introduce?

Other... Please describe:

What is the current behavior?

Long filenames get cutoff

What is the new behavior?

Hovering a tab item or an explorer item with a long name will reveal a tooltip

PR Checklist

Please check if your PR fulfills the following requirements:

  • Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • Based off latest dev branch of XAML Studio
  • Tested code with current supported SDKs
  • Tests for the changes have been added (if applicable)
  • License Header has been added to all new source files
  • Contains NO breaking changes to save/state files

Other information

image image

Copy link
Contributor

@michael-hawker michael-hawker left a comment

Choose a reason for hiding this comment

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

Thanks @Avid29! It's these little things that get overlooked sometimes, so appreciate the assist. 🦙❤️

Let me know if you're good to look at the suggestions here, otherwise can merge this as-is for now and update later too.

@@ -31,7 +31,8 @@
<TextBlock HorizontalAlignment="Left"
Copy link
Contributor

Choose a reason for hiding this comment

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

For the TextBlock ones, should we also add TextTrimming so that the filename is truncated more nicely?

@Avid29
Copy link
Contributor Author

Avid29 commented Jan 7, 2026

Thanks @Avid29! It's these little things that get overlooked sometimes, so appreciate the assist. 🦙❤️

Let me know if you're good to look at the suggestions here, otherwise can merge this as-is for now and update later too.

Your comments just look like more good little things that I overlooked. I'll quickly tack them on and then it should be ready to merge! 😊

@Avid29
Copy link
Contributor Author

Avid29 commented Jan 7, 2026

Here's the changed in that new PR:

TabView and open editors got TextTrimming:
image

Full path in tooltop in open editors and TabView:
image

I did not add full path tooltips to the WorkSpace Folder since the folder is explicit

@michael-hawker
Copy link
Contributor

Alright, think have a working CI now, so will see how this applies to PRs... 🤞 You're the guinea pig... Hopefully will get to start merging PRs in soon.

Looks like XAML Styler failed though, mind ensuring you have it setup? Thanks!

Copy link
Contributor

@michael-hawker michael-hawker left a comment

Choose a reason for hiding this comment

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

This is great, thanks so much @Avid29!

@michael-hawker michael-hawker merged commit fe9849e into dotnet:dev Feb 25, 2026
3 checks passed
@michael-hawker michael-hawker added this to the 2.0-beta milestone Feb 25, 2026
@michael-hawker michael-hawker added the enhancement New feature or request label Feb 25, 2026
@Avid29 Avid29 deleted the tooltips branch February 25, 2026 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Filename too long gets clipped in Explorer/Tab display

2 participants