Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-24 | Bug [#2340] Simplify expand all folds. Speed up expand line a little. | Zufu Liu | 1 | -0/+1 | |
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -1/+1 | |
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-06-11 | Use noexcept where safe and maintainable. | Neil | 1 | -12/+12 | |
2019-04-05 | Feature [feature-requests:#1272]. Add API to set default fold display text. | Neil | 1 | -1/+0 | |
2018-04-17 | Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes. | Neil | 1 | -1/+1 | |
This option is provisional and experimental. | |||||
2018-03-27 | Use an interface for ContractionState so that there can be different | Neil | 1 | -49/+25 | |
implementations of that interface. | |||||
2018-03-09 | Use Position/Line/int more accurately in preparation for large documents. | Neil | 1 | -4/+4 | |
2018-02-01 | Templatize RunStyles so it can be over ranges of different types and contain | Neil | 1 | -3/+3 | |
different style types. Currently only instantiated over <int, int>. | |||||
2018-02-01 | Templatize Partitioning so it can hold different types. | Neil | 1 | -1/+1 | |
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-05-21 | Make SparseVector work with move-only types. | Neil | 1 | -1/+1 | |
Define UniqueString as a move-only string and use in a SparseVector for ContractionState. Remove SparseVector method specializations that are no longer needed. | |||||
2017-05-01 | Use std::unique_ptr to simplify ContractionState. | Neil | 1 | -6/+6 | |
2017-04-21 | More consistent deletion of standard methods. | Neil | 1 | -0/+3 | |
2017-03-31 | Using Sci::Position and Sci::Line to mark variables that are document positions | Neil | 1 | -20/+20 | |
and lines. | |||||
2016-11-29 | Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT. | Tse Kit Yam | 1 | -0/+8 | |
2014-07-23 | Avoid shadowed names mostly in method prototypes. Turn off shadow | Neil | 1 | -2/+2 | |
warnings for lexers since they may be maintained by others. | |||||
2014-04-22 | Hoisting some calculations into classes: ContractionState::DisplayLastFromDoc | Neil Hodgson | 1 | -0/+1 | |
Range::First and Range::Last. Changing Editor::RectangleFromRange arguments to a Range. Simplifying code and specifying some local variables as const. | |||||
2011-06-07 | Make SCN_NEEDSHOWN notification work when word wrap is enabled. | nyamatongwe | 1 | -0/+1 | |
This fixes the last remaining issue from bug #3291579. From Marko Njezic | |||||
2010-09-24 | Added SCI_CONTRACTEDFOLDNEXT as a way to find contracted fold headers ↵ | nyamatongwe | 1 | -0/+1 | |
efficiently. | |||||
2007-07-25 | Changed ContractionState data structure to be more efficient by not only | nyamatongwe | 1 | -25/+18 | |
modifying data near an insertion or deletion when there is good locality of modification. | |||||
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 | |||||
2001-12-19 | Wrapping supported. | nyamatongwe | 1 | -11/+17 | |
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -3/+10 | |
2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 1 | -1/+1 | |
2000-07-18 | Added functions to clear all styling and contraction. | nyamatongwe | 1 | -1/+3 | |
2000-03-08 | Initial revision | nyamatongwe | 1 | -0/+50 | |