Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-05-12 | Add SCI_AUTOC{G,S}ETIMAGESCALE and implement for Qt and GTK. | orbitalquark | 1 | -0/+1 | |
2024-12-15 | Feature [feature-requests:#1537]. Use noexcept where possible. | Zufu Liu | 1 | -2/+2 | |
2024-12-06 | Feature [feature-requests:#1537]. Avoid truncation potential with PerformSort. | Zufu Liu | 1 | -1/+0 | |
Use string_view to improve safety. | |||||
2021-08-31 | Make Cancel methods noexcept as they may need to be used in destructors. | Neil | 1 | -1/+1 | |
2021-08-28 | Delete standard operations on classes that can not be copied. | Neil | 1 | -0/+5 | |
2021-07-17 | Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion list | Neil | 1 | -1/+3 | |
on Win32. This also avoids a header rectangle above the list. | |||||
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -7/+7 | |
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal. | |||||
2020-03-26 | Fix spelling mistakes. | Neil | 1 | -2/+2 | |
2018-04-20 | Feature [feature-requests:#1215]. const in AutoComplete. | Neil | 1 | -5/+5 | |
2018-03-09 | Use Position/Line/int more accurately in preparation for large documents. | Neil | 1 | -2/+2 | |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 | |
interfaces ILexer4 and IDocument. | |||||
2017-04-22 | Using unique_ptr to simplify ownership of images, case folder, and list box. | Neil | 1 | -1/+1 | |
2017-03-31 | Using Sci::Position and Sci::Line to mark variables that are document positions | Neil | 1 | -2/+2 | |
and lines. | |||||
2014-01-20 | Fix typos in comments (src) | Stefan Weil | 1 | -1/+1 | |
2013-12-22 | Switch from char[] to std::string for simplicity and safety. | Neil | 1 | -2/+2 | |
2013-12-15 | Format normalization - whitespace and braces made consistent. | Neil | 1 | -1/+1 | |
Parameter names added to method declarations. | |||||
2013-04-01 | Feature [#981]. Added autocompletion order property to allow list to be ordered | nyamatongwe | 1 | -0/+6 | |
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 | -0/+2 | |
From Mitchell Foral. | |||||
2012-06-17 | Use std::string instead of fixed size strings. | nyamatongwe | 1 | -0/+8 | |
Decrease direct access to the autocompletion list box from outside AutoComplete. | |||||
2012-04-16 | Case-insensitive auto-completion selection. Bug #3516538. | nyamatongwe | 1 | -0/+1 | |
From Markus Nißl. | |||||
2011-08-10 | Implement 'technology' concept which will allow GDI and Direct2D/DirectWrite | nyamatongwe | 1 | -1/+1 | |
to run at the same time for different windows and operations. | |||||
2010-03-13 | Adding const to methods where possible. | nyamatongwe | 1 | -3/+3 | |
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -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-25 | Patch from Blair McGlashan for autocompletion on Windows to | nyamatongwe | 1 | -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-09 | Patch from Blair McGlashan to send a notification before accepting an ↵ | nyamatongwe | 1 | -1/+1 | |
autocompletion. | |||||
2003-01-10 | Changed listbox field to pointer to allow use of platform-specific | nyamatongwe | 1 | -3/+4 | |
subclass. Added new listbox initialisation parameters. | |||||
2002-11-21 | Patch from Biswa to add icons to autocompletion lists. | nyamatongwe | 1 | -0/+5 | |
2002-01-18 | Updated copyrights for 2002. | nyamatongwe | 1 | -1/+1 | |
2002-01-13 | Added option to autocompletion AutoCSetDropRestOfWord which removes any | nyamatongwe | 1 | -0/+1 | |
word characters following an insertion made by auto-completion. Bundled the changes made by an autocompletion into one undo action. | |||||
2001-04-27 | Feature from Stephan to allow autocompletion to stay open even when there | nyamatongwe | 1 | -8/+9 | |
are no longer any values that start with the typed text. | |||||
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -10/+15 | |
2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 1 | -1/+1 | |
2000-08-21 | Merging patches from Ferda and Jan. | nyamatongwe | 1 | -0/+1 | |
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/+6 | |
search. Some bits not quite done as well. | |||||
2000-07-12 | Added John's autocompletion changes and fiddled to make autocompletion list | nyamatongwe | 1 | -1/+1 | |
size better. | |||||
2000-07-12 | John's changes to autocompletion. | nyamatongwe | 1 | -0/+2 | |
2000-04-10 | Added get/set of separator character used when setting auto-completion list. | nyamatongwe | 1 | -1/+6 | |
Message for selecting an element of the autocompletion list. | |||||
2000-03-08 | Initial revision | nyamatongwe | 1 | -0/+43 | |