src/eric7/Documentation/Source/eric7.QScintilla.TypingCompleters.CompleterRuby.html

branch
eric7
changeset 10479
856476537696
parent 10431
64157aeb0312
--- a/src/eric7/Documentation/Source/eric7.QScintilla.TypingCompleters.CompleterRuby.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.TypingCompleters.CompleterRuby.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,57 +7,53 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.QScintilla.TypingCompleters.CompleterRuby</h1>
-
 <p>
 Module implementing a typing completer for Ruby.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#CompleterRuby">CompleterRuby</a></td>
 <td>Class implementing typing completer for Ruby.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#createCompleter">createCompleter</a></td>
 <td>Function to instantiate a typing completer object.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="CompleterRuby" ID="CompleterRuby"></a>
 <h2>CompleterRuby</h2>
-
 <p>
     Class implementing typing completer for Ruby.
 </p>
+
 <h3>Derived from</h3>
 CompleterBase
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#CompleterRuby.__init__">CompleterRuby</a></td>
 <td>Constructor</td>
@@ -91,19 +87,20 @@
 <td>Public slot called to reread the configuration parameters.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="CompleterRuby.__init__" ID="CompleterRuby.__init__"></a>
 <h4>CompleterRuby (Constructor)</h4>
 <b>CompleterRuby</b>(<i>editor, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>editor</i> (QScintilla.Editor)</dt>
@@ -118,10 +115,10 @@
 <a NAME="CompleterRuby.__inComment" ID="CompleterRuby.__inComment"></a>
 <h4>CompleterRuby.__inComment</h4>
 <b>__inComment</b>(<i>line, col</i>)
-
 <p>
         Private method to check, if the cursor is inside a comment.
 </p>
+
 <dl>
 
 <dt><i>line</i> (int)</dt>
@@ -148,11 +145,11 @@
 <a NAME="CompleterRuby.__inDoubleQuotedString" ID="CompleterRuby.__inDoubleQuotedString"></a>
 <h4>CompleterRuby.__inDoubleQuotedString</h4>
 <b>__inDoubleQuotedString</b>(<i></i>)
-
 <p>
         Private method to check, if the cursor is within a double quoted
         string.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -169,10 +166,10 @@
 <a NAME="CompleterRuby.__inHereDocument" ID="CompleterRuby.__inHereDocument"></a>
 <h4>CompleterRuby.__inHereDocument</h4>
 <b>__inHereDocument</b>(<i></i>)
-
 <p>
         Private method to check, if the cursor is within a here document.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -188,10 +185,10 @@
 <a NAME="CompleterRuby.__inInlineDocument" ID="CompleterRuby.__inInlineDocument"></a>
 <h4>CompleterRuby.__inInlineDocument</h4>
 <b>__inInlineDocument</b>(<i></i>)
-
 <p>
         Private method to check, if the cursor is within an inline document.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -207,11 +204,11 @@
 <a NAME="CompleterRuby.__inSingleQuotedString" ID="CompleterRuby.__inSingleQuotedString"></a>
 <h4>CompleterRuby.__inSingleQuotedString</h4>
 <b>__inSingleQuotedString</b>(<i></i>)
-
 <p>
         Private method to check, if the cursor is within a single quoted
         string.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -228,10 +225,10 @@
 <a NAME="CompleterRuby.charAdded" ID="CompleterRuby.charAdded"></a>
 <h4>CompleterRuby.charAdded</h4>
 <b>charAdded</b>(<i>charNumber</i>)
-
 <p>
         Public slot called to handle the user entering a character.
 </p>
+
 <dl>
 
 <dt><i>charNumber</i> (int)</dt>
@@ -242,20 +239,20 @@
 <a NAME="CompleterRuby.readSettings" ID="CompleterRuby.readSettings"></a>
 <h4>CompleterRuby.readSettings</h4>
 <b>readSettings</b>(<i></i>)
-
 <p>
         Public slot called to reread the configuration parameters.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="createCompleter" ID="createCompleter"></a>
 <h2>createCompleter</h2>
 <b>createCompleter</b>(<i>editor, parent=None</i>)
-
 <p>
     Function to instantiate a typing completer object.
 </p>
+
 <dl>
 
 <dt><i>editor</i> (QScintilla.Editor)</dt>
@@ -281,4 +278,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial