index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ContractionState.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-29
Apply rule-of-zero to delete standard methods where possible as handled by
Neil
1
-9
/
+0
2022-07-24
Add line_cast function to simplify code and avoid warnings.
Neil
1
-23
/
+29
2022-07-24
Bug [#2340] Simplify expand all folds. Speed up expand line a little.
Zufu Liu
1
-5
/
+21
2021-10-09
Remove call of virtual function during destruction as default destruction does
Neil
1
-3
/
+1
2021-08-25
Allow SCI_HIDELINES to hide the first line or all lines.
Neil
1
-1
/
+1
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-2
/
+2
2021-03-18
std::optional is a basic vocabulary type that may be used widely so include
Neil
1
-0
/
+1
2021-03-18
Move assert and debug trace functions into their own header Debugging.h.
Neil
1
-2
/
+1
2021-03-17
Extract geometry and colour definitions from Platform.h into src/Geometry.h.
Neil
1
-0
/
+1
2020-06-11
Use noexcept where safe and maintainable.
Neil
1
-26
/
+26
2019-05-17
Optimize InsertLines and DeleteLines for ContractionState if no folds contrac...
Neil
1
-4
/
+12
2019-04-05
Feature [feature-requests:#1272]. Add API to set default fold display text.
Neil
1
-7
/
+1
2019-01-06
Bug [#2068]. Fix some clang-tidy warnings.
Zufu Liu
1
-1
/
+1
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
1
-0
/
+1
2018-04-20
Feature [feature-requests:#1215]. Fix forwarding reference warnings.
Neil
1
-1
/
+2
2018-04-17
Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.
Neil
1
-2
/
+5
2018-04-17
Templatize ContractionState so it can later be switched between 32-bits and 6...
Neil
1
-69
/
+99
2018-04-14
Make some changes recommended by clang-tidy.
Neil Hodgson
1
-1
/
+1
2018-03-27
Use an interface for ContractionState so that there can be different
Neil
1
-39
/
+111
2018-03-09
Use Position/Line/int more accurately in preparation for large documents.
Neil
1
-4
/
+4
2018-03-01
Mark variables as const where simple.
Neil
1
-5
/
+5
2018-03-01
Use make_unique in preference to new.
Neil
1
-5
/
+5
2018-02-01
Templatize RunStyles so it can be over ranges of different types and contain
Neil
1
-3
/
+3
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
-2
/
+0
2017-05-21
Make SparseVector work with move-only types.
Neil
1
-6
/
+7
2017-05-21
Make SplitVector work with move-only types like unique_ptr.
Neil
1
-0
/
+1
2017-05-01
Use std::unique_ptr to simplify ContractionState.
Neil
1
-17
/
+11
2017-04-22
Include <memory> for std::unique_ptr.
Neil
1
-0
/
+1
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-2
/
+3
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-32
/
+32
2016-11-29
Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.
Tse Kit Yam
1
-1
/
+31
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
Throw an exception for a negative sized reallocation as occurs when asked
Neil Hodgson
1
-0
/
+1
2014-07-23
Avoid shadowed names mostly in method prototypes. Turn off shadow
Neil
1
-9
/
+9
2014-04-22
Hoisting some calculations into classes: ContractionState::DisplayLastFromDoc
Neil Hodgson
1
-0
/
+4
2013-04-19
Using std::fill instead of a loop is much faster. As much as 4x on a large bl...
nyamatongwe
1
-0
/
+2
2013-02-28
Return last display line for document lines beyond document end.
nyamatongwe
1
-1
/
+1
2011-07-02
Fix warning from previous change.
nyamatongwe
1
-0
/
+2
2011-07-02
Fix for assertion failure with annotation. Bug #3347268.
nyamatongwe
1
-1
/
+1
2011-06-07
Make SCN_NEEDSHOWN notification work when word wrap is enabled.
nyamatongwe
1
-0
/
+8
2010-09-24
Added SCI_CONTRACTEDFOLDNEXT as a way to find contracted fold headers efficie...
nyamatongwe
1
-0
/
+17
2010-02-17
Formatting whitespace.
nyamatongwe
1
-2
/
+2
2007-07-26
Resetting correctly.
nyamatongwe
1
-0
/
+1
2007-07-26
Fixed bug when ShowAll called where linesInDocument was always reset to 1
nyamatongwe
1
-1
/
+2
2007-07-25
Changed ContractionState data structure to be more efficient by not only
nyamatongwe
1
-195
/
+151
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+4
2006-12-31
Fixed folding slowness when pasting a large amount of text on an empty line. ...
nyamatongwe
1
-1
/
+1
2006-02-07
Set linesInDisplay to linesInDoc in ShowAll to avoid crashes when
nyamatongwe
1
-0
/
+6
2003-10-16
When lines are deleted, move up line heights.
nyamatongwe
1
-0
/
+1
[next]