UIPainter.st
changeset 1800 7e9ce7f9d6b8
parent 1790 51711e3c7046
child 1801 f487cdce561a
equal deleted inserted replaced
1799:e605f0af928a 1800:7e9ce7f9d6b8
   103     <resource: #help>
   103     <resource: #help>
   104 
   104 
   105     ^super flyByHelpSpec addPairsFrom:#(
   105     ^super flyByHelpSpec addPairsFrom:#(
   106 
   106 
   107 #alignSelectionBottom
   107 #alignSelectionBottom
   108 'Align bottom edges'
   108 'Align Bottom Edges'
   109 
   109 
   110 #alignSelectionCenterHor
   110 #alignSelectionCenterHor
   111 'Align centers vertically'
   111 'Align Centers Vertically'
   112 
   112 
   113 #alignSelectionCenterVer
   113 #alignSelectionCenterVer
   114 'Align centers horizontally'
   114 'Align Centers Horizontally'
   115 
   115 
   116 #alignSelectionLeft
   116 #alignSelectionLeft
   117 'Align left edges'
   117 'Align Left Edges'
   118 
   118 
   119 #alignSelectionLeftAndRight
   119 #alignSelectionLeftAndRight
   120 'Align horizontal edges'
   120 'Align Horizontal Edges'
   121 
   121 
   122 #alignSelectionRight
   122 #alignSelectionRight
   123 'Align right edges'
   123 'Align Right Edges'
   124 
   124 
   125 #alignSelectionTop
   125 #alignSelectionTop
   126 'Align top edges'
   126 'Align Top Edges'
   127 
   127 
   128 #alignSelectionTopAndBottom
   128 #alignSelectionTopAndBottom
   129 'Align vertical edges'
   129 'Align Vertical Edges'
   130 
   130 
   131 #centerSelectionHor
   131 #centerSelectionHor
   132 'Center horizontally'
   132 'Center Horizontally'
   133 
   133 
   134 #centerSelectionVer
   134 #centerSelectionVer
   135 'Center vertically'
   135 'Center Vertically'
   136 
   136 
   137 #changePositionDown
   137 #changePositionDown
   138 'Move towards bottom.'
   138 'Move Towards Bottom.'
   139 
   139 
   140 #changePositionLeft
   140 #changePositionLeft
   141 'Move towards left.'
   141 'Move Towards Left.'
   142 
   142 
   143 #changePositionRight
   143 #changePositionRight
   144 'Move towards right.'
   144 'Move Towards Right.'
   145 
   145 
   146 #changePositionUp
   146 #changePositionUp
   147 'Move towards top.'
   147 'Move Towards Top.'
   148 
   148 
   149 #editDimensionCopyExtent
   149 #editDimensionCopyExtent
   150 'Copy extent'
   150 'Copy Extent'
   151 
   151 
   152 #editDimensionCopyLayout
   152 #editDimensionCopyLayout
   153 'Copy layout'
   153 'Copy Layout'
   154 
   154 
   155 #editDimensionPasteExtent
   155 #editDimensionPasteExtent
   156 'Paste extent'
   156 'Paste Extent'
   157 
   157 
   158 #editDimensionPasteHeight
   158 #editDimensionPasteHeight
   159 'Paste height'
   159 'Paste Height'
   160 
   160 
   161 #editDimensionPasteLayout
   161 #editDimensionPasteLayout
   162 'Paste layout'
   162 'Paste Layout'
   163 
   163 
   164 #editDimensionPasteWidth
   164 #editDimensionPasteWidth
   165 'Paste width'
   165 'Paste Width'
   166 
   166 
   167 #editInspectSpec
   167 #editInspectSpec
   168 'Inspect spec'
   168 'Inspect Spec'
   169 
   169 
   170 #editBrowseViewClass
   170 #editBrowseViewClass
   171 'Browse widgets class'
   171 'Browse Widgets Class'
   172 
   172 
   173 #editInspectView
   173 #editInspectView
   174 'Inspect widget'
   174 'Inspect Widget'
   175 
   175 
   176 #editOpenSpecDocumentation
   176 #editOpenSpecDocumentation
   177 'WidgetDocumentation'
   177 'WidgetDocumentation'
   178 
   178 
   179 #fileBrowseClass
   179 #fileBrowseClass
   180 'Browse applications class'
   180 'Browse Applications Class'
   181 
   181 
   182 #fileBrowseAspectMethods
   182 #fileBrowseAspectMethods
   183 'Browse applications aspect methods'
   183 'Browse Applications Aspect Methods'
   184 
   184 
   185 #fileLoad
   185 #fileLoad
   186 'Load spec'
   186 'Load Spec'
   187 
   187 
   188 #fileLoadSubspec
   188 #fileLoadSubspec
   189 'Load subSpec'
   189 'Load SubSpec'
   190 
   190 
   191 #fileNew
   191 #fileNew
   192 'New spec'
   192 'New Spec'
   193 
   193 
   194 #filePickAnInterface
   194 #filePickAnInterface
   195 'Pick spec'
   195 'Pick Spec'
   196 
   196 
   197 #fileSave
   197 #fileSave
   198 'Save spec'
   198 'Save Spec'
   199 
   199 
   200 #fileSaveAs
   200 #fileSaveAs
   201 'Save spec'
   201 'Save Spec'
   202 
   202 
   203 #fileShowWindowSpec
   203 #fileShowWindowSpec
   204 'View spec.'
   204 'View Spec.'
   205 
   205 
   206 #generateAspectMethods
   206 #generateAspectMethods
   207 'Generate aspects'
   207 'Generate Aspect Methods'
   208 
   208 
   209 #generateHookMethods
   209 #generateHookMethods
   210 'Generate hooks'
   210 'Generate Hook Methods'
   211 
   211 
   212 #moveWidgetDown
   212 #moveWidgetDown
   213 'Move down'
   213 'Move Down'
   214 
   214 
   215 #moveWidgetInto
   215 #moveWidgetInto
   216 'Move into'
   216 'Move Into'
   217 
   217 
   218 #moveWidgetOut
   218 #moveWidgetOut
   219 'Move out'
   219 'Move Out'
   220 
   220 
   221 #moveWidgetUp
   221 #moveWidgetUp
   222 'Move up'
   222 'Move Up'
   223 
   223 
   224 #pasteBuffer
   224 #pasteBuffer
   225 'Paste'
   225 'Paste'
   226 
   226 
   227 #pasteWithLayout
   227 #pasteWithLayout
   228 'Paste with layout'
   228 'Paste With Layout'
   229 
   229 
   230 #settingsCanvas
   230 #settingsCanvas
   231 'Toggle canvas.'
   231 'Toggle Canvas.'
   232 
   232 
   233 #settingsGallery
   233 #settingsGallery
   234 'Toggle gallery'
   234 'Toggle Gallery'
   235 
   235 
   236 #spreadSelectionHor
   236 #spreadSelectionHor
   237 'Spread horizontally'
   237 'Spread Horizontally'
   238 
   238 
   239 #spreadSelectionVer
   239 #spreadSelectionVer
   240 'Spread vertically'
   240 'Spread Vertically'
   241 
   241 
   242 #testGeometryTestMode
   242 #testGeometryTestMode
   243 'Toggle test mode'
   243 'Toggle Test Mode'
   244 
   244 
   245 #testStartApplication
   245 #testStartApplication
   246 'Start application'
   246 'Start Application'
   247 
   247 
   248 )
   248 )
   249 !
   249 !
   250 
   250 
   251 helpSpec
   251 helpSpec