Nothing serious, but i've just noticed that during a line of code for ANY object/library/etc:
- Code: Select all
sys.
- Code: Select all
(sys.
As a workaround, this is ok:
- Code: Select all
( sys.
You most likely know this already, but your code completion is currently the best available. I started a thread on the Ubuntu forums and posted some code that Editra could not complete. It turned out that none of the larger IDE's (Eclipse PyDev, Komodo, SPE, BOA, DrPython, WingIDE, Netbeans, etc) could complete it, either...so well done to you!


