Quellcode-Bibliothek
© Kompilation durch diese Firma
[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]
Datei:
source.htm
Sprache: HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<TITLE>Source</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Source</H1>
<P>In this window the currently active file will be shown. A program (or a class) can consist of several files, which are listed in the Explorer:.</P>
<P><img src="Source-small.jpg" width="398" height="460"></P>
<P>The keywords of the source file are marked by different colors. Comments are also shown in s special color. You can also have the line numbers shown at the left side or the column numbers on the top. The source files can be modified in the editor. On modification the color changes to gray for to discern them form the original source. On pressing the save button the source becomes analyzed again and its syntactical structuire is checked. </P>
<P>Automatic <strong>code completion</strong> is invoked by simultaneously clicking Ctrl and Space:</P>
<P><img src="Codecomplete.jpg" alt="Code"></P>
<P>The simple <strong>formatting of the source code</strong> is invoked by pressing the <img src="Indenting.jpg" width="36" height="36">button.</P>
The hexadecimal code of <B>unprintable characters</B> will be shown in the status bar after selection.
<P>If you <B>doubleclick </B>on a file name (without path), it will be opened, if it is found via the libraries specified in the options dialogue.</P>
If you <B>doubleclick </B>on the grey area above the source, it will become maximized within the window.
<P>In the search and replace dialog it is possible to use <strong>simple regular expressions</strong> consisting of:</P>
<table width="349" border="1">
<tr>
<td width="39"><strong>^</strong></td>
<td width="294">beginning of a line</td>
</tr>
<tr>
<td>$</td>
<td>end of a line</td>
</tr>
<tr>
<td>[a-z]</td>
<td>is a character between a and z</td>
</tr>
<tr>
<td>\]</td>
<td>is the character ]</td>
</tr>
<tr>
<td>.</td>
<td>stands for every character</td>
</tr>
<tr>
<td>[a]</td>
<td>exactly the character a</td>
</tr>
<tr>
<td>\0</td>
<td>is the text found in the replace field</td>
</tr>
</table>
<P>Examples:</P>
<table width="439" border="1">
<tr>
<td width="80">^......</td>
<td width="395">finds the first 6 characters of a line</td>
</tr>
<tr>
<td>[a-z][0-9] </td>
<td>finds pairs of characters like a1, b2, c5 etc.</td>
</tr>
</table>
<P> </P>
<P> </P>
<P> </P>
<P><B></B></P>
</BODY>
</HTML>
[ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet)
]
|
|