Opened 9 years ago

Closed 9 years ago

Last modified 7 years ago

#3797 closed enhancement (fixed)

Shorter names on OMEdit tabs

Reported by: anonymous Owned by: Adeel Asghar
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 by Adeel Asghar, 9 years ago

Resolution: fixed
Status: newclosed

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 by Martin Sjölund, 7 years ago

Milestone: 1.10.0

Milestone deleted

Note: See TracTickets for help on using tickets.