forked from robertstarr/scr_user
-
Notifications
You must be signed in to change notification settings - Fork 0
/
menusch.scr
85 lines (83 loc) · 2.41 KB
/
menusch.scr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Command Menu Setup
#
# This is an example that shows how to set up a complex command menu,
# including submenus and command aliases. To display the command menu in
# the editor windows you have to activate the option 'Command texts'
# in the 'Options/User Interface' menu.
MENU
'Next Page : run editnext-sheet;'\
'Prev Page : run editprev-sheet;'\
'---'\
'Grid {\
0.0125" : Grid inch 0.0125; |\
0.0250" : Grid inch 0.025; |\
0.0500" : Grid inch 0.050; |\
0.1000" : Grid inch 0.1; |\
Show Grid : Grid On; | \
Hide Grid : Grid Off;\
}'\
'---'\
'Display {\
Default : Display None Nets Busses Symbols Names Values HeatSink Descript OrgLBR; |\
Pin Nums : Display None Nets Busses Pins Symbols Names Values HeatSink Descript OrgLBR; \
}'\
'---'\
'Selection {\
Selection On: GROUP|\
Selection All: GROUP ALL;\
}'\
'---'\
'Copy {\
Duplicate On: COPY|\
Copy Selection: CUT;|\
Copy and Paste Selection: CUT; COPY (C>0 0)|\
Copy All: GROUP ALL; CUT;|\
Copy All and Paste: GROUP ALL; CUT; COPY (C>0 0)\
}'\
'---'\
'Paste: PASTE'\
'---'\
'Delete {\
Delete On: DELETE|\
Delete Selection: DELETE (C>0 0);|\
Delete All: GROUP ALL; DELETE (C>0 0)\
}'\
'---'\
'Move {\
Move On: MOVE|\
Move Selection: MOVE (C>0 0);|\
Move All: GROUP ALL; MOVE (C>0 0)\
}'\
'---'\
'Find : run find;'\
'---'\
'Attribute : run attrib-add.ulp;'\
'---'\
'BOM : run bom-ex.ulp;'\
'---'\
'PartNo Mgr: run bom-partno-mgr.ulp;'\
'---'\
'Renumber : run renumber-sch;'\
'---'\
'Statistics : run statistic-sch.ulp;'\
'---'\
'Normalize : run normalize-rcl-values4.ulp;'\
'---'\
'Migrate RCL : run migrate-rc-master.ulp;'\
'---'\
'Change {\
Cap : change cap |\
Class : change class |\
Display : change display |\
Font : change font |\
Layer : change layer |\
Package : change package |\
Ratio : change ratio |\
Size : change size |\
Style : change style |\
Technology : change technology |\
Text : change text |\
Width : change width |\
Xref : change xref\
}'\
'---';