home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vp11demo.zip / vpbase.rar / bin / VP.STR < prev    next >
Text File  |  1996-10-08  |  59KB  |  2,055 lines

  1. 00000 Syntax: VPC [options] filename [options]
  2. 00000  -B       Build all      -C       Compile only     -D<syms>  Define symbol
  3. 00000  -GD      Detailed map   -GP      Map with publics -GS       Map with segs
  4. 00000  -I<path> Include dirs   -K<addr> Image base addr  -L<path>  Library dirs
  5. 00000  -M       Make modified  -O<path> Output dir       -P[0|1|2] Pack EXE
  6. 00000  -Q       Quiet compile  -R<path> Resource dirs    -T        Location info
  7. 00000  -U<path> Unit dirs
  8. 00000 Compiler switches: -$<dir><state>  (defaults are shown below)
  9. 00000   AlignCode%c Code alignment        AlignData%c Data alignment
  10. 00000   AlignRec%c  Field alignment       Asm%c       Assembler output
  11. 00000   B%c         Full boolean eval     Cdecl%c     C language calls
  12. 00000   D%c         Debug information     Delphi%c    Enable Delphi syntax
  13. 00000   Far16%c     Far16 Pascal calls    Frame%c     Stack frame for asm subprgs
  14. 00000   G3%c        386 instructions      G4%c        486 instructions
  15. 00000   G5%c        P5 instructions       I%c         I/O error checking
  16. 00000   LocInfo%c   Location information  M%c         Runtime type info
  17. 00000   Optimise%c  Enable optimisations  OrgName%c   Original names
  18. 00000   P%c         Open string params    PureInt%c   Pure interface unit
  19. 00000   Q%c         Overflow checking     R%c         Range checking
  20. 00000   S%c         Stack checking        SmartLink%c Create .LIB file
  21. 00000   Speed%c     Optimise for speed    StdCall%c   StdCall calls
  22. 00000   T%c         Typed pointers        V%c         Strict var-strings
  23. 00000   W%c         Generate stack frames X%c         Extended syntax
  24. 00000   Z%c         DWord-sized enums     Zd%c        Line numbers in .OBJ/.LIB
  25. 00000 Memory sizes: -$M<StackSize> (default: %d)
  26. 00000 Application type: -$PMTYPE:<Type> (default: %s)
  27. 00001 Out of memory
  28. 00002 Identifier expected
  29. 00003 Unknown identifier '%s'
  30. 00004 Duplicate identifier '%s'
  31. 00005 Syntax error
  32. 00006 Error in real constant
  33. 00007 Error in integer constant
  34. 00008 String constant exceeds line
  35. 00009 Unexpected end of program
  36. 00010 Unexpected end of file
  37. 00011 Line too long
  38. 00012 Type identifier expected
  39. 00013 Too many open files
  40. 00014 Invalid file name (%s)
  41. 00015 File '%s' is not found
  42. 00016 Disk full
  43. 00017 Invalid compiler directive
  44. 00018 Argument needs type override
  45. 00019 Undefined type in pointer definition (%s)
  46. 00020 Variable identifier expected
  47. 00021 Error in type
  48. 00022 Structure too large
  49. 00023 Set base type out of range
  50. 00024 File components may not be files or objects
  51. 00025 Invalid string length
  52. 00026 Type mismatch
  53. 00027 Invalid subrange base type
  54. 00028 Lower bound > than upper bound
  55. 00029 Ordinal type expected
  56. 00030 Integer constant expected
  57. 00031 Constant expected
  58. 00032 Integer or real constant expected
  59. 00033 Pointer type identifier expected
  60. 00034 Invalid function result type
  61. 00035 Label identifier expected
  62. 00036 BEGIN expected
  63. 00037 END expected
  64. 00038 Integer expression expected
  65. 00039 Ordinal expression expected
  66. 00040 Boolean expression expected
  67. 00041 Operand types do not match operator
  68. 00042 Error in expression
  69. 00043 Illegal assignment
  70. 00044 Field identifier expected
  71. 00045 Operand types do not match
  72. 00046 Address size conflict
  73. 00047 Invalid instruction
  74. 00048 Library too big
  75. 00049 Current procedure or function cannot be inlined
  76. 00050 DO expected
  77. 00051 Argument to instruction has illegal size
  78. 00052 Invalid number of operands to instruction
  79. 00053 Invalid align boundary
  80. 00054 OF expected
  81. 00055 INTERFACE expected
  82. 00056 Object record too long (%s)
  83. 00057 THEN expected
  84. 00058 TO or DOWNTO expected
  85. 00059 Undefined forward (%s)
  86. 00060 Cannot be modified
  87. 00061 Invalid typecast
  88. 00062 Division by zero
  89. 00063 Invalid file type
  90. 00064 Cannot read or write variables of this type
  91. 00065 Pointer variable expected
  92. 00066 String variable expected
  93. 00067 String expression expected
  94. 00068 Circular unit reference (%s)
  95. 00069 Unit name mismatch (%s)
  96. 00070 Unit version mismatch (%s)
  97. 00071 Internal stack overflow
  98. 00072 Unit file format error (%s)
  99. 00073 Implementation expected
  100. 00074 Constant and case types don't match
  101. 00075 Record or object variable expected
  102. 00076 Constant out of range
  103. 00077 File variable expected
  104. 00078 Pointer expression expected
  105. 00079 Integer or real expression expected
  106. 00080 Label not within current block (%s)
  107. 00081 Label already defined
  108. 00082 Undefined label '%s' in preceding statement part
  109. 00083
  110. 00084 UNIT expected
  111. 00085 ';' expected
  112. 00086 ':' expected
  113. 00087 ',' expected
  114. 00088 '(' expected
  115. 00089 ')' expected
  116. 00090 '=' expected
  117. 00091 ':=' expected
  118. 00092 '[' or '(.' expected
  119. 00093 ']' or '.)' expected
  120. 00094 '.' expected
  121. 00095 '..' expected
  122. 00096 Too many variables
  123. 00097 Invalid FOR control variable
  124. 00098 Longint variable expected
  125. 00099 Files types are not allowed here
  126. 00100 String length mismatch
  127. 00101 Invalid ordering of fields
  128. 00102 String constant expected
  129. 00103 Integer or real variable expected
  130. 00104 Ordinal variable expected
  131. 00105 Invalid array base type
  132. 00106 Character expression expected
  133. 00107 EXTERNAL expected
  134. 00108 Overflow in arithmetic operation
  135. 00109 No enclosing FOR, WHILE or REPEAT statement
  136. 00110 Local THREADVAR declarations are not allowed
  137. 00111 Invalid or unsupported object file record(%s)
  138. 00112 CASE constant out of range
  139. 00113 Error in statement
  140. 00114 %sSyntax error in module definition file
  141. 00115 Duplicate CASE constant
  142. 00116 Duplicate public symbol %s
  143. 00117 Undefined external symbol %s
  144. 00118 Include files are not allowed here
  145. 00119 No inherited methods are accessible here
  146. 00120 Segment '%s' too large
  147. 00121 Invalid qualifier
  148. 00122 Invalid variable reference
  149. 00123 Too many symbols
  150. 00124 Statement part too large
  151. 00125 Undefined class '%s' in preceding declarations
  152. 00126 Files must be var parameters
  153. 00127 Invalid executable file '%s'
  154. 00128 Misplaced conditional directive
  155. 00129 ENDIF directive missing
  156. 00130 Error in initial conditional defines
  157. 00131 Header does not match previous definition
  158. 00132 Fixup overflow in module %s
  159. 00133 Cannot evaluate this expression
  160. 00134 Expression incorrectly terminated
  161. 00135 Invalid format specifier
  162. 00136 Invalid indirect reference
  163. 00137 Structured variables are not allowed here
  164. 00138 Cannot evaluate without System unit
  165. 00139 Cannot access this symbol
  166. 00140 Invalid floating-point operation
  167. 00141 Duplicate ordinal number for symbol '%s'
  168. 00142 Pointer or procedural variable expected
  169. 00143 Invalid procedure or function reference
  170. 00144 Entry table is too large
  171. 00145 Invalid resource file '%s'
  172. 00146 File access denied (%s)
  173. 00147 object type expected
  174. 00148 Local object types are not allowed
  175. 00149 VIRTUAL expected
  176. 00150 Method identifier expected
  177. 00151 Virtual constructors are not allowed
  178. 00152 Constructor identifier expected
  179. 00153 Destructor identifier expected
  180. 00154 FAIL only allowed within constructors
  181. 00155 Invalid combination of opcode and operands
  182. 00156 Memory reference expected
  183. 00157 Cannot add or subtract relocatable symbols
  184. 00158 Invalid register combination
  185. 00159 Invalid instruction for selected processor
  186. 00160 Invalid symbol reference
  187. 00161 Code generation error
  188. 00162 ASM expected
  189. 00163 Duplicate dynamic method index
  190. 00164 Internal compiler error #%d
  191. 00165 Duplicate resource identifier '%s'
  192. 00166 No dynamic unit information is available
  193. 00167 Cannot export this symbol
  194. 00168 Duplicate export name
  195. 00169
  196. 00170
  197. 00171
  198. 00172 Read or Write clause expected
  199. 00173 Cannot read a write-only property
  200. 00174 Cannot assign to a read-only property
  201. 00175 Cannot exit a FINALLY block
  202. 00176 Label and GOTO not at same nesting level
  203. 00177 on expected
  204. 00178 Cannot mix class and object types
  205. 00179 PROCEDURE or FUNCTION expected
  206. 00180 Class type identifier expected
  207. 00181 Class expression expected
  208. 00182 Instance variable is not accessible here
  209. 00183 Invalid method reference
  210. 00184 Default property must be an array property
  211. 00185 Class already has a default property
  212. 00186 Invalid message handler parameter list
  213. 00187 Method does not exist in base class
  214. 00188 Cannot override a static method
  215. 00189 Property does not exist in base class
  216. 00190
  217. 00191 Type not supported in expression list
  218. 00192 Property access method not found
  219. 00193
  220. 00194
  221. 00195 Exception raised during evaluation
  222. 00196
  223. 00197
  224. 00198 RAISE not allowed outside EXCEPT..END block
  225. 00199
  226. 00200 Published not allowed in this class
  227. 00201 This field cannot be published
  228. 00202 This property cannot be published
  229. 0 ;■■■[ Buttons ]■■■
  230. 20000 ~Y~es
  231. 20001 ~N~o
  232. 20002 O~k~
  233. 20003 ~C~ancel
  234. 20004 O~K~
  235. 20005 Cancel
  236. 20006 Help
  237. 20007 OK
  238. 0 ;■■■[ Message Box Titles ]■■■
  239. 20100 Warning
  240. 20101 Error
  241. 20102 Information
  242. 20103 Confirmation
  243. 0 ;■■■[ File names ]■■■
  244. 20110 VP.CFG
  245. 20111 VP.VPH
  246. 20112 \PIPE\VPC%08x%c
  247. 20113 SYSTEM.VPI
  248. 20114 VPHELP
  249. 20130 %d
  250. 20131 $%x
  251. 0 ;■■■[ Miscellaneous IDE Messages ]■■■
  252. 20205 ^M^JType EXIT to return to Virtual Pascal...^M^J
  253. 20206 Invalid command line option "%s"^M^J
  254. 20210 Virtual Pascal IDE  Version 1.10 Copyright (C) 1995-96 fPrint UK Ltd^M^J
  255. 20211 Syntax: VP [options] [files]^M^J
  256. 20212    /C<file>       Use configuration file <file>^M^J
  257. 20213    /H or /?       Display this help screen^M^J
  258. 0 ; VPC command line
  259. 20250 -# /P1 /$AlignCode%c /$AlignData%c /$AlignRec%c /$Frame%c /$OrgName%c /$W%c /$Z%c
  260. 20251 /$G3%c /$G4%c /$G5%c
  261. 20252 /$Speed%c
  262. 20253 /$R%c /$S%c /$I%c /$Q%c
  263. 20254 /$V%c /$B%c /$X%c /$T%c /$P%c /$Delphi%c
  264. 20255 /$D%c /$LocInfo%c /$ZD%c /$Asm%c
  265. 20256 /$M%d
  266. 20257 /D%s
  267. 20258 /I%s
  268. 20259 /O%s
  269. 20260 /U%s
  270. 20261 /M
  271. 20262 /B
  272. 20263 /P%d
  273. 20264 %s
  274. 20265 /$Optimise%c /$SmartLink%c
  275. 20266 /$Cdecl- /$Far16%1#%c /$Cdecl%c /$StdCall%c
  276. 20267 /T%d
  277. 20268 /L%s
  278. 20269 /R%s
  279. 20271 /GS
  280. 20272 /GP
  281. 20273 /GD
  282. 20274 /$PMTYPE:NOVIO
  283. 20275 /$PMTYPE:VIO
  284. 20276 /$PMTYPE:PM
  285. 20277 Cdecl-
  286. 20278 Cdecl Far16 StdCall G3 G4 G5
  287. 20279 $M %d
  288. 20280 Compiling...
  289. 20281 Linking...
  290. 20282 Success.
  291. 20283 Error: return code = %d.
  292. 20284 Aborted.
  293. 20285 Compiling resources...
  294. 20286 Binding resources...
  295. 20287 Creating import library...
  296. 20290 /C
  297. 20291 /T
  298. 0 ; Step over special CPU instructions
  299. 20350 loop  |
  300. 20351 loope |
  301. 20352 loopne|
  302. 20353 call  |
  303. 20354 popf  |
  304. 20355 popfd |
  305. 20356 pushf |
  306. 20357 pushfd|
  307. 20358 rep   |
  308. 20359 repe  |
  309. 20360 repne |
  310. 20361 int   |
  311. 20362 into  |
  312. 0 ; Hint lines
  313. 20400 ~^X^Y^Z^[~ Move
  314. 20401 ~Shift-^X^Y^Z^[~ Resize
  315. 20402 ~^Q─┘~ Done
  316. 20403 ~Esc~ Cancel
  317. 20410 ~F1~-Help
  318. 20411 ~F2~-Save
  319. 20412 ~F3~-Load
  320. 20413 ~F4~-Here
  321. 20414 ~F5~-Zoom
  322. 20415 ~F6~-Nxt
  323. 20416 ~F7~-Trace
  324. 20417 ~F8~-Step
  325. 20418 ~F9~-Make
  326. 20419 ~F10~-Menu
  327. 20420 ~F1~ Help on help
  328. 20421 ~Alt-F1~ Previous topic
  329. 20422 ~Shift-F1~ Help index
  330. 20423 ~Esc~ Close help
  331. 20430 ~F1~ Help
  332. 0 ;■■■■[ Keystrokes ]■■■
  333. 20700 NoKey
  334. 20701 Alt-Esc
  335. 20702 Alt-Space
  336. 20703 Ctrl-@
  337. 20704 Ctrl-Ins
  338. 20705 Shift-Ins
  339. 20706 Ctrl-Del
  340. 20707 Shift-Del
  341. 20708 Alt-BS
  342. 20709 Alt-Shift-BS
  343. 20715 Shift-Tab
  344. 20716 Alt-Q
  345. 20717 Alt-W
  346. 20718 Alt-E
  347. 20719 Alt-R
  348. 20720 Alt-T
  349. 20721 Alt-Y
  350. 20722 Alt-U
  351. 20723 Alt-I
  352. 20724 Alt-O
  353. 20725 Alt-P
  354. 20726 Alt-[
  355. 20727 Alt-]
  356. 20728 Alt-Enter
  357. 20730 Alt-A
  358. 20731 Alt-S
  359. 20732 Alt-D
  360. 20733 Alt-F
  361. 20734 Alt-G
  362. 20735 Alt-H
  363. 20736 Alt-J
  364. 20737 Alt-K
  365. 20738 Alt-L
  366. 20739 Alt-;
  367. 20740 Alt-'
  368. 20741 Alt-`
  369. 20743 Alt-\
  370. 20744 Alt-Z
  371. 20745 Alt-X
  372. 20746 Alt-C
  373. 20747 Alt-V
  374. 20748 Alt-B
  375. 20749 Alt-N
  376. 20750 Alt-M
  377. 20751 Alt-,
  378. 20752 Alt-.
  379. 20753 Alt-/
  380. 20755 Alt-Grey*
  381. 20759 F1
  382. 20760 F2
  383. 20761 F3
  384. 20762 F4
  385. 20763 F5
  386. 20764 F6
  387. 20765 F7
  388. 20766 F8
  389. 20767 F9
  390. 20768 F10
  391. 20771 Home
  392. 20772 Up
  393. 20773 PgUp
  394. 20774 Alt-Grey-
  395. 20775 Left
  396. 20776 Center
  397. 20777 Right
  398. 20778 Alt-Grey+
  399. 20779 End
  400. 20780 Dn
  401. 20781 PgDn
  402. 20782 Ins
  403. 20783 Del
  404. 20784 Shift-F1
  405. 20785 Shift-F2
  406. 20786 Shift-F3
  407. 20787 Shift-F4
  408. 20788 Shift-F5
  409. 20789 Shift-F6
  410. 20790 Shift-F7
  411. 20791 Shift-F8
  412. 20792 Shift-F9
  413. 20793 Shift-F10
  414. 20794 Ctrl-F1
  415. 20795 Ctrl-F2
  416. 20796 Ctrl-F3
  417. 20797 Ctrl-F4
  418. 20798 Ctrl-F5
  419. 20799 Ctrl-F6
  420. 20800 Ctrl-F7
  421. 20801 Ctrl-F8
  422. 20802 Ctrl-F9
  423. 20803 Ctrl-F10
  424. 20804 Alt-F1
  425. 20805 Alt-F2
  426. 20806 Alt-F3
  427. 20807 Alt-F4
  428. 20808 Alt-F5
  429. 20809 Alt-F6
  430. 20810 Alt-F7
  431. 20811 Alt-F8
  432. 20812 Alt-F9
  433. 20813 Alt-F10
  434. 20814 Ctrl-PrtSc
  435. 20815 Ctrl-Left
  436. 20816 Ctrl-Right
  437. 20817 Ctrl-End
  438. 20818 Ctrl-PgDn
  439. 20819 Ctrl-Home
  440. 20820 Alt-1
  441. 20821 Alt-2
  442. 20822 Alt-3
  443. 20823 Alt-4
  444. 20824 Alt-5
  445. 20825 Alt-6
  446. 20826 Alt-7
  447. 20827 Alt-8
  448. 20828 Alt-9
  449. 20829 Alt-0
  450. 20830 Alt-
  451. 20831 Alt=
  452. 20832 Ctrl-PgUp
  453. 20833 F11
  454. 20834 F12
  455. 20835 Shift-F11
  456. 20836 Shift-F12
  457. 20837 Ctrl-F11
  458. 20838 Ctrl-F12
  459. 20839 Alt-F11
  460. 20840 Alt-F12
  461. 20841 Ctrl-Up
  462. 20842 Ctrl-Grey-
  463. 20843 Ctrl-Center
  464. 20844 Ctrl-Grey+
  465. 20845 Ctrl-Dn
  466. 20848 Ctrl-Tab
  467. 20849 Ctrl-Grey/
  468. 20850 Ctrl-Grey*
  469. 20851 Alt-Home
  470. 20852 Alt-Up
  471. 20853 Alt-PgUp
  472. 20855 Alt-Left
  473. 20857 Alt-Right
  474. 20859 Alt-End
  475. 20860 Alt-Dn
  476. 20861 Alt-PgDn
  477. 20862 Alt-Ins
  478. 20863 Alt-Del
  479. 20864 Alt-Grey/
  480. 20865 Alt-Tab
  481. 20866 Alt-GreyEnter
  482. 20900 Enter
  483. 20901 Ctrl-Enter
  484. 20902 Esc
  485. 20903 BS
  486. 20904 Tab
  487. 20905 -
  488. 20906 Grey-
  489. 20907 *
  490. 20908 Grey*
  491. 20909 +
  492. 20910 Grey+
  493. 20911 Ctrl-BS
  494. 20912 Ctrl-A
  495. 20913 Ctrl-B
  496. 20914 Ctrl-C
  497. 20915 Ctrl-D
  498. 20916 Ctrl-E
  499. 20917 Ctrl-F
  500. 20918 Ctrl-G
  501. 20919 Ctrl-H
  502. 20920 Ctrl-I
  503. 20921 Ctrl-J
  504. 20922 Ctrl-K
  505. 20923 Ctrl-L
  506. 20924 Ctrl-M
  507. 20925 Ctrl-N
  508. 20926 Ctrl-O
  509. 20927 Ctrl-P
  510. 20928 Ctrl-Q
  511. 20929 Ctrl-R
  512. 20930 Ctrl-S
  513. 20931 Ctrl-T
  514. 20932 Ctrl-U
  515. 20933 Ctrl-V
  516. 20934 Ctrl-W
  517. 20935 Ctrl-X
  518. 20936 Ctrl-Y
  519. 20937 Ctrl-Z
  520. 20938 Ctrl[
  521. 20939 Ctrl\
  522. 20940 Ctrl]
  523. 20941 Ctrl^
  524. 20942 Ctrl_
  525. 20943 Ctrl-GreyEnter
  526. 20944 Grey/
  527. 20990 Not assigned
  528. 20991 Assigned
  529. 0 ;■■■■[ File dialog ]■■■■
  530. 21000 <Drive>
  531. 21001 %-12s  %-9s %3s %02d, %4d  %02d:%02d%cm
  532. 21002 %-12s  %-9d %3s %02d, %4d  %02d:%02d%cm
  533. 21003 <Dir>
  534. 21004 ~F~iles
  535. 21005 ~D~irectories
  536. 21006 ~O~pen
  537. 21007 ~O~k
  538. 21008 ~R~eplace
  539. 21009 ~C~lear
  540. 21010 Cancel
  541. 21011 Help
  542. 21012 Directory
  543. 21013 Open a File
  544. 21014 File ~n~ame
  545. 21015 *.PAS
  546. 21016 Retrieve options
  547. 21017 ~C~onfiguration file name
  548. 21018 *.CFG
  549. 21019 Save File As
  550. 21020 ~S~ave file as
  551. 21021 *.PAS
  552. 21022 Open a help file
  553. 21023 Help file ~n~ame
  554. 21024 *.VPH
  555. 21025 Load program
  556. 21026 Program ~n~ame
  557. 21027 *.EXE
  558. 21028 Read block from file
  559. 21029 ~R~ead block from
  560. 21030 *.PAS
  561. 21031 Write block to file
  562. 21032 ~W~rite block to
  563. 21033 *.PAS
  564. 21034 Primary file
  565. 21035 ~P~rimary program file
  566. 21036 *.PAS
  567. 21051 Jan
  568. 21052 Feb
  569. 21053 Mar
  570. 21054 Apr
  571. 21055 May
  572. 21056 Jun
  573. 21057 Jul
  574. 21058 Aug
  575. 21059 Sep
  576. 21060 Oct
  577. 21061 Nov
  578. 21062 Dec
  579. 0 ;■■■■[ ChDir dialog ]■■■■
  580. 21200 Change Directory
  581. 21201 Directory ~n~ame
  582. 21202 Directory ~t~ree
  583. 21203 O~K~
  584. 21204 ~C~hdir
  585. 21205 ~R~evert
  586. 21206 ~H~elp
  587. 0 ;■■■■[ Evaluate/Modify dialog ]■■■■
  588. 21220 Evaluate and Modify
  589. 21221 E~x~pression
  590. 21222 ~R~esult
  591. 21223 ~N~ew value
  592. 21224 ~E~valuate
  593. 21225 ~M~odify
  594. 21226 Cancel
  595. 21227 Help
  596. 0 ;■■■■[ Directories dialog ]■■■■
  597. 21240 Directories
  598. 21241 ~O~utput directory
  599. 21242 ~I~nclude directories
  600. 21243 ~U~nit directories
  601. 21244 ~L~ibrary directories
  602. 21245 ~R~esource directories
  603. 0 ;■■■■[ Debugger dialog ]■■■■
  604. 21260 Debugger
  605. 21261 Display s~w~apping
  606. 21262 ~N~one
  607. 21263 ~R~un only
  608. 21264 S~m~art
  609. 21266 ~I~nteger format
  610. 21267 ~H~ex
  611. 21268 ~D~ecimal
  612. 21269 ~B~oth
  613. 21271 Debu~g~ging
  614. 21272 Debug ~s~tartup code
  615. 21273 Run in ~V~IO window
  616. 21274 Break on e~x~ception
  617. 21275 Use hard ~P~M mode
  618. 21278 ~U~ser screen delay
  619. 0 ;■■■■[ Mouse Dialog ]■■■■
  620. 21290 Mouse options
  621. 21291 Nothing
  622. 21292 Topic search
  623. 21293 Search
  624. 21294 Search again
  625. 21295 Replace
  626. 21296 Go to cursor
  627. 21297 Breakpoint
  628. 21298 Inspect
  629. 21299 Evaluate
  630. 21300 Add watch
  631. 21302 ~C~trl+Right button
  632. 21303 ~A~lt+Right button
  633. 21304 ~S~hift+Right button
  634. 21305 ~M~ouse double click
  635. 21306 Fast      Medium      Slow
  636. 21307 ~R~everse mouse buttons
  637. 0 ;■■■■[ Window List ]■■■■
  638. 21320 Window List
  639. 21321 ~W~indows
  640. 21322 ~D~elete
  641. 0 ;■■■■[ Linker dialog ]■■■■
  642. 21330 Linker
  643. 21331 ~F~ull screen
  644. 21332 ~C~ompatible with PM
  645. 21333 ~P~M application
  646. 21335 Application
  647. 21336 Non~e~
  648. 21337 ExePack ~1~ (OS/2 2.x)
  649. 21338 ExePack ~2~ (OS/2 Warp)
  650. 21340 Compression
  651. 21341 Options
  652. 21343 LINK~3~86 options
  653. 21344 O~t~her options
  654. 21345 Linker pat~h~
  655. 21348 /MAP:FULL
  656. 21349 /BAT /NOL
  657. 21350  /PM:NOVIO
  658. 21351  /PM:VIO
  659. 21352  /PM:PM
  660. 21354  /EXEPACK:1
  661. 21355  /EXEPACK:2
  662. 21356 ~G~enerate location info
  663. 21357 Use e~x~ternal linker
  664. 21359 Map file
  665. 21360 ~N~one
  666. 21361 ~S~egments
  667. 21362 Pu~b~lic
  668. 21363 ~D~etailed
  669. 21365 Generate import library
  670. 21366 N~o~
  671. 21367 Use D~L~L
  672. 21368 ~U~se DEF
  673. 0 ;■■■■[ RC dialog ]■■■■
  674. 21370 Resource compiler
  675. 21371 ~O~ptions
  676. 21372 ~R~C path
  677. 21377 RCPP.EXE
  678. 0 ;■■■■[ Color dialog ]■■■■
  679. 21390 Colors
  680. 21391 ~G~roup
  681. 21392 ~I~tem
  682. 21393 ~F~oreground
  683. 21394 ~B~ackground
  684. 21395 Text
  685. 21396 ~C~olor
  686. 21397 Normal
  687. 21398 Highlight
  688. 21399 Underline
  689. 21400 Inverse
  690. 21410 Desktop
  691. 21411 Menus
  692. 21412 Dialogs
  693. 21413 Editor
  694. 21414 Help
  695. 21415 Data window
  696. 21416 Low level
  697. 21417 Breakpoints
  698. 21418 Syntax
  699. 21450 Color
  700. 21451 Normal
  701. 21452 Disabled
  702. 21453 Shortcut
  703. 21454 Selected
  704. 21455 Selected disabled
  705. 21456 Shortcut selected
  706. 21460 Frame/background
  707. 21461 Frame icons
  708. 21462 Scroll bar page
  709. 21463 Scroll bar icons
  710. 21464 Static text
  711. 21465 Label normal
  712. 21466 Label selected
  713. 21467 Label shortcut
  714. 21468 Button normal
  715. 21469 Button default
  716. 21470 Button selected
  717. 21471 Button disabled
  718. 21472 Button shortcut
  719. 21473 Button shadow
  720. 21474 Cluster normal
  721. 21475 Cluster selected
  722. 21476 Cluster shortcut
  723. 21477 Cluster disabled
  724. 21478 Input normal
  725. 21479 Input selected
  726. 21480 Input arrow
  727. 21481 History button
  728. 21482 History sides
  729. 21483 History bar page
  730. 21484 History bar icons
  731. 21485 List normal
  732. 21486 List focused
  733. 21487 List selected
  734. 21488 List divider
  735. 21489 Information pane
  736. 21500 Frame passive
  737. 21501 Frame active
  738. 21502 Frame icons
  739. 21503 Scroll bar page
  740. 21504 Scroll bar icon
  741. 21505 Normal text
  742. 21506 Selected text
  743. 21507 Error message
  744. 21508 Breakpoint
  745. 21509 Source position
  746. 21510 BP on source pos
  747. 21520 Example
  748. 21521 Normal keyword
  749. 21522 Highlight keyword
  750. 21523 Highlight color #1
  751. 21524 Highlight color #2
  752. 21530 Changed text
  753. 21531 Breakpoint
  754. 21532 Highlighted text
  755. 21533 Source line
  756. 21540 Whitespace
  757. 21541 Comments '{'...'}'
  758. 21542 Comments '(*'...'*)'
  759. 21543 Reserved words
  760. 21544 Identifiers
  761. 21545 Symbols
  762. 21546 Strings
  763. 21547 Numbers
  764. 21548 Assembler
  765. 0 ;■■■■[ Compiler dialog ]■■■■
  766. 21600 Compiler
  767. 21601 Code generation
  768. 21602 Align ~c~ode
  769. 21603 ~A~lign data
  770. 21604 Align rec/ob~j~
  771. 21605 Asm stack ~f~rame
  772. 21606 Original names
  773. 21607 Stack frame
  774. 21608 DWord en~u~ms
  775. 21611 Runtime errors
  776. 21612 ~R~ange checking
  777. 21613 ~S~tack checking
  778. 21614 ~I~/O checking
  779. 21615 Overflo~w~ checking
  780. 21621 CPU
  781. 21622 ~3~86
  782. 21623 ~4~86
  783. 21624 P~5~
  784. 21631 Syntax options
  785. 21632 Strict ~v~ar-strings
  786. 21633 Complete ~b~oolean eval
  787. 21634 E~x~tended syntax
  788. 21635 ~T~yped @ operator
  789. 21636 Open ~p~arameters
  790. 21637 Delp~h~i syntax
  791. 21641 Optimise for
  792. 21642 Sp~e~ed
  793. 21643 Si~z~e
  794. 21651 Debugging
  795. 21652 ~D~ebug information
  796. 21653 ~L~ocation info
  797. 21654 Line nu~m~bers
  798. 21655 Assembl~y~ output
  799. 21661 Co~n~ditional defines
  800. 21662 Stac~k~ size
  801. 21671 Optimisation
  802. 21672 ~O~ptimise
  803. 21673 Smart linkin~g~
  804. 21680 Calling convention
  805. 21681 Pascal
  806. 21682 Far16
  807. 21683 C
  808. 21684 StdCall
  809. 21690 Fastest
  810. 21691 Smallest
  811. 21692 Debug
  812. 0 ;■■■■[ Macro list dialog ]■■■■
  813. 21700 Macro list
  814. 21701 ~M~acro
  815. 21702 ~K~ey           Shift
  816. 21703 %-13s %-8s
  817. 21704 ~P~layBack
  818. 21705 ~N~ew
  819. 21706 ~R~emove
  820. 21707 Remove ~a~ll
  821. 21708 Ne~w~
  822. 21709 ~D~elete
  823. 21710 Delete a~l~l
  824. 21715 ~E~ditor only
  825. 0 ;■■■■[ Editor dialog ]■■■■
  826. 21740 Editor
  827. 21741 ~E~ditor options
  828. 21742 ~C~reate backup files
  829. 21743 ~I~nsert mode
  830. 21744 ~A~uto indent mode
  831. 21745 S~m~art tab
  832. 21746 ~U~NIX text
  833. 21747 ~O~ptimal fill
  834. 21748 ~B~ackspace unidents
  835. 21749 ~P~ersistent blocks
  836. 21750 Tru~n~cate spaces
  837. 21751 ~S~yntax highlight
  838. 21752 B~l~ock insert cursor
  839. 21753 ~F~ind text at cursor
  840. 21754 Back~g~round only
  841. 21760 ~T~ab size
  842. 21761 ~H~ighlight extensions
  843. 0 ;■■■■[ Preferences dialog ]■■■■
  844. 21780 Preferences
  845. 21781 Screen si~z~e
  846. 21782 ~2~5
  847. 21783 ~4~3/50
  848. 21784 ~K~eep original
  849. 21790 Source ~t~racking
  850. 21791 ~N~ew window
  851. 21792 ~C~urrent window
  852. 21800 ~A~uto save
  853. 21801 Editor ~f~iles
  854. 21802 ~E~nvironment
  855. 21803 ~D~esktop
  856. 21810 ~O~ptions
  857. 21811 C~h~ange dir on open
  858. 21812 ~L~CD color set
  859. 21813 ~W~indow shadow
  860. 21814 ~R~eturn to last dir
  861. 21815 ~B~ring messages on top
  862. 0 ;■■■■[ Save Options dialog ]■■■■
  863. 21830 Save options
  864. 21831 ~E~nvironment
  865. 21832 ~D~esktop
  866. 21840 ~S~ave to
  867. 0 ;■■■■[ Unit list ]■■■■
  868. 21860 Unit list
  869. 0 ;■■■■[ Help Search dialog ]■■■■
  870. 21880 Search
  871. 21881 ~S~earch for
  872. 21890 Scope
  873. 21891 ~T~his topic
  874. 21892 ~I~ndex
  875. 21893 ~A~ll topics
  876. 21900 Options
  877. 21901 ~C~ase sensitive
  878. 21902 ~W~hole words only
  879. 0 ;■■■[ Find and Replace Dialogs ] ■■■
  880. 21920 Find
  881. 21921 Replace
  882. 21922 ~T~ext to find
  883. 21923 ~N~ew text
  884. 21930 Options
  885. 21931 ~C~ase sensitive
  886. 21932 ~W~hole words only
  887. 21933 ~R~egular expression
  888. 21940 Direction
  889. 21941 Forwar~d~
  890. 21942 ~B~ackward
  891. 21950 Scope
  892. 21951 ~G~lobal
  893. 21952 ~S~elected text
  894. 21960 Origin
  895. 21961 ~F~rom cursor
  896. 21962 ~E~ntire scope
  897. 21971 ~C~ase sensitive
  898. 21972 ~W~hole words only
  899. 21973 ~R~egular expression
  900. 21974 ~P~rompt on replace
  901. 21980 Change ~a~ll
  902. 0 ;■■■■[ Print dialog ]■■■■
  903. 22000 Print
  904. 22001 Printer port
  905. 22002 LPT~1~
  906. 22003 LPT~2~
  907. 22010 ~F~ile
  908. 22011 ~B~lock
  909. 0 ;■■■■[ Symbol Options dialog ]■■■■
  910. 22030 Symbol options
  911. 22031 Symbols
  912. 22032 ~L~abels
  913. 22033 ~C~onstants
  914. 22034 ~T~ypes
  915. 22035 ~V~ariables
  916. 22036 ~P~rocedures
  917. 22037 ~U~nit locals
  918. 22050 Display
  919. 22051 ~S~how variable type
  920. 22052 S~h~ow procedure params
  921. 0 ;■■■■■■■■■■■■■■■■■■■■■■[ Menu Items ]■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  922. 0 ;■■■■■■[ MAIN MENU ]■■■■■■
  923. 23000 ~F~ile
  924. 23001 ~O~pen...
  925. 23002 ~N~ew
  926. 23003 ~S~ave
  927. 23004 S~a~ve as...
  928. 23005 Sa~v~e all
  929. 23006 ~L~oad program...
  930. 23007 ~C~hange dir...
  931. 23008 ~P~rint
  932. 23009 OS s~h~ell
  933. 23010 E~x~it
  934. 0 ;■■■■■■■■■■■■■■
  935. 23020 ~E~dit
  936. 23021 ~U~ndo
  937. 23022 ~R~edo
  938. 23023 Cu~t~
  939. 23024 ~C~opy
  940. 23025 ~P~aste
  941. 23026 C~l~ear
  942. 23027 ~S~how clipboard
  943. 23028 Copy scree~n~
  944. 0 ;■■■■■■■■■■■■■■
  945. 23040 ~S~earch
  946. 23041 ~F~ind...
  947. 23042 ~R~eplace...
  948. 23043 ~S~earch again
  949. 23044 ~I~ncremental search...
  950. 23045 ~G~o to line number...
  951. 23046 Show last ~c~ompiler error
  952. 23047 Find ~p~rocedure...
  953. 23048 Find ~e~rror...
  954. 0 ;■■■■■■■■■■■■■■
  955. 23060 ~R~un
  956. 23061 ~R~un
  957. 23062 ~G~o to cursor
  958. 23063 ~T~race into
  959. 23064 ~S~tep over
  960. 23065 ~E~xecute to...
  961. 23066 ~U~ntil return
  962. 23067 A~n~imate
  963. 23068 ~T~race into...
  964. 23069 ~S~tep over...
  965. 23070 ~I~nstruction trace...
  966. 23071 ~I~nstruction trace
  967. 23072 P~a~rameters...
  968. 23073 Reset ~p~rogram
  969. 23074 Restart pr~o~gram
  970. 0 ;■■■■■■■■■■■■■■
  971. 23080 ~C~ompile
  972. 23081 ~C~ompile
  973. 23082 ~M~ake
  974. 23083 ~B~uild
  975. 23084 ~P~rimary file...
  976. 23085 C~l~ear primary file
  977. 23086 M~e~ssages
  978. 0 ;■■■■■■■■■■■■■■
  979. 23100 ~V~iew
  980. 23101 ~B~reakpoints
  981. 23102 Call stac~k~
  982. 23103 ~L~og
  983. 23104 ~W~atches
  984. 23105 ~S~ymbols
  985. 23106 ~U~nits...
  986. 23107 ~T~hreads...
  987. 23108 ~H~ierarchy
  988. 23109 ~C~PU
  989. 23110 ~D~ump
  990. 23111 ~R~egisters
  991. 23112 ~N~umeric coprocessor
  992. 23113 E~x~ceptions...
  993. 23114 Us~e~r screen
  994. 0 ;■■■■■■■■■■■■■■
  995. 23120 ~D~ebug
  996. 23121 ~I~nspect...
  997. 23122 ~E~valuate/modify...
  998. 23123 Add ~w~atch...
  999. 23124 ~T~oggle breakpoint
  1000. 23125 ~B~reakpoint at...
  1001. 23126 Delete ~a~ll breakpoints
  1002. 0 ;■■■■■■■■■■■■■■
  1003. 23140 ~O~ptions
  1004. 23141 ~C~ompiler...
  1005. 23142 ~L~inker...
  1006. 23143 ~R~esource compiler...
  1007. 23144 De~b~ugger...
  1008. 23145 S~y~mbols...
  1009. 23146 ~D~irectories...
  1010. 0 ;■■■■■■
  1011. 23147 ~M~acros
  1012. 23148 ~C~reate...
  1013. 23149 ~S~top recording
  1014. 23150 ~L~ist~...
  1015. 23151 ~D~isplay key codes...
  1016. 0 ;■■■■■■
  1017. 23152 ~E~nvironment
  1018. 23153 ~P~references...
  1019. 23154 ~E~ditor...
  1020. 23155 ~M~ouse...
  1021. 23156 ~C~olors...
  1022. 0 ;■■■■■■
  1023. 23157 ~S~ave options...
  1024. 23158 Retrie~v~e options...
  1025. 0 ;■■■■■■■■■■■■■■
  1026. 23180 ~W~indow
  1027. 23181 ~T~ile
  1028. 23182 C~a~scade
  1029. 23183 Cl~o~se all
  1030. 23184 ~R~efresh display
  1031. 23185 ~S~ize/Move
  1032. 23186 ~Z~oom
  1033. 23187 ~N~ext
  1034. 23188 ~P~revious
  1035. 23189 ~C~lose
  1036. 23190 ~L~ist...
  1037. 0 ;■■■■■■■■■■■■■■
  1038. 23200 ~H~elp
  1039. 23201 ~C~ontents
  1040. 23202 ~I~ndex
  1041. 23203 ~T~opic search
  1042. 23204 ~P~revious topic
  1043. 23205 ~H~elp on help
  1044. 23206 Help ~w~indow
  1045. 23207 ~A~bout...
  1046. 0 ;■■■■■■[ Register/Flags Window ]■■■■■■
  1047. 23300 Regs
  1048. 23301 ~I~ncrement
  1049. 23302 ~D~ecrement
  1050. 23303 ~Z~ero
  1051. 23304 ~C~hange...
  1052. 23306 ~T~oggle
  1053. 23310 ~Ctrl: I~-Increment
  1054. 23311 ~D~-Decrement
  1055. 23312 ~Z~-Zero
  1056. 23313 ~C~-Change
  1057. 23315 ~Ctrl: T~-Toggle
  1058. 23320 eax %04X-%04Xebx %04X-%04Xecx %04X-%04Xedx %04X-%04Xesi %04X-%04Xedi %04X-%04Xebp %04X-%04Xesp %04X-%04Xefl %04X-%04Xeip %04X-%04X cs .....%04X ds .....%04X es .....%04X ss .....%04X fs .....%04X gs .....%04X
  1059. 23321 c=%dz=%ds=%do=%dp=%da=%di=%dd=%d
  1060. 0 ;■■■■■■[ NCP Window ]■■■■■■
  1061. 23340 Ncp
  1062. 23341 ~Z~ero
  1063. 23342 ~E~mpty
  1064. 23343 ~C~hange...
  1065. 23345 ~T~oggle
  1066. 23346 ~C~hange...
  1067. 23350 ~Ctrl: Z~-Zero
  1068. 23351 ~E~-Empty
  1069. 23352 ~C~-Change
  1070. 23354 ~Ctrl: T~-Toggle
  1071. 23355 ~C~-Change
  1072. 23360 %-5s ST(%d) %-27s %04x %04x %04x %04x %04x
  1073. 23361 Valid
  1074. 23362 Zero
  1075. 23363 Spec.
  1076. 23364 Empty
  1077. 23365 ie=%xde=%xze=%xoe=%xue=%xpe=%xsf=%xes=%xcc=%xst=%x
  1078. 23368  %04x
  1079. 23369 im=%xdm=%xzm=%xom=%xum=%xpm=%xpc=%xrc=%xic=%x
  1080. 23371 IPTR = %04x:%08x (%s)
  1081. 23372 OPTR = %04x:%08x
  1082. 23373 OPCODE = %03x
  1083. 23374 No program loaded
  1084. 23375 Coprocessor is not used yet
  1085. 23376 No coprocessor available
  1086. 0 ;■■■■■■[ Log Window ]■■■■■■
  1087. 23380 Log
  1088. 23381 ~O~pen log file...
  1089. 23382 ~C~lose log file
  1090. 23383 ~L~ogging
  1091. 23384 ~A~dd comment...
  1092. 23385 ~E~rase log
  1093. 23387 No
  1094. 23388 Yes
  1095. 23390 ~Ctrl: O~-Open
  1096. 23391 ~C~-Close
  1097. 23392 ~L~-Logging
  1098. 23393 ~A~-Add comment
  1099. 23394 ~E~-Erase
  1100. 23400 Open a log file
  1101. 23401 Log file ~n~ame
  1102. 23405  to '%s'
  1103. 23406 (Disabled)
  1104. 23407 Virtual Pascal log file^M^J
  1105. 0 ;■■■■■■[ CPU Window / Stack Pane ]■■■■■■
  1106. 23440 Cpu
  1107. 23441 ~G~oto...
  1108. 23442 ~O~rigin
  1109. 23443 ~F~ollow
  1110. 23444 ~P~revious
  1111. 23445 ~C~hange...
  1112. 23450 ~Ctrl: G~-Goto
  1113. 23451 ~O~-Origin
  1114. 23452 ~F~-Follow
  1115. 23453 ~P~-Previous
  1116. 23454 ~C~-Change
  1117. 23460 cs
  1118. 23461 ds
  1119. 23462 es
  1120. 23463 ss
  1121. 23464 fs
  1122. 23465 gs
  1123. 23466 %04X
  1124. 23467 %4s:%08X%c%08X
  1125. 23468 %4s:%04X    %c%08X
  1126. 23469 %4s:%08X%c%04X    |
  1127. 23470 %4s:%04X    %c%04X    |
  1128. 23471 %4s:%08X%c????????
  1129. 23472 %4s:%04X    %c????????
  1130. 23473 %4s:%08X%c????    |
  1131. 23474 %4s:%04X    %c????    |
  1132. 23475 FLAT
  1133. 0 ;■■■■■■[ CPU Window / Code Pane ]■■■■■■
  1134. 23500 ~G~oto...
  1135. 23501 ~O~rigin
  1136. 23502 ~F~ollow
  1137. 23503 ~C~aller
  1138. 23504 ~P~revious
  1139. 23505 ~S~earch...
  1140. 23506 ~N~ext
  1141. 23507 ~V~iew source
  1142. 23508 ~M~ixed
  1143. 23509 ─
  1144. 23510 Ne~w~ CS:eIP
  1145. 23511 ~A~ssemble...
  1146. 23515 No
  1147. 23516 Yes
  1148. 23517 Both
  1149. 23530 ~Ctrl: G~-Goto
  1150. 23531 ~O~-Org
  1151. 23532 ~F~-Fol
  1152. 23533 ~C~-Caller
  1153. 23534 ~P~-Prv
  1154. 23535 ~S~-Srch
  1155. 23536 ~N~-Next
  1156. 23537 ~V~-View
  1157. 23538 ~M~-Mixed
  1158. 23539 ~W~-New
  1159. 23540 ~A~-Asm
  1160. 23550 %4s:%04X%c%-16s%c%s%-202s
  1161. 23551 %4s:%05X%c%-15s%c%s%-202s
  1162. 23552 %4s:%08X%c%-12s%c%s%-202s
  1163. 23553 es
  1164. 23554 cs
  1165. 23555 ss
  1166. 23556 ds
  1167. 23557 fs
  1168. 23558 gs
  1169. 23560 %s%s.%d  %-160s
  1170. 23561 %-200s
  1171. 23571 %01X
  1172. 23572 %02X
  1173. 23573 %03X
  1174. 23574 %04X
  1175. 23575 %05X
  1176. 23576 %06X
  1177. 23577 %07X
  1178. 23578 %08X
  1179. 23580 ']' expected
  1180. 0 ;■■■■■■[ Dump Window ]■■■■■■
  1181. 23600 Dump
  1182. 23601 ~G~oto
  1183. 23602 │~F~ollow
  1184. 23603 ~N~ear code
  1185. 23604 ~F~ar code
  1186. 23605 ~O~ffset to data
  1187. 23606 ~S~egment:offset to data
  1188. 23607 ~B~ase segment:0 to data
  1189. 23609 ~P~revious
  1190. 23610 ~C~hange
  1191. 23611 │~D~isplay As
  1192. 23612 ~B~yte
  1193. 23613 ~W~ord
  1194. 23614 ~D~Word
  1195. 23615 ~C~omp
  1196. 23616 C~u~rrency
  1197. 23617 ~S~ingle
  1198. 23618 ~R~eal
  1199. 23619 D~o~uble
  1200. 23620 ~E~xtended
  1201. 23622 ─
  1202. 23623 ~M~arker
  1203. 23624 Fi~x~up
  1204. 23625 ~R~emove fixup
  1205. 23626 Fi~l~ter
  1206. 23627 │~B~lock
  1207. 23628 ~C~lear
  1208. 23629 ~M~ove
  1209. 23630 ~S~et
  1210. 23631 ~R~ead
  1211. 23632 ~W~rite
  1212. 23634 ─
  1213. 23635 ~S~earch
  1214. 23636 ~N~ext
  1215. 23640 Off
  1216. 23641 On
  1217. 23650 ~Ctrl: G~-Goto
  1218. 23651 ~S~-Search
  1219. 23652 ~N~-Next
  1220. 23653 ~C~-Change
  1221. 23654 ~F~-Follow
  1222. 23655 ~P~-Previous
  1223. 23656 ~D~-Display
  1224. 23657 ~B~-Block
  1225. 23660 %4s:%04X     %-66s
  1226. 23661 %4s:%05X    %-66s
  1227. 23662 %4s:%08X %-66s
  1228. 23663 %02X
  1229. 23664 %04X
  1230. 23665 %08X
  1231. 23666 %04X%s
  1232. 23667 %05X%s
  1233. 23668 %08X%s
  1234. 23669  M=%X%c%X
  1235. 23670  F=%s
  1236. 0 ;■■■■■■[ Stack Window ]■■■■■■
  1237. 23700 Call stack
  1238. 23701 ~I~nspect
  1239. 23702 ~L~ocals
  1240. 23710 ~Ctrl: I~-Inspect
  1241. 23711 ~L~-Locals
  1242. 0 ;■■■■■■[ Watches Window ]■■■■■■
  1243. 23720 Watches
  1244. 23721 ~A~dd...
  1245. 23722 Edi~t~...
  1246. 23723 ~R~emove
  1247. 23724 ~E~nable
  1248. 23725 ─
  1249. 23726 ~C~hange
  1250. 23727 ~I~nspect
  1251. 23728 ─
  1252. 23729 ~D~elete all
  1253. 23730 E~n~able all
  1254. 23731 Di~s~able all
  1255. 23740 ~Ctrl: A~-Add
  1256. 23741 ~T~-Edit
  1257. 23742 ~R~-Remove
  1258. 23743 ~E~-Enable
  1259. 23744 ~C~-Change
  1260. 23745 ~I~-Inspect
  1261. 23746 ~D~-Delete all
  1262. 23750 <disabled>
  1263. 0 ;■■■■■■[ Messages Window ]■■■■■■
  1264. 23760 Messages
  1265. 23761 ~C~lear
  1266. 23770 ~Ctrl: C~-Clear
  1267. 0 ;■■■■■■[ Threads Dialog ]■■■■■■
  1268. 23800 Threads
  1269. 23801  %04X  %04X  %6s  %-9s%6d   %-20s
  1270. 23802 PID   TID   State   Schedule Priority Location
  1271. 23803 ~S~tate
  1272. 23810 Thawed
  1273. 23811 Frozen
  1274. 23820 Runnable
  1275. 23821 Suspended
  1276. 23822 Blocked
  1277. 23823 CritSec
  1278. 28830 %04X:%08X
  1279. 0 ;■■■■■■[ Exceptions Dialog ]■■■■■■
  1280. 23900 Exceptions
  1281. 23901 XCPT_GUARD_PAGE_VIOLATION
  1282. 23902 XCPT_UNABLE_TO_GROW_STACK
  1283. 23903 XCPT_DATATYPE_MISALIGNMENT
  1284. 23904 XCPT_ACCESS_VIOLATION
  1285. 23905 XCPT_ILLEGAL_INSTRUCTION
  1286. 23906 XCPT_FLOAT_DENORMAL_OPERAND
  1287. 23907 XCPT_FLOAT_DIVIDE_BY_ZERO
  1288. 23908 XCPT_FLOAT_INEXACT_RESULT
  1289. 23909 XCPT_FLOAT_INVALID_OPERATION
  1290. 23910 XCPT_FLOAT_OVERFLOW
  1291. 23911 XCPT_FLOAT_STACK_CHECK
  1292. 23912 XCPT_FLOAT_UNDERFLOW
  1293. 23913 XCPT_INTEGER_DIVIDE_BY_ZERO
  1294. 23914 XCPT_INTEGER_OVERFLOW
  1295. 23915 XCPT_PRIVILEGED_INSTRUCTION
  1296. 23916 XCPT_IN_PAGE_ERROR
  1297. 23917 XCPT_PROCESS_TERMINATE
  1298. 23918 XCPT_ASYNC_PROCESS_TERMINATE
  1299. 23919 XCPT_NONCONTINUABLE_EXCEPTION
  1300. 23920 XCPT_INVALID_DISPOSITION
  1301. 23921 XCPT_INVALID_LOCK_SEQUENCE
  1302. 23922 XCPT_ARRAY_BOUNDS_EXCEEDED
  1303. 23923 XCPT_B1NPX_ERRATA_02
  1304. 23924 XCPT_UNWIND
  1305. 23925 XCPT_BAD_STACK
  1306. 23926 XCPT_INVALID_UNWIND_TARGET
  1307. 23927 XCPT_SIGNAL
  1308. 23928 **UNKNOWN**
  1309. 23950 [ ]
  1310. 23951 [√]
  1311. 23952 Break           ~E~xceptions
  1312. 23953 ~B~reak
  1313. 23954 ~A~ll
  1314. 23955 ~N~one
  1315. 0 ;■■■■■■[ Breakpoints Window ]■■■■■■
  1316. 23960 Breakpoints
  1317. 23961 ~C~hange options...
  1318. 23962 ~E~nable
  1319. 23963 ~A~dd...
  1320. 23964 ~R~emove...
  1321. 23965 ~D~elete all...
  1322. 23966 ~I~nspect
  1323. 23970 ~Ctrl: C~-Change options
  1324. 23971 ~E~-Enable
  1325. 23972 ~A~-Add
  1326. 23973 ~R~-Remove
  1327. 23974 ~D~-Delete all
  1328. 23975 ~I~-Inspect
  1329. 23980 Address                 State Type Size Action Condition       Pass  TID  Log expression
  1330. 23981 %25s %-3s %-5s %-3s %-6s %-15s %-5d %-4s %-15s
  1331. 23982 Exec
  1332. 23983 Write
  1333. 23984 R/W
  1334. 23985 Br
  1335. 23986 Log
  1336. 23987 [ ]
  1337. 23988 [√]
  1338. 23989 [^O]
  1339. 23990 Change options
  1340. 23991 Add a breakpoint
  1341. 23992 Breakpoint at
  1342. 23995 $%04X:$%08X
  1343. 23996 %s#%d
  1344. 23997 %04X
  1345. 23998  All
  1346. 24000 ~T~ype
  1347. 24001 Execute
  1348. 24002 Byte Write
  1349. 24003 Byte Read/Write
  1350. 24004 Word Write
  1351. 24005 Word Read/Write
  1352. 24006 DWord Write
  1353. 24007 DWord Read/Write
  1354. 24010 ~A~ddress
  1355. 24011 Action
  1356. 24012 ~B~reak
  1357. 24013 Lo~g~
  1358. 24020 ~E~nabled
  1359. 24030 ~P~ass count
  1360. 24031 ~C~ondition
  1361. 24032 ~L~og expression
  1362. 24033 ~T~ID
  1363. 0 ;■■■■■■[ Editor Window ]■■■■■■
  1364. 24100 Open file at ~c~ursor
  1365. 24101 Op~t~ions...
  1366. 24102 ─
  1367. 24103 ~I~nspect
  1368. 24104 ~W~atch
  1369. 24105 ─
  1370. 24106 ~O~rigin
  1371. 24107 ~G~oto
  1372. 24108 ~V~iew code
  1373. 24130 ~Shift-Ctrl: C~-File at cursor
  1374. 24131 ~T~-Options
  1375. 24132 ~I~-Inspect
  1376. 24133 ~W~-Watch
  1377. 24134 ~O~-Origin
  1378. 24135 ~G~-Goto
  1379. 24136 ~V~-View
  1380. 24160 Clipboard
  1381. 24161 Untitled
  1382. 0 ;■■■■■■[ Help Window ]■■■■■■
  1383. 24200 Help
  1384. 24201 C~o~ntents
  1385. 24202 ~I~ndex        Shift-F1
  1386. 24203 ~P~revious topic Alt-F1
  1387. 24204 ~S~earch
  1388. 24205 ~N~ext
  1389. 24206 ─
  1390. 24207 ~C~opy         Ctrl-Ins
  1391. 24208 Copy ~e~xample
  1392. 24220 ~Ctrl: O~-Contents
  1393. 24221 ~I~-Index
  1394. 24222 ~S~-Search
  1395. 24223 ~N~-Next
  1396. 24224 ~P~-Previous
  1397. 24225 ~C~-Copy
  1398. 24226 ~E~-Copy example
  1399. 0 ;■■■■■■[ Hierarchy Window ]■■■■■■
  1400. 24400 Hierarchy
  1401. 24401 ~I~nspect
  1402. 24410 ~Ctrl: I~-Inspect
  1403. 24420 Object hierarchy
  1404. 0 ;■■■■■■[ Symbols Window ]■■■■■■
  1405. 24440 Symbols
  1406. 24441 ~I~nspect
  1407. 24442 ~C~hange...
  1408. 24443 ~W~atch
  1409. 24444 ~O~ptions...
  1410. 24460 ~Ctrl: I~-Inspect
  1411. 24461 ~C~-Change
  1412. 24462 ~W~-Watch
  1413. 24463 ~O~-Options
  1414. 24480 %s.%s
  1415. 24481 %s
  1416. 24501 const %s = %s
  1417. 24502 type  %s = %s
  1418. 24503 var   %s%s
  1419. 24504 proc  %s%s
  1420. 24505 unit  %s
  1421. 24506 label %s
  1422. 24507 proc  %s(...)
  1423. 24508 func  %s(...)
  1424. 24509 proc  %s(...)
  1425. 24510 reg   %s
  1426. 24511 port  %s
  1427. 24512 mem   %s
  1428. 24524 func  %s%s
  1429. 24530 untyped
  1430. 24531 array[%s] of %s
  1431. 24532 record
  1432. 24533 object%s
  1433. 24534 file%s
  1434. 24535 file%s
  1435. 24536 %s%s
  1436. 24537 set of %s
  1437. 24538 ^^%s
  1438. 24539 string%s
  1439. 24540 float
  1440. 24541 %s..%s
  1441. 24542 %s..%s
  1442. 24543 %s..%s
  1443. 24544 (%s)
  1444. 24545 class%s
  1445. 24546 class of %s
  1446. 0 ;■■■■■■[ Inspector Window ]■■■■■■
  1447. 24600 Inspecting %s
  1448. 24601 ~R~ange
  1449. 24602 ~C~hange
  1450. 24603 ~M~ethods
  1451. 24604 ~S~how inherited   |
  1452. 24605 ─
  1453. 24606 ~I~nspect
  1454. 24607 ~D~escend
  1455. 24608 ~N~ew expression
  1456. 24609 ~T~ype cast
  1457. 24610 ~H~ierachy
  1458. 24631 ~Ctrl: R~-Range
  1459. 24632 ~C~-Change
  1460. 24633 ~M~-Methods
  1461. 24634 ~S~-Show
  1462. 24635 ~I~-Inspect
  1463. 24636 ~D~-Descend
  1464. 24637 ~N~-New
  1465. 24638 ~T~-Type
  1466. 24750 %s: %s
  1467. 24751 property %s: %s
  1468. 24752 procedure   %s%s
  1469. 24753 function    %s%s
  1470. 24754 constructor %s%s
  1471. 24755 destructor  %s%s
  1472. 24756 class proc  %s%s
  1473. 24757 class func  %s%s
  1474. 24760  No
  1475. 24761 Yes
  1476. 24770 @%08X
  1477. 24771 Register
  1478. 24772 Constant
  1479. 24780 [%s]
  1480. 24781 , 10
  1481. 24790 procedure%s
  1482. 24791 function%s
  1483. 24792 constructor%s
  1484. 24793 destructor%s
  1485. 24794 class procedure%s
  1486. 24795 class procedure%s
  1487. 0 ;■■■■■■■■■■■■■■■■■■■■■■[ Log file Messages ]■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  1488. 27000 Process '%s' is started, PID=%04X
  1489. 27001 Failed to load process '%s'
  1490. 27002 Module '%s' is loaded, MTE = %04X, Number of segments = %d
  1491. 27003 Module '%s' is freed
  1492. 27004 New thread is created, TID = %04X
  1493. 27005 Thread (TID = %04X) is terminated, Return code = %d
  1494. 27006 Process is terminated, ExitCode = %d, Exit Type = %s
  1495. 27007 Process is terminated by debugger
  1496. 27008 Cannot terminate process, error code = %d
  1497. 27009 Runtime error %d at %08X
  1498. 27010 Runtime error %d at %08X Exception %08X (%s)
  1499. 27011 Breakpoint %s: %s
  1500. 27200 Normal exit
  1501. 27201 Hard error halt
  1502. 27202 Trap (16-bit process)
  1503. 27203 Unintercepted DosKillProcess
  1504. 27204 Exception (32-bit process)
  1505. 27205 Unknown
  1506. 0 ;■■■■■■■■■■■■■■■■■■■■■■[ Status line messages ]■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  1507. 27300 Loading program ~'%s'~ ...
  1508. 27301 Searching ... Press ~any~ key to abort search
  1509. 27302 Animating ... Press ~any~ key to stop
  1510. 27303 Saving configuration ...
  1511. 27304 Restoring configuration ...
  1512. 27305 Searching for: ~'%s'~
  1513. 27306 Sorting ~...~
  1514. 27307 Building help index ~...~
  1515. 0 ;■■■■■■■■■■■■■■■■■■■■■■[ Error Messages ]■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  1516. 28000 %s
  1517. 28001 Invalid breakpoint in %s on line %d. Set breakpoint anyway?
  1518. 28002 Line too long, truncated
  1519. 28003 Unable to open file '%s'
  1520. 28004 Replace this occurrence?
  1521. 28005 Error reading file '%s'
  1522. 28006 Error writing file '%s'
  1523. 28007 Error creating file '%s'
  1524. 28008 %s has been modified. Save?
  1525. 28009 Save untitled file?
  1526. 28010 Search string '%s' not found
  1527. 28011 Delete all ?
  1528. 28012 Unable to create configuration file
  1529. 28013 Disk full
  1530. 28014 Error writing configuration file
  1531. 28015 Unable to open configuration file
  1532. 28016 Error reading configuration file
  1533. 28017 Invalid configuration file
  1534. 28018 Invalid numeric input
  1535. 28019 Cannot change register value
  1536. 28020 Cannot change coprocessor register
  1537. 28021 Already logging to a file
  1538. 28022 Cannot open file '%s'
  1539. 28023 File '%s' already exists, overwrite ?
  1540. 28024 Cannot change memory contents
  1541. 28025 Search instruction or byte sequence is not found
  1542. 28026 Cannot modify code at this address
  1543. 28027 Value not within the valid range. Valid range is:^M^J^C%d - %d
  1544. 28028 Value not within the valid range. Valid range is:^M^J^C$%X - $%X
  1545. 28029 File '%s' is not found
  1546. 28030 Cannot open executable file '%s'
  1547. 28031 Error reading file '%s'
  1548. 28032 Error loading program '%s'
  1549. 28033 Cannot start debugging session. Error Code = %d
  1550. 28034 Tile/Cascade area too small to complete request
  1551. 28035 There is not enough memory available to complete operation
  1552. 28036 Cannot open help file, %s
  1553. 28037 Invalid help file format
  1554. 28038 Source has been modified, rebuild ?
  1555. 28039 Cannot terminate process, error code = %d
  1556. 28040 No program loaded
  1557. 28041 Reload program so parameters take effect?
  1558. 28042 Press key to assign macro to
  1559. 28043 Overwrite existing macro on selected key?
  1560. 28044 Already recording, do you want to abort?
  1561. 28045 Press the desired key
  1562. 28046 Key: <%s>, Key Code = %d($%02X), Extended = %d($%02X), %s
  1563. 28047 Invalid drive or directory
  1564. 28048 Invalid file name
  1565. 28049 Invalid directory
  1566. 28050 Unexpected end of line encountered
  1567. 28051 Cannot read memory
  1568. 28052 No previous search expression
  1569. 28053 Search byte sequence is not found
  1570. 28054 Too many watches
  1571. 28055 Too many datapoints, continue ?
  1572. 28056 Printer error
  1573. 28057 Exception %s (%08X) at %08X, TID = %04X
  1574. 28058 DosDebug error, EC = %d
  1575. 28059 Program raised exception %s with message '%s'
  1576. 28060 Cannot create pipe
  1577. 28061 Cannot execute '%s', error code = %d
  1578. 29062 Invalid breakpoint condition '%s'%s
  1579. 29063 You are about to run or debug a PM application while the IDE is running in a window. Due to the single message queue design of OS/2, this may cause OS/2 to hang. For safe operation, debug PM applications from full screen. Do you want to proceed?
  1580. 28998 %d, %d, %s
  1581. 28999 Get help on this message
  1582. 0 ;■■■■■■■■■■■■■■■■■■■■■■[ Prompt Dialogs ]■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  1583. 29000 Enter new value
  1584. 29001 Enter new coprocessor register value
  1585. 29002 Enter new status word value
  1586. 29003 Enter new control word value
  1587. 29004 Enter comment to add to end of log
  1588. 29005 Enter address to position to
  1589. 29006 Enter new value
  1590. 29007 Enter address to position to
  1591. 29008 Enter search instruction or bytes
  1592. 29009 Enter instruction to assemble
  1593. 29010 Enter command line parameters
  1594. 29011 Enter address to position to
  1595. 29012 Enter new data bytes
  1596. 29013 Enter new value for word
  1597. 29014 Enter new value for double word
  1598. 29015 Enter new value for comp
  1599. 29016 Enter new value for currency
  1600. 29017 Enter new value for single
  1601. 29018 Enter new value for real
  1602. 29019 Enter new value for double
  1603. 29020 Enter new value for extended
  1604. 29021 Enter fixup expression
  1605. 29022 Enter memory address, count
  1606. 29023 Enter memory address, count
  1607. 29024 Enter memory address, count
  1608. 29025 Enter source address, destination, count
  1609. 29026 Enter address, count, byte value
  1610. 29027 Enter search bytes
  1611. 29028 Enter expression to watch
  1612. 29029 Edit watch expression
  1613. 29030 Enter animate delay (10ths of sec)
  1614. 29031 Enter code address to execute to
  1615. 29032 Enter new line number
  1616. 29033 Enter code address to position to
  1617. 29034 Enter procedure or function name
  1618. 29035 Enter error address
  1619. 29036 Enter new value for the selected variable
  1620. 29037 Enter new value for the selected watch
  1621. 29038 Enter expression to inspect
  1622. 29039 Enter new value for the selected item
  1623. 29040 Enter type cast
  1624. 29041 Enter starting index, number of elements
  1625. 29998 Enter item promted for in dialog box
  1626. 29999 Get help on this dialog
  1627. 0 ;■■■■■■■■■■■■■■■■■■■■■■[ IDE Main Menu Hints ]■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  1628. 30000 Exit Virtual Pascal
  1629.    +1 Temporarily exit to OS/2
  1630.    +1 Print either the contents of the active Edit window or selected text
  1631.    +1 Choose a new default directory
  1632.    +1 Load new program for debugging
  1633.    +1 Save all modified files
  1634.    +1 Save the current file under a different name, directory, or drive
  1635.    +1 Save the file in the active Edit window
  1636.    +1 Create a new file in a new Edit window
  1637.    +1 Locate and open a file in an Edit window
  1638.    +1 Copy current window or dialog screen to the Clipboard
  1639.    +1 Open the Clipboard window
  1640.    +1 Delete the selected text
  1641.    +1 Insert selected text from the Clipboard at the cursor position
  1642.    +1 Copy the selected text to the Clipboard
  1643.    +1 Remove the selected text and put it in the Clipboard
  1644.    +1 Redo previously undone editor operation
  1645.    +1 Undo previous editor operation
  1646.    +1 Move the cursor to the position of a runtime error
  1647.    +1 Search for a procedure or function declaration while debugging
  1648.    +1 Move the cursor to the position of the last compiler error
  1649.    +1 Move the cursor to a specified line number
  1650.    +1 Incremental search for text
  1651.    +1 Repeat the last Find or Replace command
  1652.    +1 Search for text and replace it with new text
  1653.    +1 Search for text
  1654.    +1 Trace a single machine instruction continuously
  1655.    +1 Execute source line or instruction, skipping calls continuously
  1656.    +1 Execute a single source line or instruction continuously
  1657.    +1 Halt current debugging session, reload program
  1658.    +1 Halt current debugging session, unload program
  1659.    +1 Set command-line parameters to be passed to program
  1660.    +1 Trace a single machine instruction
  1661.    +1 Trace or Step source lines or instructions continuously
  1662.    +1 Run until current routine returns to it's caller
  1663.    +1 Run to specified location
  1664.    +1 Execute source line or instruction, skipping calls
  1665.    +1 Execute a single source line or instruction
  1666.    +1 Run to the cursor location
  1667.    +1 Run the current program
  1668.    +1 Open the Messages window
  1669.    +1 Clear the file previously set with Primary file
  1670.    +1 Define the file that is the focus of Make and Build
  1671.    +1 Rebuild source file and all other files
  1672.    +1 Rebuild source file and all other files that have been modified
  1673.    +1 Compile source file
  1674.    +1 Look at the screen of the program being debugged
  1675.    +1 Open the Exceptions Dialog box
  1676.    +1 Open the Numeric Coprocessor window
  1677.    +1 Open the Register window
  1678.    +1 Open the Memory Dump window
  1679.    +1 Open the CPU window
  1680.    +1 Open the Hierarchy window
  1681.    +1 Open the Threads Dialog box
  1682.    +1 Open the Units Dialog box
  1683.    +1 Open the Symbols window
  1684.    +1 Open the Watch window
  1685.    +1 Open the Log window
  1686.    +1 Show the procedures the program called to reach this point
  1687.    +1 Open the breakpoints window
  1688.    +1 Remove all breakpoints
  1689.    +1 Set breakpoint at specified address
  1690.    +1 Set or clear an unconditional breakpoint at the cursor position
  1691.    +1 Insert a watch expression into the Watch window
  1692.    +1 Evaluate a variable or expression and display or modify the value
  1693.    +1 Open inspector on specified variable or expression
  1694.    +1 Display information on specified keystroke
  1695.    +1 Open Macro List Dialog to display keystroke macros
  1696.    +1 Stop recording a keystroke macro
  1697.    +1 Create a keystroke macro
  1698.    +1 Customise IDE colors for windows, menus, etc.
  1699.    +1 Specify mouse settings
  1700.    +1 Specify editor settings
  1701.    +1 Specify desktop settings
  1702.    +1 Load options file previously created with Save Options
  1703.    +1 Save all the settings you've made in the Options menu
  1704.    +1 Specify environment settings
  1705.    +1 Create or remove keystroke macros
  1706.    +1 Set paths for units, include files, OBJs, and generated files
  1707.    +1 Set symbol options
  1708.    +1 Set debugger options (standalone, integrated, display swapping)
  1709.    +1 Set resource compiler options
  1710.    +1 Set linker options
  1711.    +1 Set default compiler directives and conditional defines
  1712.    +1 Show a list of all open windows
  1713.    +1 Close the active window
  1714.    +1 Make the previous window active
  1715.    +1 Make the next window active
  1716.    +1 Enlarge or restore the size of the active window
  1717.    +1 Change the size or position of the active window
  1718.    +1 Redraw the screen
  1719.    +1 Close all windows on the desktop
  1720.    +1 Arrange windows on desktop by cascading
  1721.    +1 Arrange windows on desktop by tiling
  1722.    +1 Show version and copyright information
  1723.    +1 Open the Help window
  1724.    +1 How to use online Help
  1725.    +1 Redisplay the last-viewed online Help screen
  1726.    +1 Display help on the word at the cursor
  1727.    +1 Show index for online Help
  1728.    +1 Show table of contents for online Help
  1729.    +1 Get online help
  1730.    +1 Open, arrange, and list windows
  1731.    +1 Set defaults for compiler, editor, mouse, debugger, etc.
  1732.    +1 Evaluate, modify , set breakpoints and watches
  1733.    +1 Open debugger windows and dialogs
  1734.    +1 Compile, Make and Build, Information
  1735.    +1 Execute or single-step through a program, Animate, etc
  1736.    +1 Text and error search commands
  1737.    +1 Cut-and-paste editing commands
  1738.    +1 File management commands (Open, New, Save, etc.)
  1739.    +1 Open indicated file in a new editor window
  1740. 0 ;■■■■■■■■■■■■■■■■■■■■■■[ IDE Dialog Hints ]■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  1741.    +1 Perform the action
  1742.    +1 Do not perform the action
  1743.    +1 Accept the settings in this dialog box
  1744.    +1 Close the dialog box without making any changes
  1745.    +1 Welcome to Virtual Pascal. Press Enter to close this dialog box
  1746. 0 ;■■■[ File Dialog Box ] ■■■■
  1747.    +1 Enter directory path and file mask
  1748.    +1 Type for incremental search
  1749.    +1 Type for incremental search
  1750.    +1 Open the specified file into a new editor window
  1751.    +1 Load the specified file into the active editor window
  1752.    +1 Clear the file primary file name
  1753.    +1 Enter program name to load
  1754.    +1 View a help screen about this dialog box
  1755.    +1 View a help screen about this dialog box
  1756.    +1 View a help screen about this dialog box
  1757.    +1 View a help screen about this dialog box
  1758.    +1 View a help screen about this dialog box
  1759.    +1 View a help screen about this dialog box
  1760.    +1 View a help screen about this dialog box
  1761.    +1 View a help screen about this dialog box
  1762. 0 ;■■■[ ChDir Dialog Box ] ■■■
  1763.    +1 Enter drive and/or directory path
  1764.    +1 Use cursor keys to navigate through directory tree
  1765.    +1 Change to the specified directory
  1766.    +1 Return to the original directory
  1767.    +1 View a help screen about this dialog box
  1768. 0 ;■■■[ Window List Box ] ■■■
  1769.    +1 Use cursor keys to examine windows in window list
  1770.    +1 Remove the selected entry from the window list
  1771.    +1 View a help screen about this dialog box
  1772. 0 ;■■■[ Thread List Box ] ■■■
  1773.    +1 Use cursor keys to examine threads in thread list
  1774.    +1 Enable/Disable the selected thread to execute code on Run commands
  1775.    +1 View a help screen about this dialog box
  1776. 0 ;■■■[ Exception List Box ] ■■■
  1777.    +1 Use cursor keys to examine system exceptions in the exception list
  1778.    +1 Enable/Disable Break on currently highlighted exception
  1779.    +1 Enable Break on all system exceptions
  1780.    +1 Disable Break on all system exceptions
  1781.    +1 View a help screen about this dialog box
  1782. 0 ;■■■[ Compiler dialog ]■■■
  1783.    +1 Set code generation compiler options
  1784.    +1 Specify calling convention
  1785.    +1 Choose the target CPU type
  1786.    +1 Select optimisation strategy
  1787.    +1 Set optimisation options
  1788.    +1 Select what kind of runtime error checking to perform
  1789.    +1 Set compiler syntax options
  1790.    +1 Enable or disable the generation of information used for debugging
  1791.    +1 Define conditional compilation symbols
  1792.    +1 Size of the program's stack ( >=8192 )
  1793.    +1 Select options for generating the fastest code
  1794.    +1 Select options for generating the smallest code
  1795.    +1 Select options for debugging
  1796.    +1 View a help screen about this dialog box
  1797. 0 ;■■■[ Linker dialog ]■■■
  1798.    +1 Set application type
  1799.    +1 Select the compression method
  1800.    +1 Specify whether to generate an import library
  1801.    +1 Set map file
  1802.    +1 Specify whether to include the location information in the EXE/DLL file
  1803.    +1 Specify whether to use a standalone linker
  1804.    +1 This line shows LINK386 switches corresponding to options specified
  1805.    +1 Here you may enter any additional LINK386 command line options
  1806.    +1 Enter path and program name of the linker to use (LINK386.EXE)
  1807.    +1 View a help screen about this dialog box
  1808. 0 ;■■■[ RC dialog ]■■■
  1809.    +1 Enter command line options for resource compiler
  1810.    +1 Enter path and program name of the resource compiler to use (RC.EXE)
  1811.    +1 View a help screen about this dialog box
  1812. 0 ;■■■[ Debugger Dialog Box ] ■■■
  1813.    +1 Set display update mode
  1814.    +1 Set integer display format
  1815.    +1 Enable/disable initialisation code debugging
  1816.    +1 Run Presentation Manager compatible application in a VIO window
  1817.    +1 Stop the program when it reaches an exception
  1818.    +1 Select soft or hard PM debugging mode
  1819.    +1 Set user screen delay in tenths of a second
  1820.    +1 View a help screen about this dialog box
  1821. 0 ;■■■[ Directories Dialog Box ] ■■■
  1822.    +1 The directory that stores your .EXE, .DLL, .OBJ and .VPI files
  1823.    +1 The directories that contain your include files
  1824.    +1 The directories that contain your unit files
  1825.    +1 The directories where linker will search your .LIB and .OBJ files
  1826.    +1 The directories that contain your .RES files
  1827.    +1 View a help screen about this dialog box
  1828. 0 ;■■■[ Mouse Options Dialog Box ] ■■■
  1829.    +1 What action will be done when Ctrl/Alt/Shift+Right button is pressed
  1830.    +1 Make the active mouse button the rightmost one, not the leftmost
  1831.    +1 Adjust the double-click speed of your mouse
  1832.    +1 View a help screen about this dialog box
  1833. 0 ;■■■[ Color Dialog Box ] ■■■
  1834.    +1 Use cursor keys to select an IDE group and customise its colors
  1835.    +1 Use cursor keys to select an item and customise its colors
  1836.    +1 Use cursor keys to change color of selected item
  1837.    +1 Select video attribute on a monochrome system
  1838.    +1 View a help screen about this dialog box
  1839. 0 ;■■■[ Macro List Box ] ■■■
  1840.    +1 Use cursor keys to select a keystroke macro
  1841.    +1 Close dialog box and activate selected keystroke macro
  1842.    +1 Create new keystroke macro
  1843.    +1 Delete the selected keystroke macro
  1844.    +1 Delete all keystroke macros
  1845.    +1 Define scope of the currently selected macro
  1846.    +1 Use cursor keys to view keys for selected keystroke macro
  1847.    +1 Insert new keystroke after the selected one
  1848.    +1 Delete selected keystroke
  1849.    +1 Delete all keystrokes for the selected keystroke macro
  1850.    +1 View a help screen about this dialog box
  1851. 0 ;■■■[ Editor Dialog ] ■■■
  1852.    +1 Create a backup (.BAK) file whenever you save
  1853.    +1 Set default Insert or Overwrite mode
  1854.    +1 Turn on or off auto-indentation
  1855.    +1 Tab tabs to the next non-whitespace character on the preceding line
  1856.    +1 Unix text file format: single LF (#10) is a line delimiter
  1857.    +1 Optimally replace consecutive spaces with tabs
  1858.    +1 Backspace unindents based on previous starting columns
  1859.    +1 Selected block remains highlighted in cursor move
  1860.    +1 Truncate trailing spaces
  1861.    +1 Enable or disable syntax highlighting
  1862.    +1 Block cursor on insert mode
  1863.    +1 Search/Replace text defaults to word at the cursor location
  1864.    +1 Use only background color for selected block, execution bar, breakpoint
  1865.    +1 Changes the number of columns to use for tab width
  1866.    +1 Syntax highlights the files matching the given file masks
  1867.    +1 View a help screen about this dialog box
  1868. 0 ;■■■[ Find and Replace Dialogs ] ■■■
  1869.    +1 Enter literal text or regular expression to search for
  1870.    +1 Enter text to replace matching text with
  1871.    +1 Case of letters is significant during search
  1872.    +1 Consider only whole words during search
  1873.    +1 Interpret search text as a regular expression
  1874.    +1 Prompt before replacing text after every match
  1875.    +1 Search forward from origin
  1876.    +1 Search backward from origin
  1877.    +1 Search from origin toward the end of the file
  1878.    +1 Search exclusively current selected block
  1879.    +1 Start search from current cursor position
  1880.    +1 Start search at beginning of scope
  1881.    +1 Find all occurrences of the search text and replace them
  1882.    +1 View a help screen about this dialog box
  1883.    +1 View a help screen about this dialog box
  1884. 0 ;■■■■[ Print dialog ]■■■■
  1885.    +1 Choose printer port to print to
  1886.    +1 Print entire file
  1887.    +1 Print selected block only
  1888.    +1 View a help screen about this dialog box
  1889. 0 ;■■■■[ Sympol options dialog ]■■■■
  1890.    +1 Select symbols to be displayed
  1891.    +1 Specify display options
  1892.    +1 View a help screen about this dialog box
  1893. 0 ;■■■[ Preferences dialog ]■■■
  1894.    +1 Display of 25x80 / 43x80 on EGA or 50x80 on VGA / keep original
  1895.    +1 Open new editor window to track source or use the top one
  1896.    +1 Save modified editor files when you OS shell, run or debug your code
  1897.    +1 Save environment you quit, OS shell, run or debug your code
  1898.    +1 Save desktop when you quit, OS shell, run or debug your code
  1899.    +1 On File│Open, change to that file's directory
  1900.    +1 Use LCD color set in the IDE
  1901.    +1 Specify whether windows have their shadows
  1902.    +1 Change to the directory stored in the configuration file
  1903.    +1 Specify whether to activate messages window on compilation
  1904.    +1 View a help screen about this dialog box
  1905. 0 ;■■■[ Save Options dialog ]■■■
  1906.    +1 Save environment settings to configuration file
  1907.    +1 Save desktop settings to configuration file
  1908.    +1 Enter the name of the configuration file to save to
  1909.    +1 View a help screen about this dialog box
  1910. 0 ;■■■[ Unit list ]■■■
  1911.    +1 Select the unit to view or edit it source file
  1912.    +1 View a help screen about this dialog box
  1913. 0 ;■■■[ Help Search dialog ]■■■
  1914.    +1 Enter literal text to search for
  1915.    +1 Specify what topics will be searched
  1916.    +1 Case of letters is significant during search
  1917.    +1 Consider only whole words during search
  1918.    +1 View a help screen about this dialog box
  1919. 0 ;■■■[ Breakpoint dialog box ] ■■■
  1920.    +1 Enter breakpoint address
  1921.    +1 Set breakpoint type
  1922.    +1 Set action performed when breakpoint encountered
  1923.    +1 Toggle whether this breakpoint is enabled/disabled
  1924.    +1 Enter number of times BP conditions must be met before breaking
  1925.    +1 Set the thread that this breakpoint applies to (0 for all threads)
  1926.    +1 Enter expression which must be TRUE for breakpoint to take effect
  1927.    +1 Enter expression to log when breakpoint encountered
  1928.    +1 View a help screen about this dialog box
  1929. 0 ;■■■■■■■■■■■■■■■■■■■■■■[ IDE Local Menu Hints ]■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  1930. 0 ;■■■■■[ Register/Flags ]■■■■■
  1931.    +1 Increment the highlighted register
  1932.    +1 Decrement the highlighted regiter
  1933.    +1 Set the highlighted regiter to zero
  1934.    +1 Change the value of the highlighted regiter
  1935.    +1 Toggle the state of the current CPU flag
  1936. 0 ;■■■■■[ NCP ]■■■■■
  1937.    +1 Zero the highlighted register
  1938.    +1 Set highlighted register to empty status
  1939.    +1 Change the value of the highlighted regiter
  1940.    +1 Cycle through the available settings
  1941.    +1 Change the entire value of the control word
  1942.    +1 Cycle through the available settings
  1943.    +1 Change the entire value of the status word
  1944. 0 ;■■■■■[ Log ]■■■■■
  1945.    +1 Specify disk file name to log to
  1946.    +1 Stop logging to a disk file
  1947.    +1 Toggle logging enabled/disabled
  1948.    +1 Add a comment to the end of the log
  1949.    +1 Clear the log window
  1950. 0 ;■■■■■[ Stack Pane of the CPU window ]■■■■■
  1951.    +1 Set a new stack display address
  1952.    +1 Show the stack at the current SS:eSP
  1953.    +1 Use word/dword at cursor as new offset to display
  1954.    +1 Return to previous address displayed
  1955.    +1 Change the contents of the current stack word/dword
  1956. 0 ;■■■■■[ Code Pane of the CPU window ]■■■■■
  1957.    +1 Set new address for disassembly
  1958.    +1 Set to current program CS:eIP location
  1959.    +1 Follow jump or call to destination
  1960.    +1 Show where current routine called from
  1961.    +1 Return to previous displayed address
  1962.    +1 Search for a byte sequence or instruction
  1963.    +1 Search for next instance of byte sequence or instruction
  1964.    +1 Show source code for current location
  1965.    +1 Cycle through disassembly display modes
  1966.    +1 Set the CS:eIP to the current location
  1967.    +1 Assemble a new instruction at the current location
  1968. 0 ;■■■■■[ Data Pane/ Dump Window]■■■■■
  1969.    +1 Set new address for data display
  1970.    +1 Use data at cursor as new address for code or data display
  1971.    +1 Set code pane to near address at cursor
  1972.    +1 Set code pane to far address at cursor
  1973.    +1 Set data pane to new offset at cursor
  1974.    +1 Set data pane to new segment:offset at cursor
  1975.    +1 Set data pane to segment:0 at cursor
  1976.    +1 Return to previous address displayed
  1977.    +1 Change the byte(s) at the cursor location
  1978.    +1 Set the data display format
  1979.    +1 Display data as single bytes
  1980.    +1 Display data as words
  1981.    +1 Display data as double words
  1982.    +1 Display data as composite numbers
  1983.    +1 Display data as Pascal Currency type floating point
  1984.    +1 Display data as single precision (4-byte) floating point
  1985.    +1 Display data as Pascal Real type (6-byte) floating point
  1986.    +1 Display data as double precision (8-byte) floating point
  1987.    +1 Display data as extended precision (10-byte) floating point
  1988.    +1 Set/Remove marker at current cursor location
  1989.    +1 Specify fixup expression
  1990.    +1 Disable fixup expression
  1991.    +1 Enable/Disable filter on ASCII character dump
  1992.    +1 Manipulate a block of data
  1993.    +1 Clear a block of memory
  1994.    +1 Copy a block of memory to a new address
  1995.    +1 Set a block of memory to a value
  1996.    +1 Read from a disk file to a memory block
  1997.    +1 Write from a memory block to a disk file
  1998.    +1 Search for a sequence of bytes
  1999.    +1 Search for next instance of byte sequence
  2000. 0 ;■■■■■[ Call Stack window ]■■■■■
  2001.    +1 Show the source code or instructions for the highlighted routine
  2002.    +1 Show the local variables for the highlighted routine
  2003. 0 ;■■■■■[ Watches Window ]■■■■■
  2004.    +1 Insert a watch expression into the Watch window
  2005.    +1 Edit the currently selected watch expression
  2006.    +1 Delete the currently selected watch expression
  2007.    +1 Enable/Disable the currently selected watch expression
  2008.    +1 Change the value of the selected watch expression
  2009.    +1 Open an inspector for the selected watch expression
  2010.    +1 Delete all watch expressions
  2011.    +1 Enable all disabled watch expressions
  2012.    +1 Disable all watch expressions
  2013. 0 ;■■■■■[ Breakpoints Window ]■■■■■
  2014.    +1 Change the breakpoint condition, actions, state or type
  2015.    +1 Enable/Disable the currently selected breakpoint
  2016.    +1 Add a new breakpoint
  2017.    +1 Delete the currently selected breakpoint
  2018.    +1 Delete all the breakpoints
  2019.    +1 View the source code or instructions for selected breakpoint
  2020. 0 ;■■■■■[ Messages Window ]■■■■■
  2021.    +1 Delete all messages from window
  2022. 0 ;■■■■■[ Editor Window ]■■■■■
  2023.    +1 Open the file indicated by the word under cursor
  2024.    +1 View and change editor settings
  2025.    +1 Open an Inspect window for the variable under cursor
  2026.    +1 Add variable under cursor to the Watches window
  2027.    +1 Position to the current program location
  2028.    +1 Position to the address specified
  2029.    +1 Open a CPU window to show code for the current source line
  2030. 0 ;■■■■■[ Help Window ]■■■■■
  2031.    +1 Show table of contents for online help
  2032.    +1 Show index for online help
  2033.    +1 Redisplay the last-viewed help topic
  2034.    +1 Search for text
  2035.    +1 Search for next occurrence of the text
  2036.    +1 Copy selected text to the clipboard
  2037.    +1 Copy example code to the clipboard
  2038. 0 ;■■■■■[ Hierarchy Window ]■■■■■
  2039.    +1 Open a type inspector for the highlighted type
  2040. 0 ;■■■■■[ Symbols Window ]■■■■■
  2041.    +1 Open an inspector for the highlighted symbol
  2042.    +1 Change the value of the highlighted symbol
  2043.    +1 Add the highlighted symbol to watches window
  2044.    +1 Set current display options
  2045. 0 ;■■■■■[ Inspector Window ]■■■■■
  2046.    +1 Set new dimension subrange for the array to display
  2047.    +1 Change the value of the highlighted item
  2048.    +1 Toggle whether methods are shown
  2049.    +1 Toggle whether inherited object fields and methods are shown
  2050.    +1 Open a new inspector for the highlighted data
  2051.    +1 Replace the inspector contents with a highlighted item
  2052.    +1 Specify a new data item to inspect
  2053.    +1 Cast the inspected item to a new type
  2054.    +1 Open hierarchy window positioned to the current object type
  2055.