|
|
-
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.
![1](drex_bullet_1.png) Paste
Paste the text of the clipboard.
| |
![2](drex_bullet_2.png) Cut
Cut and copy the selected text to the clipboard.
| |
![3](drex_bullet_3.png) Copy
Copy the selected text to the clipboard.
| |
![4](drex_bullet_4.png) Undo
Undo the last editing action on the script.
| |
![5](drex_bullet_5.png) Redo
Redo the action that has been undone.
| |
![6](drex_bullet_6.png) Select all
Select all the text.
| |
![7](drex_bullet_7.png) Toggle comment
Comment out/in one or more selected lines in the script.
| |
![8](drex_bullet_8.png) GoTo
Go to a specified code line.
| |
![9](drex_bullet_9.png) Search
Search for a given text in the script.
| |
![10](drex_bullet_10.png) Replace
Search and replace some text with a given text.
| |
![11](drex_bullet_11.png) Toggle
Mark a line for tracing back while coding.
| |
![12](drex_bullet_12.png) Clear all
Clear all the toggles.
| |
![13](drex_bullet_13.png) Previous
Go to the previous toggle.
| |
![14](drex_bullet_14.png) Next
Go to the next toggle.
| |
![15](drex_bullet_15.png) Build
Compile and build the project.
| |
![16](drex_bullet_16.png) 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.
| |
![17](drex_bullet_17.png) Start debug
Debug the source code of the project.
Shortcut is F6 key.
| |
![18](drex_bullet_18.png) Continue
To go to the next toggle point while debugging.
| |
![19](drex_bullet_19.png) Step into
Step into the code of the current breakpoint.
| |
![20](drex_bullet_20.png) Step over
Step over the current breakpoint.
| |
![21](drex_bullet_21.png) Step out
Step out the current breakpoint.
| |
![22](drex_bullet_22.png) Toggle breakpoint
Mark or unmark the starting point of the current line as a breakpoint.
| |
![23](drex_bullet_23.png) Enable breakpoint
Enable a breakpoint.
| |
![24](drex_bullet_24.png) Disable breakpoint
Disable a breakpoint.
| |
|
|
|
|