* src/AutoComp.py (AutoCombo.timer_callback): Fix autocompletion

so that the typed portion of the text is always visible.


svn: r1749
This commit is contained in:
Alex Roitman
2003-06-15 05:31:36 +00:00
parent 6966e9f0fd
commit e6e150b63f
2 changed files with 8 additions and 3 deletions

View File

@@ -16,6 +16,8 @@
into C-locale string (for saving floats in XML)
* src/StyleEditor.py (draw): Call locale.str instead of str.
* src/TextDoc.py (StyleSheetList.save): Call gformat instead of '%f'.
* src/AutoComp.py (AutoCombo.timer_callback): Fix autocompletion
so that the typed portion of the text is always visible.
2003-06-14 Don Allingham <dallingham@users.sourceforge.net>
* src/preferences.glade: Don't immediately show preferences dialog