Show / Hide Table of Contents

Menu commands

  • File
    • New
      • New script
        A script is a C# code file that can be executed like a program.
      • New class
        Class files contain C# classes/functions that can be used in other C# files.
      • New text file
        Text files contain any text except C# code.
        To change the file type, edit the "txt" in the filename.
      • New folder
      • New project
        • @Script
        • @Library
      • Dialogs
        • Dialog.cs
        • Dialog with tabs.cs
        • Dialog class.cs
        • Dialog with tabs class.cs
      • More
        • preBuild postBuild script.cs
      • Default
        • global.cs
        • @Triggers and toolbars
    • Delete...
    • Rename
    • Properties
    • Copy, paste
      • Multi-select (option)
        If checked:
        - You can select multiple items with Ctrl or Shift.
        - Double-click to open.
      • Cut
      • Copy
      • Paste
      • Cancel Cut/Copy
      • Copy relative path
        Path in this workspace (in the Files list), like "\Folder\File.cs".
      • Copy full path
        Full path of the file.
    • Open, close
      • Open
      • Open in default app
      • Select in Explorer
      • Close
      • Close all
      • Collapse all folders
      • Collapse inactive folders
    • Export, import
      • Export...
      • Import .zip...
      • Import workspace...
      • Import files...
      • Import folder...
    • Workspace
      • Reload this workspace
      • Open workspace...
      • New workspace...
      • Repair workspace...
      • Save now
        Save all changes now (don't wait for auto-save). Editor text, files, settings etc.
    • Git
      • Git status
      • Commit
      • Push to GitHub
      • Pull from GitHub
      • GitHub Desktop
      • Cmd
      • Workspace folder
      • Reload workspace
      • GitHub sign out
      • Maintenance...
      • Git setup...
    • Close window
    • Exit
  • Edit
    • Clipboard
      • Cut
      • Copy
      • Paste
      • Copy forum code
      • Copy HTML <span style>
      • Copy HTML <span class> and CSS
      • Copy HTML <span class>
      • Copy markdown
      • Copy without screenshots
    • Undo
      • Undo
      • Redo
      • Undo in files
        Undo a multi-file operation, such as renaming a symbol in multiple files.
      • Redo in files
        Redo a multi-file operation.
    • Find
      • Find text
      • Find symbol...
      • Find references
      • Find implementations
      • Go to definition
      • Go to base
      • Rename symbol
      • Find next
      • Find previous
      • Next found
      • Previous found
    • Assist
      • Autocompletion list
      • Parameter info
      • Raw Enter before ) ] ; (option)
        Temporarily disables the "auto-complete statement on Enter" features that are enabled in Options > Code editor.
        Other ways to insert new line before ) or ] or ; when the auto-completion features are enabled:
        • Shift+Enter. Or Ctrl+Enter, depending on settings.
        • Space, then Enter.
        • Enter, then Ctrl+Z (undo).
        • Continue a vertical method chain by typing . on the next line after the ;.
          To exit statement when the features are disabled, use Ctrl+Enter. Or Shift+Enter, depending on settings.
          More info in app help topic "Code editor".
    • Navigate
      • Toggle bookmark
      • Previous bookmark
      • Next bookmark
      • Go back
      • Go forward
      • Previous document
    • Selection
      • Toggle comment
      • Toggle line comment
      • Comment selection
      • Uncomment selection
      • Surround...
      • Documentation tags...
      • Select all
    • Tidy code
      • Format document
      • Format selection
      • Disable format selection
      • Indent selected lines
      • Unindent selected lines
      • Deduplicate wnd.find
        Remove duplicate wnd.find statements in all or selected text.
      • Remove screenshots
        Remove screenshots in all or selected text.
        Screenshot images are saved in text as hidden comments.
    • Generate
      • Create delegate
      • Implement interface/abstract
        Implement members of interface or abstract base class.
      • Create event handlers
      • Create overrides
      • Create GUID
      • Add function Main
      • Convert [PreserveSig] methods
    • View
      • Wrap lines (option)
      • Images in code (option)
        If checked, displays images (file icons, screenshots, "image:", "*icon").
        Also captures screenshots when recording etc.
      • WPF preview (option)
      • Customize...
  • Code
    Tools for creating code
    • Input recorder
    • Find window
    • Find UI element
    • Find image
    • Find OCR text
    • Get files in folder
    • Keys
    • Regex
    • Color
    • Windows API
    • Quick capturing info
  • T T
    Triggers and toolbars
    • Hotkey triggers
    • Autotext triggers
    • Mouse triggers
    • Window triggers
    • New trigger...
    • Other triggers
    • Toolbars
    • New toolbar...
    • Toolbar trigger...
    • Active toolbars
    • Disable triggers
    • Restart TT script
    • Find triggers
      Finds triggers of current script.
      Finds its name in '@Triggers and toolbars' files in trigger actions, toolbar button actions and other code.
      Also finds scheduled tasks, workspace startup scripts and class file test scripts.
    • Triggers list info
    • Script launchers
      • Command line...
      • Schedule...
      • Shortcut...
      • Shell menu...
      • Run at startup...
  • Run
    • Compile
    • Run
    • End task
    • Recent...
    • Debug run
    • Publish...
    • PiP session
      Another session of this user inside a Picture-in-Picture window
    • Run in PiP
  • Tools
    • Options
    • Icons
    • Update icons
      Clear icon caches
    • NuGet
    • Snippets
    • Customize
    • Portable
    • Output
      • Clear
      • Copy
      • History
      • Wrap lines (option)
      • White space (option)
  • Help
    • LA docs
    • C# docs
    • Context help
    • Website
    • Forum
    • What's new
    • Email
    • Donate
    • About