aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.h
AgeCommit message (Collapse)AuthorFilesLines
2013-04-01Feature [#981]. Added autocompletion order property to allow list to be orderednyamatongwe1-0/+6
according to container preference but still allowing selection by typing. From Alpha.
2012-07-24Add ncurses platform. Rest of the implementation is an external project.nyamatongwe1-0/+2
From Mitchell Foral.
2012-06-17Use std::string instead of fixed size strings.nyamatongwe1-0/+8
Decrease direct access to the autocompletion list box from outside AutoComplete.
2012-04-16Case-insensitive auto-completion selection. Bug #3516538.nyamatongwe1-0/+1
From Markus Nißl.
2011-08-10Implement 'technology' concept which will allow GDI and Direct2D/DirectWritenyamatongwe1-1/+1
to run at the same time for different windows and operations.
2010-03-13Adding const to methods where possible.nyamatongwe1-3/+3
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-0/+8
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable
2005-03-25Patch from Blair McGlashan for autocompletion on Windows tonyamatongwe1-1/+1
* Set maximum width of list * set maximum height of list * better calculate width * use ellipsis when text is truncated to fit window * use popup window so it can extend past parent window * disallow resizing too small * draw to bottom edge when resized so last item not full line high * improve time to display by by 90% Minor tweaks by me to fix warnings, layout etc.
2005-03-09Patch from Blair McGlashan to send a notification before accepting an ↵nyamatongwe1-1/+1
autocompletion.
2003-01-10Changed listbox field to pointer to allow use of platform-specificnyamatongwe1-3/+4
subclass. Added new listbox initialisation parameters.
2002-11-21Patch from Biswa to add icons to autocompletion lists.nyamatongwe1-0/+5
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2002-01-13Added option to autocompletion AutoCSetDropRestOfWord which removes anynyamatongwe1-0/+1
word characters following an insertion made by auto-completion. Bundled the changes made by an autocompletion into one undo action.
2001-04-27Feature from Stephan to allow autocompletion to stay open even when therenyamatongwe1-8/+9
are no longer any values that start with the typed text.
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-10/+15
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2000-08-21Merging patches from Ferda and Jan.nyamatongwe1-0/+1
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/+6
search. Some bits not quite done as well.
2000-07-12Added John's autocompletion changes and fiddled to make autocompletion listnyamatongwe1-1/+1
size better.
2000-07-12John's changes to autocompletion.nyamatongwe1-0/+2
2000-04-10Added get/set of separator character used when setting auto-completion list.nyamatongwe1-1/+6
Message for selecting an element of the autocompletion list.
2000-03-08Initial revisionnyamatongwe1-0/+43