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
sciteco-rel-5-5-8
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
/
Editor.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-05
Backport: Bug [#2118]. Add TabMinimumWidth property to API so applications ca...
Neil
1
-0
/
+7
2019-07-11
Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.
mitchell
1
-6
/
+7
2019-06-22
Backport: Bug [#1924]. Option to allow block carets to trail selection ranges.
Neil
1
-1
/
+1
2019-06-22
Backport: Feature [feature-requests:#1297] Update to use INDICATOR_ instead o...
Neil
1
-18
/
+18
2019-07-11
Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.
mitchell
1
-5
/
+6
2019-05-24
Backport: Support output lengths >2GB for SCI_GETSTYLEDTEXT.
Zufu Liu
1
-2
/
+2
2019-05-24
Backport: Optimize SCI_GETSELTEXT by avoiding per-character calls.
Zufu Liu
1
-4
/
+4
2019-05-24
Backport: Optimize SCI_GETCURLINE by avoiding per-character calls.
Zufu Liu
1
-5
/
+3
2019-05-24
Backport: Optimize SCI_GETLINE by avoiding per-character calls.
Zufu Liu
1
-6
/
+5
2019-05-04
Backport: Bug [#2102]. Allow length argument to be past end of document for S...
Zufu Liu
1
-1
/
+1
2019-05-02
Backport: Optimize SCI_GETTEXT by calling Document::GetCharRange instead of l...
Neil
1
-5
/
+4
2019-04-17
Backport: Bug [#2093]. For DBCS make result of "\x82\xCC" be 0x82CC instead o...
Neil
1
-1
/
+1
2019-04-10
Backport: Bug [#2093]. Fix exception when inserting DBCS text.
Zufu Liu
1
-8
/
+13
2019-04-05
Backport: Feature [feature-requests:#1272]. Add API to set default fold displ...
Neil
1
-0
/
+8
2019-03-31
Backport: Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to match
Zufu Liu
1
-0
/
+3
2019-04-16
Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIM...
mitchell
1
-0
/
+7
2019-03-29
Backport: Include "CharacterCategory.h" in all files that include "Document.h...
Neil
1
-0
/
+1
2019-03-18
Backport: Add some operators to Point to simplify client code.
Neil
1
-12
/
+8
2019-03-31
Backport Avoid hangs in idle styling modes caused by high-priority idle work ...
mitchell
1
-3
/
+7
2019-03-09
Backport: Use constexpr where reasonable and move groups of static functions ...
mitchell
1
-6
/
+14
2019-03-03
Backport: Remove destructor that doesn't need to be defined.
Neil
1
-2
/
+0
2019-03-03
Backport: Use noexcept where reasonable.
Neil
1
-24
/
+24
2019-03-03
Backport: Bug [#2083]. Ensure container notified if Insert pressed when caret...
Neil
1
-0
/
+4
2019-02-10
Backport: Bug [#2078]. Tidying code.
Neil
1
-2
/
+1
2019-02-09
Backport: Bug [#2078]. Fix garbage text from SCI_MOVESELECTEDLINESUP and
Neil
1
-1
/
+5
2019-02-05
Backport: Feature [feature-requests:#1217]. Change API so block just for over...
Zufu Liu
1
-2
/
+2
2019-02-02
Backport: Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.
Zufu Liu
1
-2
/
+2
2019-01-13
Backport: Replace the only use of a function from <cctype> with a Scintilla f...
Neil
1
-1
/
+0
2019-01-06
Backport: Bug [#2068]. Fix some clang-tidy warnings.
Zufu Liu
1
-2
/
+2
2018-11-29
Backport: Notify with SC_UPDATE_SELECTION when user performs a multiple selec...
Neil
1
-0
/
+1
2018-10-17
Backport: Use nullptr and default brace initialisation for some simple cases.
Neil
1
-1
/
+1
2018-10-15
Backport: Set number of lines wrapped in one go to maintain responsiveness an...
Neil
1
-2
/
+12
2018-10-15
Backport: Extract duration measurement damping and clamping into ActionDurati...
Neil
1
-1
/
+1
2018-10-11
Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.
Neil
1
-3
/
+13
2018-10-09
Backport: Improve performance of Editor::RangeText by avoding per-character c...
Neil
1
-3
/
+1
2018-09-29
Backport: Use nullptr when simple.
Neil
1
-6
/
+6
2018-09-29
Backport: Normalize formatting with astyle.
Neil
1
-5
/
+5
2018-09-29
Backport: Remove dead code.
Neil
1
-1
/
+0
2018-09-29
Backport: Bug [#2047]. Avoid processing when SCI_SETZOOM to same value as bef...
Zufu Liu
1
-5
/
+9
2018-07-10
Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ...
Neil
1
-1
/
+27
2018-05-24
Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. Stand...
Neil
1
-12
/
+12
2018-05-25
Backport: Draw invalid bytes in DBCS when detected as blobs in a similar way ...
mitchell
1
-0
/
+11
2018-05-14
Backport: Modernize Platform.h (2) - noexcept, const, constexpr.
Neil
1
-28
/
+28
2018-05-14
Backport: Modernize Platform.h (1) - noexcept, const, standard methods.
Neil
1
-2
/
+1
2018-05-03
Backport: Avoid casts.
Neil
1
-4
/
+4
2018-05-03
Backport: Eliminate XFromPosition overload for Sci::Position as SelectionPosi...
Neil
1
-7
/
+2
2018-05-01
Backport: Bug [#2012]. Use '0' instead of '0l'.
Neil
1
-1
/
+1
2018-04-30
Backport: Feature [feature-requests:#1215]. Use Sci::clamp to shorten code.
Neil
1
-6
/
+1
2018-04-25
Backport: Use set of coercion functions for transforming WndProc parameters i...
Neil
1
-24
/
+20
2018-05-06
Backport: Remove casts that are not needed since sptr_t and Sci::Position are...
mitchell
1
-28
/
+28
[next]