12 Jun 2012 11:58
Auto complete choose single
Mike Lischke <mike.lischke <at> googlemail.com>
2012-06-12 09:58:49 GMT
2012-06-12 09:58:49 GMT
Neil,
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To post to this group, send email to scintilla-interest <at> googlegroups.com.
To unsubscribe from this group, send email to scintilla-interest+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scintilla-interest?hl=en.
there's another (small) problem with auto completion, namely when setting to accept a single entry in the list. The problem here comes when you refresh the list while the user is typing by calling SCI_AUTOSHOW for each key press. When the list is already displayed from a previous call and ScintillaBase::AutoCompleteStart returns early because of the choose-single setting, the already displayed list is neither closed nor updated. Shouldn't it be closed then automatically?
-- You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To post to this group, send email to scintilla-interest <at> googlegroups.com.
To unsubscribe from this group, send email to scintilla-interest+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scintilla-interest?hl=en.
RSS Feed