1 # -*- coding: utf-8 -*- |
1 # -*- coding: utf-8 -*- |
2 |
2 |
3 """ |
3 """ |
4 Word completion for the eric5 shell. |
4 Word completion for the eric6 shell. |
5 |
5 |
6 <h4>NOTE for eric5 variant</h4> |
6 <h4>NOTE for eric6 variant</h4> |
7 |
7 |
8 This version is a re-implementation of FlexCompleter |
8 This version is a re-implementation of FlexCompleter |
9 as found in the PyQwt package. It is modified to work with the eric5 debug |
9 as found in the PyQwt package. It is modified to work with the eric6 debug |
10 clients. |
10 clients. |
11 |
11 |
12 |
12 |
13 <h4>NOTE for the PyQwt variant</h4> |
13 <h4>NOTE for the PyQwt variant</h4> |
14 |
14 |