-
Notifications
You must be signed in to change notification settings - Fork 178
Add online_comp_getting_started.md and images #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add page that didn't make it from old Handbook to new Handbook
On the right side of the main toolbar is the device selection dropdown, which lets you change the device you are compiling for. The mbed Compiler Guide is accessible through the top-right Guide button or via F1 (Ctrl+G alternatively) keyboard shortcut. | ||
|
||
###Navigation tree | ||
The navigation tree lets you browse your workspace, but more importantly, it defines the context you are working on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Query: Is there a better way to phrase this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe reverse it? So The navigation tree defines the context you are working on and lets you browse your workspace
?
|
||
If you click the number under the "Error Number" column, a wiki page opens with more information about the compile error or warning. You can also double-click the text under "Location" and open the source file at the line or column of the definition. | ||
|
||
The output panel also displays results for the "Find in Folder" functionality. Having the find result under the editor lets you quickly switch between matches in different files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Query: Is "Find in Folder" correct, or is it "In Folder" or "Find Results" or something else?
The mbed Online Compiler delivers a full online editor, standard keyboard shortcuts, flexible workspace management and version control optimized for the mbed ecosystem. | ||
|
||
This article reviews the basics of interacting and creating and maintaining code in your workspace. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: I deleted the video that was here because it was outdated. Do we have an updated one?
 | ||
|
||
On the right side of the main toolbar is the device selection dropdown, which lets you change the device you are compiling for. The mbed Compiler Guide is accessible through the top-right Guide button or via F1 (Ctrl+G alternatively) keyboard shortcut. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: I could not get "Ctrl+G" to work. Please confirm.
Second note: I did not see a "Guide" button in the top right, but I did see a "Help" button. Please confirm.
Changed the PR target to 5.4. I feel like a wizard. |
Answer remaining questions and fix heading formatting
Add page that didn't make it from old Handbook to new Handbook