Skip to main content

Build Project How To's

How to's for the Build Project guide.

How To Use Keyboard Shortcut To Build

  1. Make sure a project is currently open.
  2. Press Ctrl + Shift + B on your keyboard.
  3. The IDE will automatically start the build process.
  4. You can track progress in the Output Panel.

How To Build A Project In The IDE

  1. Open a project from the File Menu.
  2. Navigate to the Run tab in the top menu.
  3. Click Build Project.
  4. Alternatively, press Ctrl + Shift + B.
  5. Check the bottom Output Panel to see build results.

How To Check And Fix Build Errors

  1. After running Build Project, focus on the Output Panel at the bottom.
  2. Review the error messages with file names and line numbers.
  3. Click on each error to directly navigate to the problematic line.
  4. Fix the issues (e.g., syntax, references).
  5. Rebuild the project to validate changes.

How To Fix When Build Project Option Is Disabled

  1. Ensure a project is open in the IDE.
  2. Check that you have the required access permissions.
  3. Close any ongoing modal processes (like publish or import).
  4. If needed, reload the IDE or reopen the project.

How To Read And Interpret The Output Panel

  1. After starting a build, scroll to the Output Panel at the bottom.
  2. Look for colored lines:
    • Red indicates errors.
    • Yellow indicates warnings.
    • Green indicates success.
  3. Click on a message to jump to the relevant code line.
  4. Use filters or clear logs to refine your view.