Build Project How To's
How to's for the Build Project guide.
How To Use Keyboard Shortcut To Build
- Make sure a project is currently open.
- Press
Ctrl + Shift + Bon your keyboard. - The IDE will automatically start the build process.
- You can track progress in the Output Panel.
How To Build A Project In The IDE
- Open a project from the File Menu.
- Navigate to the Run tab in the top menu.
- Click Build Project.
- Alternatively, press
Ctrl + Shift + B. - Check the bottom Output Panel to see build results.
How To Check And Fix Build Errors
- After running Build Project, focus on the Output Panel at the bottom.
- Review the error messages with file names and line numbers.
- Click on each error to directly navigate to the problematic line.
- Fix the issues (e.g., syntax, references).
- Rebuild the project to validate changes.
How To Fix When Build Project Option Is Disabled
- Ensure a project is open in the IDE.
- Check that you have the required access permissions.
- Close any ongoing modal processes (like publish or import).
- If needed, reload the IDE or reopen the project.
How To Read And Interpret The Output Panel
- After starting a build, scroll to the Output Panel at the bottom.
- Look for colored lines:
- Red indicates errors.
- Yellow indicates warnings.
- Green indicates success.
- Click on a message to jump to the relevant code line.
- Use filters or clear logs to refine your view.