aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.cxx
AgeCommit message (Collapse)AuthorFilesLines
2003-01-10Changed listbox member to a pointer to allow use of platform-specificnyamatongwe1-20/+28
subclass.
2002-11-22More of the icons in autocompletion patch.nyamatongwe1-4/+21
2002-04-21Some Win64 compatibility and size_t correctness.nyamatongwe1-1/+1
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2002-01-13Added option to autocompletion AutoCSetDropRestOfWord which removes anynyamatongwe1-1/+2
word characters following an insertion made by auto-completion. Bundled the changes made by an autocompletion into one undo action.
2001-08-02Squashed warning from Borland C++.nyamatongwe1-1/+1
2001-08-02Removed commented out call to sort list as list is always in correct ordernyamatongwe1-1/+0
now.
2001-08-02Now handles both case insensitive and case sensitive searching.nyamatongwe1-5/+38
2001-04-27Feature from Stephan to allow autocompletion to stay open even when therenyamatongwe1-2/+3
are no longer any values that start with the typed text.
2001-04-05Replace target functionality to make find and replace operations fasternyamatongwe1-1/+3
by diminishing screen updates and allow for \d patterns in the replacement text.
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-1/+3
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2000-08-21Merging patches from Ferda and Jan.nyamatongwe1-8/+10
Autocompletion flags for ignoring case and automatically choosing single items. WM_PAINT handling with passed HDC. Events in Scintilla.iface.
2000-08-18Added in most of Ferdinand Prantl's changes except for regular expressionnyamatongwe1-0/+11
search. Some bits not quite done as well.
2000-07-12Added John's autocompletion changes and fiddled to make autocompletion listnyamatongwe1-7/+1
size better.
2000-07-12Autocompletion cancel at start position available to API.nyamatongwe1-1/+1
Inverted default value to be compatible with older code.
2000-07-12John's changes to autocompletion.nyamatongwe1-0/+1
2000-04-10Added get/set of separator character used when setting auto-completion list.nyamatongwe1-1/+10
Message for selecting an element of the autocompletion list.
2000-03-08Initial revisionnyamatongwe1-0/+104