Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.48 KB

File metadata and controls

27 lines (19 loc) · 1.48 KB

Introduction and Installation of PROS | Setting Up the PROS Editor | Introduction to C | Introduction to Object Oriented Programming and C++

PYRO Robotics PROS Guide - Setting up the PROS Editor

This guide assumes that you have followed the instructions listed in the Git / GitHub Usage Guide and have successfully installed Git and have a GitHub account.

1. Making the PROS Editor Easier to Navigate

Toggle Tree View

The Tree View allows you to visually see all the files in your project.

To toggle the Tree View, go to the top menu bar and select View / Toggle Tree View.

Toggle Git Tab

The Git Tab allows you to access the Editor's Git / GitHub integration.

To toggle the Git Tab, go to the top menu bar and select View / Toggle Git Tab.

2. Cloning a Project

To access and modify existing files saved in a Git repository (such as PYRO's robot code files), the Git repository must be cloned to the system.

How to clone a Git repository:

  1. Go to the repository's website on GitHub.
  2. Click the green dropdown button "Clone or download".
  3. Copy the link presented.
  4. In the PROS Editor, open the command palette by pressing [ctrl] + [Shift] + [P].
  5. Start typing GitHub: Clone and select GitHub: Clone.
  6. Paste the link from step 3 in the "Clone from" field, and verify the "To directory" field is where you want the repository project to be saved.