Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/framework/editor/color
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29773/Pythonwin/pywin/framework/editor/color
Modified Files:
Tag: py3k
coloreditor.py
Log Message:
merge more .py changes from the trunk (via 2to3)
Index: coloreditor.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/framework/editor/color/coloreditor.py,v
retrieving revision 1.13.2.2
retrieving revision 1.13.2.3
diff -C2 -d -r1.13.2.2 -r1.13.2.3
*** coloreditor.py 2 Sep 2008 20:41:37 -0000 1.13.2.2
--- coloreditor.py 11 Dec 2008 05:45:21 -0000 1.13.2.3
***************
*** 335,338 ****
--- 335,339 ----
# Handle auto-complete first.
if self.SCIAutoCActive():
+ self.SCIAutoCComplete()
self.SCIAutoCCancel()
# Call the IDLE event.
|