Opened 8 years ago

Closed 8 years ago

Last modified 7 years ago

#3797 closed enhancement (fixed)

Shorter names on OMEdit tabs

Reported by: anonymous Owned by: adeas31
Priority: normal Milestone:
Component: OMEdit Version: v1.9.4-v1.9.x
Keywords: Cc:

Description

When opening tabs OMEdit shows the full name of a library's model in the tab header. For instance

Library.branch1.subbranch2.subsubbranch.myModel

This is not optimal, especially when several tabs are open.

Much better would be to display only the final part of the name, and allowing the user to have a look at the full name as a tooltip, i.e. when hovering the tab header. In that case the displayed name would be simply:

myModel

while the full name

Library.branch1.subbranch2.subsubbranch.myModel

will be available as a tooltip.

Change History (2)

comment:1 Changed 8 years ago by adeas31

  • Resolution set to fixed
  • Status changed from new to closed

Done in 872a3a5/OMEdit.

We are using QMdiArea for tabs. The tooltip for tab is not supported by QMdiArea so I have added the full name to the header of the tab window before file location label.

comment:2 Changed 7 years ago by sjoelund.se

  • Milestone 1.10.0 deleted

Milestone deleted

Note: See TracTickets for help on using tickets.