Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-15 | Feature [feature-requests:#1537]. Use const where possible. | Neil | 1 | -1/+1 | |
2024-12-15 | Feature [feature-requests:#1537]. Use noexcept where possible. | Zufu Liu | 1 | -2/+2 | |
2024-12-15 | Feature [feature-requests:#1537]. Extract common code into function. | Zufu Liu | 1 | -8/+10 | |
2024-12-06 | Feature [feature-requests:#1537]. Avoid truncation potential with PerformSort. | Zufu Liu | 1 | -13/+11 | |
Use string_view to improve safety. | |||||
2024-12-06 | Feature [feature-requests:#1537]. Refactor Sorter in AutoComplete. | Zufu Liu | 1 | -13/+21 | |
Move into unnamed namespace. Don't hold onto AutoComplete*. Simplify indexing by 2. Use const. | |||||
2024-11-26 | Bug [#2458]. Add include of cstdint to provide intptr_t and uintptr_t. | Neil | 1 | -0/+1 | |
2021-11-13 | Bug [#2294] Fix assertion failure with autocompletion list when order is | Neil | 1 | -0/+5 | |
SC_ORDER_CUSTOM or SC_ORDER_PERFORMSORT and the list is empty. | |||||
2021-08-31 | Make Cancel methods noexcept as they may need to be used in destructors. | Neil | 1 | -1/+1 | |
2021-08-07 | Changes for Cppcheck 2.5. | Neil | 1 | -1/+1 | |
Shift of unsigned to avoid too much shifting and overflow warnings. Remove condition that was always true. Remove suppressions no longer needed. | |||||
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-28 | Better exception handling for noexcept methods. More accurate noexcept marking. | Neil | 1 | -1/+1 | |
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -8/+11 | |
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. | |||||
2021-04-27 | Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterType | Neil | 1 | -1/+1 | |
and CharacterCategoryMap to avoid clashes with Lexilla when building an executable that includes both. | |||||
2021-03-29 | Modify ListBox::GetValue to return a std::string to avoid fixed size buffers | Neil | 1 | -17/+13 | |
and the possibility of truncation. | |||||
2021-03-18 | std::optional is a basic vocabulary type that may be used widely so include | Neil | 1 | -0/+1 | |
almost everywhere. | |||||
2021-03-18 | Move assert and debug trace functions into their own header Debugging.h. | Neil | 1 | -0/+1 | |
PLATFORM_ASSERT is used in data structure headers which led to including graphics and windowing APIs in data structure modules. | |||||
2021-03-17 | Use unique_ptr for ListBox::Allocate to show transfer of ownership. | Neil | 1 | -1/+1 | |
2021-03-17 | Extract geometry and colour definitions from Platform.h into src/Geometry.h. | Neil | 1 | -0/+1 | |
2018-05-14 | Include <string_view> to allow future use in Platform interface and Unicode. | Neil | 1 | -0/+1 | |
2018-05-06 | Ensuring ptrdiff_t is available by including <cstddef>. | Neil | 1 | -0/+1 | |
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 | -1/+1 | |
2018-03-01 | Mark variables as const where simple. | Neil | 1 | -1/+1 | |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -2/+0 | |
interfaces ILexer4 and IDocument. | |||||
2017-04-22 | Using unique_ptr to simplify ownership of images, case folder, and list box. | Neil | 1 | -4/+1 | |
2017-04-22 | Include <memory> for std::unique_ptr. | Neil | 1 | -0/+1 | |
2017-04-07 | Prefer C++ static cast over C-style casts. | Neil | 1 | -2/+2 | |
2017-04-06 | Added const where possible. | Neil | 1 | -4/+4 | |
2017-04-01 | Standardize on C++ headers, remove headers that aren't needed and add <cstddef> | Neil | 1 | -4/+4 | |
where it may be needed in the future. | |||||
2017-03-31 | Using Sci::Position and Sci::Line to mark variables that are document positions | Neil | 1 | -1/+1 | |
and lines. | |||||
2015-07-27 | Add Position.h as a place-holder and to allow #include "Position.h" in source. | Neil | 1 | -0/+1 | |
2015-07-04 | Make std::exception visible to all core code to remove chance that a different | Neil | 1 | -0/+1 | |
tool set will not indirectly include <stdexcept>. | |||||
2015-03-13 | Truncate elements that are near to maxItemLen to avoid possibility of writing | Neil | 1 | -1/+3 | |
outside bounds. Also avoids warning for use of strncpy. | |||||
2013-12-22 | Switch from char[] to std::string for simplicity and safety. | Neil | 1 | -9/+5 | |
2013-07-21 | Normalising order of language headers. | Neil | 1 | -1/+1 | |
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 | |