home *** CD-ROM | disk | FTP | other *** search
- Assembler Laboratory language files.
-
- How to create a new language file
- ---------------------------------
- If you come from a country which isn't represented with a langugage
- file, you can create a new language file for your country. Just copy
- ENGLISH.LNG to XXXX.LNG (where XXXX is the name of your language), and
- replace all (or parts) of the english text with your language. Please
- send the new language file to me (preferably by email), so I can include
- it in the next version of Alab.
-
- How to change language file
- ---------------------------
- Very easy, just copy the appropriate language file to ALAB.LNG in the
- main Alab directory (e.g. "copy DEUTSCH.LNG ..\alab.lng").
-
- Available functions:
- --------------------
-
- FileMenu : Starts the file menu.
- OpenFile : Opens the 'open file' dialog
- NewFile : Opens a new edit window.
- SaveFile : Saves current file.
- SaveFileAs : Saves current file with another filename.
-
- ChangeDir : Changes directory.
- PrintFile : Prints current file (or current block).
- GetInfo : Get status info (memory, open files etc.).
- DosCommand : Executes a dos command.
- DosShell : Jumps to dos.
- Exit : Exits the program.
-
- EditMenu : Starts the edit menu.
- EditUndo : Undos previous edit command.
-
- EditCut : Cuts marked block, and puts it in the clipboard.
- EditCopy : Copies marked block to clipboard.
- EditPaste : Pastes in (marked) block from clipboard.
- ShowClipboard : Opens the clipboard window.
-
- EditClear : Deletes marked block.
-
- EditRepeatKey : Repeat a key x times.
- EditBlockComment : Comment marked block (using comment characters).
- EditBlockUncomment : Uncomment marked block (clear -----" "--------).
- EditExpandTabs : Replace all tabs characters in file with spaces.
- EditCompressSpaces : Compress spaces in file with tabs.
-
-
- SearchMenu : Starts the search menu.
- SearchFind : Find specified text in file.
- SearchReplace : Replace text in file with other specified text.
- SearchAgain : Do last Search command (Find or Replace).
- SearchGotoLine : Go to a specified line.
-
- SearchPlaceBookmark1
- SearchPlaceBookmark2
- SearchPlaceBookmark3
- SearchJumpToBookmark
- SearchClearBookmark
- SearchClrAllBmarks : Clear all bookmarks in current file.
- SearchSaveBmarks
-
-
- RunMenu
- RunFile : Run current file.
- RunRunDebug
- Parameters : Specify parameters to pass to your program.
-
- AssembleMenu
- AssembleOrCompileFile : Assemble or compile current file. It assembles
- if the extension is found in "Options|Editors/
- Asm ext.", or compiles if found in "Options|
- Editors/C ext."
- Make
- Link
- BuildAll
-
- AssembleExeToCom
-
- ToolsMenu
- AsciiTable
- Calculator
- ProcWorkSheet
- MacroWorkSheet
- DataWorkSheet
- HeuristicScan
-
-
-
-
- ProjectMenu
- OpenProject
- SaveProject
- CloseProject
-
- ProjectAddItem
- ProjectDeleteItem
- ProjectLocalOptions
-
-
- OptionsMenu
- OptionsAssembler
- OptionsCompiler
- OptionsLinker
- OptionsPrograms
- OptionsDirectories
- OptionsDebugging
- OptionsHeuristicScan
- OptionsTools
-
- OptionsEnvironment
-
- OptionsPreferences
- OptionsEditor
- OptionsMouse
- OptionsColors
-
-
- OptionsSaveConfig
- OptionsReadConfig
-
- OptionsSaveDesktop
- OptionsRetrieveDesktop
-
-
- WindowMenu
- WindowTile
- WindowCascade
- WindowCloseall
- WindowRefreshDisplay
-
- WindowSizeMove
- WindowZoom
- WindowNext
- WindowPrevious
- WindowClose
- DosScreen
-
- WindowProject
-
- WindowList
-
- HelpMenu
- HelpHelp
- HelpContents
- HelpIndex
- HelpTopicSearch
-
- HelpOpcodes
- HelpExtendedAscii
- HelpKeyCodes
- HelpScanCodes
-
- HelpAbout
-