equal
deleted
inserted
replaced
1690 by the MenuEditor of ST/X." |
1690 by the MenuEditor of ST/X." |
1691 |
1691 |
1692 "Do not manually edit this!! If it is corrupted, |
1692 "Do not manually edit this!! If it is corrupted, |
1693 the MenuEditor may not be able to read the specification." |
1693 the MenuEditor may not be able to read the specification." |
1694 |
1694 |
|
1695 |
1695 " |
1696 " |
1696 MenuEditor new openOnClass:UIPainter andSelector:#menu |
1697 MenuEditor new openOnClass:UIPainter andSelector:#menu |
1697 (Menu new fromLiteralArrayEncoding:(UIPainter menu)) startUp |
1698 (Menu new fromLiteralArrayEncoding:(UIPainter menu)) startUp |
1698 " |
1699 " |
1699 |
1700 |
1828 label: '-' |
1829 label: '-' |
1829 isVisible: isNotEditingSpecOnly |
1830 isVisible: isNotEditingSpecOnly |
1830 ) |
1831 ) |
1831 (MenuItem |
1832 (MenuItem |
1832 activeHelpKey: testGeometryTestMode |
1833 activeHelpKey: testGeometryTestMode |
1833 label: 'Geometry Test Mode' |
1834 label: 'Geometry Test/Set Mode' |
1834 translateLabel: true |
1835 translateLabel: true |
1835 indication: testMode: |
1836 indication: testMode: |
1836 ) |
1837 ) |
1837 ) |
1838 ) |
1838 nil |
1839 nil |