1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

eeshow/gui.c: show sheet number on hover

This commit is contained in:
Werner Almesberger
2016-08-10 20:41:33 -03:00
parent 8a0a79e461
commit d63b534fb3
2 changed files with 41 additions and 17 deletions

View File

@@ -42,6 +42,8 @@ GUI:
will help ?
- glabels: on hover, show clickable list of sheets where else label is used
- highlight nets ?
- we use find_corresponding_sheet way too often. Consider changing curr_sheet
to new_sheet and old_sheet.
GUI/history
- revision selection is still a bit inconvenient and lacks quick way for
@@ -56,6 +58,5 @@ GUI/history
is not very clear.
GUI/sheets:
- show sheet number (e.g., on hover)
- need a way to change new/old sheet association, in case automatic selection
fails (reserved hotkeys: Left/Rigth)