BioloMICS logo
×
BioloMICS menu

Source

 
  • 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.
     
 
Source
 
1

Paste

1. Paste
Paste the text of the clipboard.
 
2

Cut

2. Cut
Cut and copy the selected text to the clipboard.
 
3

Copy

3. Copy
Copy the selected text to the clipboard.
 
4

Undo

4. Undo
Undo the last editing action on the script.
 
5

Redo

5. Redo
Redo the action that has been undone.
 
6

Select all

6. Select all
Select all the text.
 
7

Toggle comment

7. Toggle comment
Comment out/in one or more selected lines in the script.
 
8

GoTo

8. GoTo
Go to a specified code line.
 
9

Search

9. Search
Search for a given text in the script.
 
10

Replace

10. Replace
Search and replace some text with a given text.
 
11

Toggle

11. Toggle
Mark a line for tracing back while coding.
 
12

Clear all

12. Clear all
Clear all the toggles.
 
13

Previous

13. Previous
Go to the previous toggle.
 
14

Next

14. Next
Go to the next toggle.
 
15

Build

15. Build
Compile and build the project.
 
16

Start script

16. 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

Start debug

17. Start debug
Debug the source code of the project.
Shortcut is F6 key.
 
18

Continue

18. Continue
To go to the next toggle point while debugging.
 
19

Step into

19. Step into
Step into the code of the current breakpoint.
 
20

Step over

20. Step over
Step over the current breakpoint.
 
21

Step out

21. Step out
Step out the current breakpoint.
 
22

Toggle breakpoint

22. Toggle breakpoint
Mark or unmark the starting point of the current line as a breakpoint.
 
23

Enable breakpoint

23. Enable breakpoint
Enable a breakpoint.
 
24

Disable breakpoint

24. Disable breakpoint
Disable a breakpoint.