|
|
-
To add/edit/modify the scripts/files of the current project, double click on the file in the project browser or click on the Design tab at the bottom of the main form.
Paste
Paste the text of the clipboard.
| |
Cut
Cut and copy the selected text to the clipboard.
| |
Copy
Copy the selected text to the clipboard.
| |
Undo
Undo the last editing action on the script.
| |
Redo
Redo the action that has been undone.
| |
Select all
Select all the text.
| |
Toggle comment
Comment out/in one or more selected lines in the script.
| |
GoTo
Go to a specified code line.
| |
Search
Search for a given text in the script.
| |
Replace
Search and replace some text with a given text.
| |
Toggle
Mark a line for tracing back while coding.
| |
Clear all
Clear all the toggles.
| |
Previous
Go to the previous toggle.
| |
Next
Go to the next toggle.
| |
Build
Compile and build the project.
| |
Start script
Start the executable file of the project. Note that the button is enabled only after the project is built.
Shortcut is F5 key.
| |
Start debug
Debug the source code of the project.
Shortcut is F6 key.
| |
Continue
To go to the next toggle point while debugging.
| |
Step into
Step into the code of the current breakpoint.
| |
Step over
Step over the current breakpoint.
| |
Step out
Step out the current breakpoint.
| |
Toggle breakpoint
Mark or unmark the starting point of the current line as a breakpoint.
| |
Enable breakpoint
Enable a breakpoint.
| |
Disable breakpoint
Disable a breakpoint.
| |
|
|
|
|