viacheslav-lozinskyi / MetaProject

Work with project files newer been so simple!
Other
9 stars 1 forks source link

For very long message lines find some UX improvements #11

Closed bradphelan closed 3 years ago

bradphelan commented 3 years ago

If I have a very long message line like

image

then when I put the mouse over it I get a huge tooltip the width of my 4k monitor

image

the tooltip has a timeout so I don't have time to read and understand the message before it disappears.

A few possible solutions which could be combined.

  1. Allow wrapping of messages in the table so tooltips are not necessary.
  2. Disable the tooltip timeout
  3. Ensure the tooltip window is not larger than the visual studio window. (Normally I have two applications side by side on a 4k monitor

image

  1. When expanding with the + button the message is wrapped for easier understanding.
viacheslav-lozinskyi commented 3 years ago

Thanks for idea.

I thought also about this problem. I also don't like existing tooltip, and will remake this functionality fully in one of the nearest release.

viacheslav-lozinskyi commented 3 years ago

This problem is solved in the last release (2.0.1). Could you check it?