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
2020-08-25
Backport: Move SCI_MULTIEDGEADDLINE impleemntation into ViewStyle as it is to...
Neil
1
-12
/
+4
2020-09-09
Backport: Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.
mitchell
1
-4
/
+21
2020-08-11
Backport: Bug [#2193]. Fixed bug where hovered indicator was not returning to...
uhf7
1
-0
/
+1
2020-08-04
Backport: Bounds checking for SetSelectionN* APIs.
Mitchell Foral
1
-0
/
+3
2020-08-03
Backport: Use const. Use separate lines for variable declarations.
Neil
1
-3
/
+5
2020-08-03
Backport: Bug [#2193]. Fixed bug where hovered indicator was not returning to...
uhf7
1
-0
/
+2
2020-07-16
Backport: Make WrapMode an enum class for more type safety.
Neil
1
-4
/
+4
2020-07-16
Backport: Rename validLevel to ValidLevel and make an enum class.
Neil
1
-4
/
+4
2020-07-16
Backport: Make AddNumber an enum class for more type safety.
Neil
1
-3
/
+3
2020-07-16
Backport: Use enum class for selectionUnit (previously selectionType) for mor...
Neil
1
-31
/
+31
2020-07-16
Backport: Add some const, constexpr.
Neil
1
-1
/
+1
2020-07-15
Backport: Feature [feature-requests:1368]. Add BraceMatchNext API.
Zufu Liu
1
-1
/
+4
2020-07-11
Backport: Feature [feature-requests:1369]. Represent DEL control character 0x...
Zufu Liu
1
-0
/
+1
2020-06-17
Backport: Feature [feature-requests:1361]. Allow caret width to be up to 20 p...
Neil
1
-1
/
+1
2020-06-12
Backport: Bug [#2141]. Implement end of line annotations.
Prakash Sahni
1
-0
/
+50
2020-06-10
Backport: Feature [feature-requests:1355]. Round instead of truncating for SC...
Neil
1
-2
/
+2
2020-04-08
Backport: Feature [feature-requests:1344]. Add methods for iterating through ...
Iain Clarke
1
-0
/
+6
2020-04-05
Backport: Perform autoscroll when mouse on pixel just below window.
Mitchell Foral
1
-1
/
+1
2020-03-26
Backport: Fix spelling mistakes.
Neil
1
-4
/
+4
2020-02-29
Backport: Add const and noexcept where they make sense.
Neil
1
-4
/
+4
2020-02-27
Backport: Feature [feature-requests:497] Structure caret policy data and pass...
Neil
1
-62
/
+50
2020-02-21
Backport: Feature [feature-requests:497] Automatically scroll while dragging ...
McLoo
1
-0
/
+14
2020-02-15
Backport: Bug [#2138]. Potential fix to Direct2D crash when updating driver.
Mat Berchtold
1
-1
/
+7
2020-01-05
Added Sci::make_unique() and Sci::size() for better compatibility with the de...
mitchell
1
-4
/
+3
2019-11-15
Backport: Feature [feature-requests:#1316] Allow target to have virtual space.
Neil
1
-38
/
+54
2019-11-15
Backport: Feature [feature-requests:#1316] Add access to virtual space at sta...
Neil
1
-0
/
+6
2019-11-03
Backport: Bug [#2130]. Setting rectangular selection made faster by reusing s...
Neil
1
-1
/
+4
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
[next]