##// END OF EJS Templates
* CallTipWidget and CompletionWidget no longer need to be fed key presses. This means that can be attached to any Q[Plain]TextEdit with zero hassle....
* CallTipWidget and CompletionWidget no longer need to be fed key presses. This means that can be attached to any Q[Plain]TextEdit with zero hassle. * More fixes for bugs introduced by previous ConsoleWidget refactor.

File last commit:

r2271:62858c7c
r2744:e281b2eb
Show More
test_imports.py
5 lines | 43 B | text/x-python | PythonLexer
Brian Granger
ConfigLoader.py => config/configloader.py and updated all imports.
r2013 #!/usr/bin/env python
# encoding: utf-8
Brian Granger
UserConfig => config/userconfig and imports updated.
r2055