2 ; TextEditor_mcp.cd - TextEditor MUI custom prefs catalog description file
3 ; $Id: TextEditor_mcp.cd,v 1.1 2005/03/30 23:44:36 tactica Exp $
9 HelpBubble_BlockQual (0//)
10 Move the cursor key and hold down the qualifier\n\
11 that you set here to mark text.
13 HelpBubble_CheckWord (1//)
14 If enabled, then the editor will lookup the word,\n\
15 and only show suggestions if the word is misspelled.
17 HelpBubble_Smooth (2//)
18 This will enable pixel smooth scrolling.
20 HelpBubble_TypeNSpell (3//)
21 Enable this to let the editor\n\
22 lookup the words while you type them.
24 HelpBubble_UndoLevel (4//)
25 Each undo eats 10 bytes of memory.\n\
26 Cut and Copy takes a little more,\n\
27 depends on the block size!
29 MSG_Button_DefaultKeys (5//)
32 MSG_Button_Delete (6//)
35 MSG_Button_Insert (7//)
38 MSG_ConfigMenu_CheckWord (8//)
41 MSG_ConfigMenu_TypeNSpell (9//)
44 MSG_CycleItem_Alt (10//)
47 MSG_CycleItem_Ctrl (11//)
50 MSG_CycleItem_Mouse (12//)
53 MSG_CycleItem_Shift (13//)
56 MSG_Execution_ARexx (14//)
59 MSG_Execution_CLI (15//)
62 MSG_Function_BOL (16//)
65 MSG_Function_Backspace (17//)
68 MSG_Function_Bottom (18//)
71 MSG_Function_Copy (19//)
74 MSG_Function_Cut (20//)
77 MSG_Function_DelBOL (21//)
80 MSG_Function_DelBOW (22//)
83 MSG_Function_DelEOL (23//)
86 MSG_Function_DelEOW (24//)
89 MSG_Function_Delete (25//)
92 MSG_Function_Down (26//)
95 MSG_Function_EOL (27//)
98 MSG_Function_Left (28//)
101 MSG_Function_NextGadget (29//)
104 MSG_Function_NxtPage (30//)
107 MSG_Function_NxtPara (31//)
110 MSG_Function_NxtSent (32//)
113 MSG_Function_NxtWord (33//)
116 MSG_Function_Paste (34//)
119 MSG_Function_PrvPage (35//)
122 MSG_Function_PrvPara (36//)
125 MSG_Function_PrvSent (37//)
128 MSG_Function_PrvWord (38//)
131 MSG_Function_Redo (39//)
134 MSG_Function_Return (40//)
137 MSG_Function_Right (41//)
140 MSG_Function_SuggestSpelling (42//)
143 MSG_Function_Tab (43//)
146 MSG_Function_Top (44//)
149 MSG_Function_Undo (45//)
152 MSG_Function_Up (46//)
155 MSG_GroupTitle_Control (47//)
158 MSG_GroupTitle_Cursor (48//)
161 MSG_GroupTitle_Design (49//)
164 MSG_GroupTitle_Fonts (50//)
167 MSG_GroupTitle_Separator (51//)
170 MSG_HelpTxt_SpellChecker (52//)
173 The TextEditor gadget offers you easy integration of external spell checkers, \
174 this allows you to have both type'n'spell and also normal word-guessing.\n\
176 \33u Lookup command \33n\n\
178 For the type'n'spell you'll have to set the lookup command to a script that \
179 will lookup the word and set the environment variable \"Found\" to either 0 \
180 (for not found) or 1 (for a match).\n\
181 I have chosen this behavior because it is the default for AlphaSpell.\n\
182 You write %s where you want the word.\n\
183 If you use AlphaSpell, then you can write:\n\
184 \33bARexx:\33n \"Options Results;Address ALPHASPELL Search For '%s' Path 'T:' Danish.ald\"\n\
186 You \33bmust\33n remember the quotes, this will let ARexx execute it \
187 as a command instead of a script.\n\
189 \33u Suggest command \33n\n\
191 If you press HELP over a word, then the editor will launch this command, \
192 again with %s substituted with the current word.\n\
193 Your script should produce a file in T: named \"Matches\". This file are \
194 then read by the gadget, and the contents are shown in a popup-listview, \
195 from where you can choose a word which will replace the misspelled one.\n\
196 Again, AlphaSpell users can write:\n\
197 \33bARexx:\33n \"Options Results;Address ALPHASPELL Match '%s' To 'T:Matches' Path 'T:' Danish.ald\"\n\
199 If you use the methods described above, then you must start AlphaSpell \
200 with the \"ARexx\" switch.\n\
202 It is advised to keep your dictionary in RAM if you enable \
203 the type'n'spell feature.
205 MSG_LVLabel_Action (53//)
208 MSG_LVLabel_Key (54//)
211 MSG_Label_Background (55//)
214 MSG_Label_BlinkSpeed (56//)
217 MSG_Label_BlkQual (57//)
220 MSG_Label_Cursor (58//)
223 MSG_Label_Fixed (59//)
226 MSG_Label_Frame (60//)
229 MSG_Label_Highlight (61//)
232 MSG_Label_LookupCmd (62//)
235 MSG_Label_LookupWords (63//)
236 Lookup word before suggesting?
238 MSG_Label_Normal (64//)
241 MSG_Label_Selected (65//)
244 MSG_Label_SeparatorShadow (66//)
247 MSG_Label_SeparatorShine (67//)
250 MSG_Label_Smooth (68//)
253 MSG_Label_SpellNType (69//)
254 Spell check as you type?
256 MSG_Label_SuggestCmd (70//)
259 MSG_Label_TabSize (71//)
262 MSG_Label_Text (72//)
265 MSG_Label_UndoLevel (73//)
268 MSG_Label_Width (74//)
271 MSG_MenuItem_Background (75//)
274 MSG_MenuItem_Bold (76//)
277 MSG_MenuItem_Center (77//)
280 MSG_MenuItem_Copy (78//)
283 MSG_MenuItem_Cut (79//)
286 MSG_MenuItem_Delete (80//)
289 MSG_MenuItem_Fill (81//)
292 MSG_MenuItem_Halfshadow (82//)
295 MSG_MenuItem_Halfshine (83//)
298 MSG_MenuItem_Italic (84//)
301 MSG_MenuItem_Left (85//)
304 MSG_MenuItem_Mark (86//)
307 MSG_MenuItem_Normal (87//)
310 MSG_MenuItem_Paste (88//)
313 MSG_MenuItem_Redo (89//)
316 MSG_MenuItem_Right (90//)
319 MSG_MenuItem_Shadow (91//)
322 MSG_MenuItem_Shine (92//)
325 MSG_MenuItem_Text (93//)
328 MSG_MenuItem_Underline (94//)
331 MSG_MenuItem_Undo (95//)
334 MSG_MenuSubTitle_Alignment (96//)
337 MSG_MenuSubTitle_Color (97//)
340 MSG_MenuTitle_Edit (98//)
343 MSG_Page_Keybindings (99//)
346 MSG_Page_Sample (100//)
349 MSG_Page_Settings (101//)
352 MSG_Page_SpellChecker (102//)
355 MSG_PopWinTitle_Background (103//)
358 MSG_PopWinTitle_Cursor (104//)
361 MSG_PopWinTitle_Frame (105//)
364 MSG_PopWinTitle_Highlight (106//)
365 Select highlight color
367 MSG_PopWinTitle_Selected (107//)
370 MSG_PopWinTitle_SeparatorShadow (108//)
371 Select separators shadow color
373 MSG_PopWinTitle_SeparatorShine (109//)
374 Select separators shine color
376 MSG_PopWinTitle_Text (110//)
379 MSG_SliderText_MaxWidth (111//)
382 MSG_SliderText_MinSpeed (112//)
385 MSG_SliderText_MinWidth (113//)
388 MSG_SliderText_StdSpeed (114//)
391 MSG_SliderText_StdWidth (115//)
394 MSG_SliderText_TabSize (116//)
397 MSG_Function_GotoBookmark1 (117//)
400 MSG_Function_GotoBookmark2 (118//)
403 MSG_Function_GotoBookmark3 (119//)
406 MSG_Function_SetBookmark1 (120//)
409 MSG_Function_SetBookmark2 (121//)
412 MSG_Function_SetBookmark3 (122//)
415 MSG_Button_Snoop (123//)
418 MSG_Function_DelLine (124//)