Feature #8007
Tooltips for knowing which item is referenced
Status: | Closed | Start date: | 06/24/2020 | |
---|---|---|---|---|
Priority: | Normal | Due date: | 06/30/2020 | |
Assignee: | Rudolph Gutzerhagen | % Done: | 100% |
|
Category: | - | |||
Target version: | chirp-daily | |||
Chirp Version: | daily | Model affected: | (All models) |
Description
There are two areas in Chirp where a simple filename is used for ID. On the editor tab, and the recent files list.
It's possible to have the same name appear multiple times, but originating from different locations, ie the same filename is located in different locations on disk, but both or more, show up in the list of recent files or on the open editor tabs.
Tooltips that provide the location information would help in knowing which item is referenced.
This is a User Interface change.
Similar development for the py3 branch is in progress.
Associated revisions
tooltip-recent-files completes #8007
o tooltip on recent files menu for full-path information.
- aids in distinguishing entries with same short name.
tooltip-editor-tab completes #8007
o tooltip on editor notebook tab for full-path information.
- aids in distinguishing entries with same short name.
Fix pep8 violation in the fix for #8007
Minor change to variable usage in update_recent_files() #8007