Instructions

139 C-Control Pro IDE
© 2013 Conrad Electronic
Parameter Input Help
Nach einer erfolgreichen Kompilierung werden auch die Parameter einer Function analysiert. Tippt
man einen bekannten Funktionsnamen und Klammer auf "(", so wird in gelb die erwarteten Typen
der Funktionsparameter angezeigt.
After a successful compilation, the parameters of all function are analyzed. If you tap a known func-
tion name and a parenthesis "(", the expected types of the function parameters displayed in yellow.
3.2.1 Editor Functions
Under menu item Edit the most important editor functions can be found:
Undo (Ctrl-Z) – will execute an Undo operation. The possible number of Undo steps depends on
the settings in Undo Groups.
Restore (Ctrl-Y) – will restore the editor condition that has been changed by previous use of the
Undo command.
Cut (Ctrl-X) – will cut out selected text and will copy it to the clipboard.
Copy (Ctrl-C) – will copy selected text to the clipboard.
Insert (Ctrl-V) – will copy the contents of the clipboard to the cursor position.
Select All (Ctrl-A) – will select the entire text.
Search (Ctrl-F) – will open the Search dialog.
Continue Search (F3)will continue the search using the set search criteria.
Replace (Ctrl-R) – will open the Replace dialog.
Go To (Alt-G) – will allow to jump to a definite line.