1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-09-30 02:19:27 +03:00

eeshow/TODO: expand glabel issues

This commit is contained in:
Werner Almesberger 2016-08-18 13:53:37 -03:00
parent 25f3d3c509
commit 55647987b5

View File

@ -42,7 +42,6 @@ GUI:
- fonts grow beyond their bounding boxes when zooming in - fonts grow beyond their bounding boxes when zooming in
- dragging can be slow. maybe reusing old content and only redrawing new - dragging can be slow. maybe reusing old content and only redrawing new
will help ? will help ?
- glabels: on hover, show clickable list of sheets where else label is used
- highlight nets ? - highlight nets ?
- we use find_corresponding_sheet way too often. Consider changing curr_sheet - we use find_corresponding_sheet way too often. Consider changing curr_sheet
to new_sheet and old_sheet. to new_sheet and old_sheet.
@ -62,3 +61,11 @@ GUI/history
GUI/sheets: GUI/sheets:
- need a way to change new/old sheet association, in case automatic selection - need a way to change new/old sheet association, in case automatic selection
fails (reserved hotkeys: Left/Right) fails (reserved hotkeys: Left/Right)
GUI/glabels:
- draw list of destinations in nicer style
- indicate current sheet (just for reference) among destinations
- maybe indicate how many times label is used on each sheet
- maybe indicate how it is used
- highlight occurrences of label on current sheet
- also highlight after jumping