63
C-Control Pro Mega Series
© 2008 Conrad Electronic
Esc
Reset selection
Ctrl + digit (0-9)
Go to Bookmark digit (0-9)
Shift + Ctrl + (0-9)
Set Bookmark digit (0-9)
Ctrl + Space
Auto completion popup
4.2.4
Regular Expressions
The search function in the editor supports Regular Expressions. With this function character chains
can highly flexible be searched for and replaced.
^
A Circumflex at the beginning of the word finds the word at the beginning of a
line
$
A Dollar Sign represents the end of a line
.
A Dot symbolizes an arbitrary character
*
A Star stands for the repeated appearance of a pattern. The number of
repetitions may also be Zero.
+
A Plus stands for the multiple or at least solitary appearance of a pattern
[ ]
Characters in square brackets represent the appearance of one of the characters
[^]
A Circumflex in square brackets negates the selection
[-]
A Minus in square brackets symbolizes a character range
{ }
Tailed braces will group separate expressions. Up to ten levels may be nested
\
A Back Slash will take the special meaning from the following character
Examples
Example
will find
^void
the word "void" only at the beginning of a line
;$
the Semicolon only at the end of a line
^void$
Only "void" may stand in this line
vo.*d
e. g. "vod","void","vqqd"
vo.+d
e. g. "void","vqqd" but not "vod"
[qs]
the letters 'q' or 's'
[qs]port
"qport" or "sport"
[^qs]
all letters other than 'q' or 's'
[a-g]
all letters from 'a' through 'g' (including)
{tg}+
e. g. "tg", "tgtg", "tgtgtg" asf.
\$
'$'
4.3
C-Control Hardware
Under menu item
C-Control
all hardware relevant functions can be executed. These include transfer
and start of the program on the hardware as well as password functions.
Содержание C-Control Pro Mega Series
Страница 1: ... 2008 Conrad Electronic C Control Pro Mega Series ...
Страница 9: ...VIII Inhalt 2008 Conrad Electronic ...
Страница 10: ...Part 1 ...
Страница 17: ...Part 2 ...
Страница 23: ...Part 3 ...
Страница 41: ...32 Hardware 2008 Conrad Electronic 3 3 5 3 Component Parts Plan ...
Страница 57: ...48 Hardware 2008 Conrad Electronic 3 4 5 3 Component Parts Plan ...
Страница 58: ...Part 4 ...
Страница 91: ...82 IDE 2008 Conrad Electronic ...
Страница 92: ...Part 5 ...
Страница 135: ...126 Compiler 2008 Conrad Electronic 31 1F US 63 3F 95 5F _ 127 7F DEL ...
Страница 136: ...Part 6 ...
Страница 231: ...Part 7 ...
Страница 240: ......