21 <body> |
21 <body> |
22 <a NAME="top" ID="top"></a> |
22 <a NAME="top" ID="top"></a> |
23 <h1>eric6.DebugClients.Python.FlexCompleter</h1> |
23 <h1>eric6.DebugClients.Python.FlexCompleter</h1> |
24 |
24 |
25 <p> |
25 <p> |
26 Word completion for the eric6 shell. |
26 Word completion for the eric shell. |
27 </p> |
27 </p> |
28 <p> |
28 <p> |
29 <h4>NOTE for eric6 variant</h4> |
29 <h4>NOTE for eric variant</h4> |
30 </p> |
30 </p> |
31 <p> |
31 <p> |
32 This version is a re-implementation of rlcompleter |
32 This version is a re-implementation of rlcompleter |
33 as found in the Python3 library. It is modified to work with the eric6 |
33 as found in the Python3 library. It is modified to work with the eric |
34 debug clients. |
34 debug clients. |
35 </p> |
35 </p> |
36 <p> |
36 <p> |
37 <h4>Original rlcompleter documentation</h4> |
37 <h4>Original rlcompleter documentation</h4> |
38 </p> |
38 </p> |