Index: popup.txt =================================================================== --- popup.txt (nonexistent) +++ popup.txt (revision 1595) @@ -0,0 +1,29 @@ +Popup naming conventions +~~~~~~~~~~~~~~~~~~~~~~~~ + +Right click context popup on drawing area: + - /popups/popup-obj-TYPE + floating object (nor part of any atomic group); TYPE is substituted + with object type, e.g. polygon + + - /popups/popup-obj-misc + called if popup-obj-TYPE failed + + - /popups/popup-user-grp-PURPOSE + on a group with no role; PURPOSE is substituted with the purpose + attribute of the group + + - /popups/popup-user-grp-unknown + Same, but if the purpose attribute is empty or does not exist, it is + substituted with "unknown". + + - /popups/popup-ROLE + Group with role=ROLE, ROLE must be one of the cschem-defined group roles, + e.g. symbol, terminal, etc. + + + + + + +