--- a/Documentation/Source/eric5.QScintilla.Editor.html Mon Mar 03 19:22:19 2014 +0100 +++ b/Documentation/Source/eric5.QScintilla.Editor.html Mon Mar 03 19:27:11 2014 +0100 @@ -731,12 +731,24 @@ <td><a href="#Editor.gestureEvent">gestureEvent</a></td> <td>Protected method handling gesture events.</td> </tr><tr> +<td><a href="#Editor.getBookmarkLines">getBookmarkLines</a></td> +<td>Public method to get the lines containing a bookmark.</td> +</tr><tr> <td><a href="#Editor.getBookmarks">getBookmarks</a></td> <td>Public method to retrieve the bookmarks.</td> </tr><tr> +<td><a href="#Editor.getBreakpointLines">getBreakpointLines</a></td> +<td>Public method to get the lines containing a breakpoint.</td> +</tr><tr> +<td><a href="#Editor.getChangeLines">getChangeLines</a></td> +<td>Public method to get the lines containing a change.</td> +</tr><tr> <td><a href="#Editor.getCompleter">getCompleter</a></td> <td>Public method to retrieve a reference to the completer object.</td> </tr><tr> +<td><a href="#Editor.getCoverageLines">getCoverageLines</a></td> +<td>Public method to get the lines containing a coverage marker.</td> +</tr><tr> <td><a href="#Editor.getCurrentWord">getCurrentWord</a></td> <td>Public method to get the word at the current position.</td> </tr><tr> @@ -776,9 +788,18 @@ <td><a href="#Editor.getSharingStatus">getSharingStatus</a></td> <td>Public method to get some share status info.</td> </tr><tr> +<td><a href="#Editor.getSyntaxErrorLines">getSyntaxErrorLines</a></td> +<td>Public method to get the lines containing a syntax error.</td> +</tr><tr> <td><a href="#Editor.getSyntaxErrors">getSyntaxErrors</a></td> <td>Public method to retrieve the syntax error markers.</td> </tr><tr> +<td><a href="#Editor.getTaskLines">getTaskLines</a></td> +<td>Public method to get the lines containing a task.</td> +</tr><tr> +<td><a href="#Editor.getWarningLines">getWarningLines</a></td> +<td>Public method to get the lines containing a warning.</td> +</tr><tr> <td><a href="#Editor.getWarnings">getWarnings</a></td> <td>Public method to retrieve the warning markers.</td> </tr><tr> @@ -2805,6 +2826,16 @@ <dd> reference to the gesture event (QGestureEvent </dd> +</dl><a NAME="Editor.getBookmarkLines" ID="Editor.getBookmarkLines"></a> +<h4>Editor.getBookmarkLines</h4> +<b>getBookmarkLines</b>(<i></i>) +<p> + Public method to get the lines containing a bookmark. +</p><dl> +<dt>Returns:</dt> +<dd> +list of lines containing a bookmark (list of integer) +</dd> </dl><a NAME="Editor.getBookmarks" ID="Editor.getBookmarks"></a> <h4>Editor.getBookmarks</h4> <b>getBookmarks</b>(<i></i>) @@ -2816,6 +2847,26 @@ sorted list of all lines containing a bookmark (list of integer) </dd> +</dl><a NAME="Editor.getBreakpointLines" ID="Editor.getBreakpointLines"></a> +<h4>Editor.getBreakpointLines</h4> +<b>getBreakpointLines</b>(<i></i>) +<p> + Public method to get the lines containing a breakpoint. +</p><dl> +<dt>Returns:</dt> +<dd> +list of lines containing a breakpoint (list of integer) +</dd> +</dl><a NAME="Editor.getChangeLines" ID="Editor.getChangeLines"></a> +<h4>Editor.getChangeLines</h4> +<b>getChangeLines</b>(<i></i>) +<p> + Public method to get the lines containing a change. +</p><dl> +<dt>Returns:</dt> +<dd> +list of lines containing a change (list of integer) +</dd> </dl><a NAME="Editor.getCompleter" ID="Editor.getCompleter"></a> <h4>Editor.getCompleter</h4> <b>getCompleter</b>(<i></i>) @@ -2826,6 +2877,16 @@ <dd> the completer object (CompleterBase) </dd> +</dl><a NAME="Editor.getCoverageLines" ID="Editor.getCoverageLines"></a> +<h4>Editor.getCoverageLines</h4> +<b>getCoverageLines</b>(<i></i>) +<p> + Public method to get the lines containing a coverage marker. +</p><dl> +<dt>Returns:</dt> +<dd> +list of lines containing a coverage marker (list of integer) +</dd> </dl><a NAME="Editor.getCurrentWord" ID="Editor.getCurrentWord"></a> <h4>Editor.getCurrentWord</h4> <b>getCurrentWord</b>(<i></i>) @@ -2984,6 +3045,16 @@ and if it is inside a remotely initiated shared edit session (boolean, boolean, boolean, boolean) </dd> +</dl><a NAME="Editor.getSyntaxErrorLines" ID="Editor.getSyntaxErrorLines"></a> +<h4>Editor.getSyntaxErrorLines</h4> +<b>getSyntaxErrorLines</b>(<i></i>) +<p> + Public method to get the lines containing a syntax error. +</p><dl> +<dt>Returns:</dt> +<dd> +list of lines containing a syntax error (list of integer) +</dd> </dl><a NAME="Editor.getSyntaxErrors" ID="Editor.getSyntaxErrors"></a> <h4>Editor.getSyntaxErrors</h4> <b>getSyntaxErrors</b>(<i></i>) @@ -2995,6 +3066,26 @@ sorted list of all lines containing a syntax error (list of integer) </dd> +</dl><a NAME="Editor.getTaskLines" ID="Editor.getTaskLines"></a> +<h4>Editor.getTaskLines</h4> +<b>getTaskLines</b>(<i></i>) +<p> + Public method to get the lines containing a task. +</p><dl> +<dt>Returns:</dt> +<dd> +list of lines containing a task (list of integer) +</dd> +</dl><a NAME="Editor.getWarningLines" ID="Editor.getWarningLines"></a> +<h4>Editor.getWarningLines</h4> +<b>getWarningLines</b>(<i></i>) +<p> + Public method to get the lines containing a warning. +</p><dl> +<dt>Returns:</dt> +<dd> +list of lines containing a warning (list of integer) +</dd> </dl><a NAME="Editor.getWarnings" ID="Editor.getWarnings"></a> <h4>Editor.getWarnings</h4> <b>getWarnings</b>(<i></i>)