home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / ASM / ALAB13B1.ZIP / DOC / LANGUAGE.DOC < prev   
Encoding:
Text File  |  1998-08-23  |  3.8 KB  |  156 lines

  1. Assembler Laboratory language files.
  2.  
  3. How to create a new language file
  4. ---------------------------------
  5. If you come from a country which isn't represented with a langugage
  6. file, you can create a new language file for your country. Just copy
  7. ENGLISH.LNG to XXXX.LNG (where XXXX is the name of your language), and
  8. replace all (or parts) of the english text with your language. Please
  9. send the new language file to me (preferably by email), so I can include
  10. it in the next version of Alab.
  11.  
  12. How to change language file
  13. ---------------------------
  14. Very easy, just copy the appropriate language file to ALAB.LNG in the
  15. main Alab directory (e.g. "copy DEUTSCH.LNG ..\alab.lng").
  16.  
  17. Available functions:
  18. --------------------
  19.  
  20. FileMenu                : Starts the file menu.
  21. OpenFile                : Opens the 'open file' dialog
  22. NewFile                 : Opens a new edit window.
  23. SaveFile                : Saves current file.
  24. SaveFileAs              : Saves current file with another filename.
  25.  
  26. ChangeDir               : Changes directory.
  27. PrintFile               : Prints current file (or current block).
  28. GetInfo                 : Get status info (memory, open files etc.).
  29. DosCommand              : Executes a dos command.
  30. DosShell                : Jumps to dos.
  31. Exit                    : Exits the program.
  32.  
  33. EditMenu                : Starts the edit menu.
  34. EditUndo                : Undos previous edit command.
  35.  
  36. EditCut                 : Cuts marked block, and puts it in the clipboard.
  37. EditCopy                : Copies marked block to clipboard.
  38. EditPaste               : Pastes in (marked) block from clipboard.
  39. ShowClipboard           : Opens the clipboard window.
  40.  
  41. EditClear               : Deletes marked block.
  42.  
  43. EditRepeatKey           : Repeat a key x times.
  44. EditBlockComment        : Comment marked block (using comment characters).
  45. EditBlockUncomment      : Uncomment marked block (clear -----" "--------).
  46. EditExpandTabs          : Replace all tabs characters in file with spaces.
  47. EditCompressSpaces      : Compress spaces in file with tabs.
  48.  
  49.  
  50. SearchMenu              : Starts the search menu.
  51. SearchFind              : Find specified text in file.
  52. SearchReplace           : Replace text in file with other specified text.
  53. SearchAgain             : Do last Search command (Find or Replace).
  54. SearchGotoLine          : Go to a specified line.
  55.  
  56. SearchPlaceBookmark1
  57. SearchPlaceBookmark2
  58. SearchPlaceBookmark3
  59. SearchJumpToBookmark
  60. SearchClearBookmark
  61. SearchClrAllBmarks      : Clear all bookmarks in current file.
  62. SearchSaveBmarks
  63.  
  64.  
  65. RunMenu
  66. RunFile                 : Run current file.
  67. RunRunDebug
  68. Parameters              : Specify parameters to pass to your program.
  69.  
  70. AssembleMenu
  71. AssembleOrCompileFile   : Assemble or compile current file. It assembles
  72.                           if the extension is found in "Options|Editors/
  73.                           Asm ext.", or compiles if found in "Options|
  74.                           Editors/C ext."
  75. Make
  76. Link
  77. BuildAll
  78.  
  79. AssembleExeToCom
  80.  
  81. ToolsMenu
  82. AsciiTable
  83. Calculator
  84. ProcWorkSheet
  85. MacroWorkSheet
  86. DataWorkSheet
  87. HeuristicScan
  88.  
  89.  
  90.  
  91.  
  92. ProjectMenu
  93. OpenProject
  94. SaveProject
  95. CloseProject
  96.  
  97. ProjectAddItem
  98. ProjectDeleteItem
  99. ProjectLocalOptions
  100.  
  101.  
  102. OptionsMenu
  103. OptionsAssembler
  104. OptionsCompiler
  105. OptionsLinker
  106. OptionsPrograms
  107. OptionsDirectories
  108. OptionsDebugging
  109. OptionsHeuristicScan
  110. OptionsTools
  111.  
  112. OptionsEnvironment
  113.  
  114. OptionsPreferences
  115. OptionsEditor
  116. OptionsMouse
  117. OptionsColors
  118.  
  119.  
  120. OptionsSaveConfig
  121. OptionsReadConfig
  122.  
  123. OptionsSaveDesktop
  124. OptionsRetrieveDesktop
  125.  
  126.  
  127. WindowMenu
  128. WindowTile
  129. WindowCascade
  130. WindowCloseall
  131. WindowRefreshDisplay
  132.  
  133. WindowSizeMove
  134. WindowZoom
  135. WindowNext
  136. WindowPrevious
  137. WindowClose
  138. DosScreen
  139.  
  140. WindowProject
  141.  
  142. WindowList
  143.  
  144. HelpMenu
  145. HelpHelp
  146. HelpContents
  147. HelpIndex
  148. HelpTopicSearch
  149.  
  150. HelpOpcodes
  151. HelpExtendedAscii
  152. HelpKeyCodes
  153. HelpScanCodes
  154.  
  155. HelpAbout
  156.