--- a/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html Tue Jun 01 13:21:19 2010 +0200 +++ b/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html Wed Jun 02 10:04:33 2010 +0200 @@ -56,7 +56,7 @@ QsciScintilla <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>ArrowFoldStyle</td></tr><tr><td>ArrowTreeFoldStyle</td></tr> </table> <h3>Methods</h3> <table> @@ -67,6 +67,9 @@ <td><a href="#QsciScintillaCompat.__doSearchTarget">__doSearchTarget</a></td> <td>Private method to perform the search in target.</td> </tr><tr> +<td><a href="#QsciScintillaCompat.__setFoldMarker">__setFoldMarker</a></td> +<td>Private method to define a fold marker.</td> +</tr><tr> <td><a href="#QsciScintillaCompat.byteAt">byteAt</a></td> <td>Public method to get the raw character (bytes) at a position in the text.</td> </tr><tr> @@ -145,6 +148,9 @@ <td><a href="#QsciScintillaCompat.findNextTarget">findNextTarget</a></td> <td>Public method to find the next occurrence in the target range.</td> </tr><tr> +<td><a href="#QsciScintillaCompat.focusOutEvent">focusOutEvent</a></td> +<td>Public method called when the editor loses focus.</td> +</tr><tr> <td><a href="#QsciScintillaCompat.foldExpandedAt">foldExpandedAt</a></td> <td>Public method to determine, if a fold is expanded.</td> </tr><tr> @@ -241,6 +247,9 @@ <td><a href="#QsciScintillaCompat.setEolModeByEolString">setEolModeByEolString</a></td> <td>Public method to set the eol mode given the eol string.</td> </tr><tr> +<td><a href="#QsciScintillaCompat.setFolding">setFolding</a></td> +<td>Public method to set the folding style and margin.</td> +</tr><tr> <td><a href="#QsciScintillaCompat.setIndentationGuideView">setIndentationGuideView</a></td> <td>Public method to set the view of the indentation guides.</td> </tr><tr> @@ -301,6 +310,19 @@ <dd> flag indicating a successful search (boolean) </dd> +</dl><a NAME="QsciScintillaCompat.__setFoldMarker" ID="QsciScintillaCompat.__setFoldMarker"></a> +<h4>QsciScintillaCompat.__setFoldMarker</h4> +<b>__setFoldMarker</b>(<i>marknr, mark = QsciScintilla.SC_MARK_EMPTY</i>) +<p> + Private method to define a fold marker. +</p><dl> +<dt><i>marknr</i></dt> +<dd> +marker number to define (integer) +</dd><dt><i>mark</i></dt> +<dd> +fold mark symbol to be used (integer) +</dd> </dl><a NAME="QsciScintillaCompat.byteAt" ID="QsciScintillaCompat.byteAt"></a> <h4>QsciScintillaCompat.byteAt</h4> <b>byteAt</b>(<i>pos</i>) @@ -559,6 +581,16 @@ <dd> flag indicating a successful search (boolean) </dd> +</dl><a NAME="QsciScintillaCompat.focusOutEvent" ID="QsciScintillaCompat.focusOutEvent"></a> +<h4>QsciScintillaCompat.focusOutEvent</h4> +<b>focusOutEvent</b>(<i>event</i>) +<p> + Public method called when the editor loses focus. +</p><dl> +<dt><i>event</i></dt> +<dd> +the event object (QFocusEvent) +</dd> </dl><a NAME="QsciScintillaCompat.foldExpandedAt" ID="QsciScintillaCompat.foldExpandedAt"></a> <h4>QsciScintillaCompat.foldExpandedAt</h4> <b>foldExpandedAt</b>(<i>line</i>) @@ -943,6 +975,19 @@ <dd> eol string (string) </dd> +</dl><a NAME="QsciScintillaCompat.setFolding" ID="QsciScintillaCompat.setFolding"></a> +<h4>QsciScintillaCompat.setFolding</h4> +<b>setFolding</b>(<i>style, margin = 2</i>) +<p> + Public method to set the folding style and margin. +</p><dl> +<dt><i>style</i></dt> +<dd> +folding style to set (integer) +</dd><dt><i>margin</i></dt> +<dd> +margin number (integer) +</dd> </dl><a NAME="QsciScintillaCompat.setIndentationGuideView" ID="QsciScintillaCompat.setIndentationGuideView"></a> <h4>QsciScintillaCompat.setIndentationGuideView</h4> <b>setIndentationGuideView</b>(<i>view</i>)