aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-01Feature [#981]. Added autocompletion order property to allow list to be orderednyamatongwe1-9/+110
2012-07-24Add ncurses platform. Rest of the implementation is an external project.nyamatongwe1-1/+3
2012-06-17Use std::string instead of fixed size strings.nyamatongwe1-1/+12
2012-04-16Matched spelling change.nyamatongwe1-2/+2
2012-04-16Case-insensitive auto-completion selection. Bug #3516538.nyamatongwe1-2/+5
2011-08-10Implement 'technology' concept which will allow GDI and Direct2D/DirectWritenyamatongwe1-2/+2
2011-02-20Avoid some cppcheck warnings.nyamatongwe1-1/+1
2010-07-13Files changed for new lexer design.nyamatongwe1-1/+2
2010-03-13Adding const to methods where possible.nyamatongwe1-3/+3
2010-02-17Formatting whitespace.nyamatongwe1-2/+2
2009-07-21Using a much simpler property set implementation.nyamatongwe1-1/+1
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-0/+4
2005-03-25Patch from Blair McGlashan for autocompletion on Windows tonyamatongwe1-29/+6
2005-03-09Patch from Blair McGlashan to send a notification before accepting an autocom...nyamatongwe1-3/+4
2005-02-07Patch from Chris Jones to select exact case match when available.nyamatongwe1-0/+12
2003-01-10Changed listbox member to a pointer to allow use of platform-specificnyamatongwe1-20/+28
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
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
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
2001-04-05Replace target functionality to make find and replace operations fasternyamatongwe1-1/+3
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
2000-08-18Added in most of Ferdinand Prantl's changes except for regular expressionnyamatongwe1-0/+11
2000-07-12Added John's autocompletion changes and fiddled to make autocompletion listnyamatongwe1-7/+1
2000-07-12Autocompletion cancel at start position available to API.nyamatongwe1-1/+1
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
2000-03-08Initial revisionnyamatongwe1-0/+104