Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html

branch
6_1_x
changeset 4836
51e12b77428e
parent 4370
54dbb658f9e6
child 4945
aa494a61240b
diff -r 371c03e08f7b -r 51e12b77428e Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html
--- a/Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html	Mon Feb 22 22:26:21 2016 +0100
+++ b/Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html	Fri Mar 11 19:41:52 2016 +0100
@@ -132,6 +132,9 @@
 <td><a href="#DebugClientBase.__generateFilterObjects">__generateFilterObjects</a></td>
 <td>Private slot to convert a filter string to a list of filter objects.</td>
 </tr><tr>
+<td><a href="#DebugClientBase.__getCompletionList">__getCompletionList</a></td>
+<td>Private method to create a completions list.</td>
+</tr><tr>
 <td><a href="#DebugClientBase.__getSysPath">__getSysPath</a></td>
 <td>Private slot to calculate a path list including the PYTHONPATH environment variable.</td>
 </tr><tr>
@@ -386,6 +389,22 @@
 <dd>
 string of filter patterns separated by ';'
 </dd>
+</dl><a NAME="DebugClientBase.__getCompletionList" ID="DebugClientBase.__getCompletionList"></a>
+<h4>DebugClientBase.__getCompletionList</h4>
+<b>__getCompletionList</b>(<i>text, completer, completions</i>)
+<p>
+        Private method to create a completions list.
+</p><dl>
+<dt><i>text</i></dt>
+<dd>
+text to complete (string)
+</dd><dt><i>completer</i></dt>
+<dd>
+completer methode
+</dd><dt><i>completions</i></dt>
+<dd>
+set where to add new completions strings (set)
+</dd>
 </dl><a NAME="DebugClientBase.__getSysPath" ID="DebugClientBase.__getSysPath"></a>
 <h4>DebugClientBase.__getSysPath</h4>
 <b>__getSysPath</b>(<i>firstEntry</i>)

eric ide

mercurial