Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
title3. Project Tree

The Project Tree shows the project structure including all of the files in a component’s Translator project.

Every project starts with a Main.lua and config.json file by default. All other files are added according to the interface requirements as you develop.

Expand
title4. File menu operations

Every file in a Translator project hasFile Menus Image Added which can be used to perform various management operations for the files.

Expand
title5. Add files or folders to your project

It is best practice to use, separation of concerns, to split up your interface tasks into separate files for better organization, readability, and maintenance.

Add Files to create a new or upload an existing file to your project.

Create Folders to store the different files, further organizing your project. You can drag files in and out of folders to organize them within your Project Tree.

Expand
title5. File menu operations

Every file in a Translator project hasFile Menus Image Removed which can be used to perform various management operations for the files.

Expand
title6. Project Search and Replace

Use Project Search and Replace to quickly search a file or the global project for specified values. This enables you to quickly locate a specific function or update code, variables, or values across multiple scripts within your project.

Expand
title7. View Component Commit History

Use the white arrow to open the Component Commit History panel to view the complete commit history.