Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-01 | Feature [#981]. Added autocompletion order property to allow list to be ordered | nyamatongwe | 1 | -9/+110 | |
according to container preference but still allowing selection by typing. From Alpha. | |||||
2012-07-24 | Add ncurses platform. Rest of the implementation is an external project. | nyamatongwe | 1 | -1/+3 | |
From Mitchell Foral. | |||||
2012-06-17 | Use std::string instead of fixed size strings. | nyamatongwe | 1 | -1/+12 | |
Decrease direct access to the autocompletion list box from outside AutoComplete. | |||||
2012-04-16 | Matched spelling change. | nyamatongwe | 1 | -2/+2 | |
2012-04-16 | Case-insensitive auto-completion selection. Bug #3516538. | nyamatongwe | 1 | -2/+5 | |
From Markus Nißl. | |||||
2011-08-10 | Implement 'technology' concept which will allow GDI and Direct2D/DirectWrite | nyamatongwe | 1 | -2/+2 | |
to run at the same time for different windows and operations. | |||||
2011-02-20 | Avoid some cppcheck warnings. | nyamatongwe | 1 | -1/+1 | |
2010-07-13 | Files changed for new lexer design. | nyamatongwe | 1 | -1/+2 | |
2010-03-13 | Adding const to methods where possible. | nyamatongwe | 1 | -3/+3 | |
2010-02-17 | Formatting whitespace. | nyamatongwe | 1 | -2/+2 | |
2009-07-21 | Using a much simpler property set implementation. | nyamatongwe | 1 | -1/+1 | |
Accessor objects use the PropertyGet interface to access just the property set methods they need. Removed SString. | |||||
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+4 | |
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-25 | Patch from Blair McGlashan for autocompletion on Windows to | nyamatongwe | 1 | -29/+6 | |
* 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-09 | Patch from Blair McGlashan to send a notification before accepting an ↵ | nyamatongwe | 1 | -3/+4 | |
autocompletion. | |||||
2005-02-07 | Patch from Chris Jones to select exact case match when available. | nyamatongwe | 1 | -0/+12 | |
2003-01-10 | Changed listbox member to a pointer to allow use of platform-specific | nyamatongwe | 1 | -20/+28 | |
subclass. | |||||
2002-11-22 | More of the icons in autocompletion patch. | nyamatongwe | 1 | -4/+21 | |
2002-04-21 | Some Win64 compatibility and size_t correctness. | nyamatongwe | 1 | -1/+1 | |
2002-01-18 | Updated copyrights for 2002. | nyamatongwe | 1 | -1/+1 | |
2002-01-13 | Added option to autocompletion AutoCSetDropRestOfWord which removes any | nyamatongwe | 1 | -1/+2 | |
word characters following an insertion made by auto-completion. Bundled the changes made by an autocompletion into one undo action. | |||||
2001-08-02 | Squashed warning from Borland C++. | nyamatongwe | 1 | -1/+1 | |
2001-08-02 | Removed commented out call to sort list as list is always in correct order | nyamatongwe | 1 | -1/+0 | |
now. | |||||
2001-08-02 | Now handles both case insensitive and case sensitive searching. | nyamatongwe | 1 | -5/+38 | |
2001-04-27 | Feature from Stephan to allow autocompletion to stay open even when there | nyamatongwe | 1 | -2/+3 | |
are no longer any values that start with the typed text. | |||||
2001-04-05 | Replace target functionality to make find and replace operations faster | nyamatongwe | 1 | -1/+3 | |
by diminishing screen updates and allow for \d patterns in the replacement text. | |||||
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -1/+3 | |
2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 1 | -1/+1 | |
2000-08-21 | Merging patches from Ferda and Jan. | nyamatongwe | 1 | -8/+10 | |
Autocompletion flags for ignoring case and automatically choosing single items. WM_PAINT handling with passed HDC. Events in Scintilla.iface. | |||||
2000-08-18 | Added in most of Ferdinand Prantl's changes except for regular expression | nyamatongwe | 1 | -0/+11 | |
search. Some bits not quite done as well. | |||||
2000-07-12 | Added John's autocompletion changes and fiddled to make autocompletion list | nyamatongwe | 1 | -7/+1 | |
size better. | |||||
2000-07-12 | Autocompletion cancel at start position available to API. | nyamatongwe | 1 | -1/+1 | |
Inverted default value to be compatible with older code. | |||||
2000-07-12 | John's changes to autocompletion. | nyamatongwe | 1 | -0/+1 | |
2000-04-10 | Added get/set of separator character used when setting auto-completion list. | nyamatongwe | 1 | -1/+10 | |
Message for selecting an element of the autocompletion list. | |||||
2000-03-08 | Initial revision | nyamatongwe | 1 | -0/+104 | |