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
/
Editor.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-22
disable automatic scrolling and choosing the X that caret sticks to
Robin Haberkorn
1
-1
/
+7
2025-08-22
commented out Editor::SetRepresentations()
Robin Haberkorn
1
-1
/
+1
2025-06-26
Fix some typos and indentation.
Neil
1
-1
/
+1
2025-06-01
Add SCI_SCROLLVERTICAL API.
Neil
1
-3
/
+31
2025-05-29
Recreate all pixmaps if any null as this may better handle cases where some
Neil
1
-8
/
+4
2025-05-28
Bug [#2481]. Refresh pixmaps later inside Paint so non-null when dereferenced in
Neil
1
-3
/
+2
2025-05-24
Remove line end space.
Zufu Liu
1
-1
/
+1
2025-05-03
Use noexcept, emplace_back, avoid a cast, and simplify code.
Neil
1
-7
/
+8
2025-05-03
Remove else after return when that clarifies code.
Neil
1
-61
/
+42
2025-04-18
Control restoring vertical scroll position for undo with
Neil
1
-3
/
+5
2025-04-03
Turn on type conversion warnings for GCC and fix them.
Neil
1
-8
/
+8
2025-03-06
Move static functions and variables into unnamed namespace and use constexpr.
Neil
1
-14
/
+18
2025-02-25
Bug [#2463]. Disallow case changes if the range contains protected text
Joachim Mairboeck
1
-1
/
+1
2025-02-07
Add vertical scroll position into undo selection history unconditionally.
Neil
1
-5
/
+6
2025-02-05
Use new SelectionSegment constructor and SelectionRange::AsSegment to simplify
Neil
1
-2
/
+2
2025-02-04
Ensure undo selection history for view is deleted when view destroyed or
Neil
1
-1
/
+1
2025-02-01
Serialize selection type and ranges with SCI_GETSELECTIONSERIALIZED and
Neil
1
-0
/
+18
2025-02-01
Use string form for selection undo history as it saves significant space.
Neil
1
-9
/
+8
2025-02-01
Reconnect to document's undo selection history after switching documents when
Neil
1
-0
/
+1
2025-01-25
Bug [#1224]. Use enum for undo selection history and make API names more
Neil
1
-6
/
+7
2025-01-22
Bug [#1224]. Remember selection in undo history. SCI_SETSELECTIONUNDOHISTORY.
Neil
1
-7
/
+91
2024-11-24
Bug [#2457]. Fix moving line down to empty final line and moving empty final
pawelzwronek
1
-3
/
+7
2024-12-02
Optimize calculating lines of range to redraw when whole range is on one line.
Neil
1
-4
/
+8
2024-11-25
Bug [#2456]. Fix wrapping removed lines.
Pawel Z Wronek
1
-0
/
+6
2024-09-02
Hoist some common code into methods.
Neil
1
-37
/
+25
2024-08-15
Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.
Neil
1
-0
/
+7
2024-08-09
Simplify code that sets an empty selection at a position.
Neil
1
-4
/
+2
2024-07-31
Feature [feature-requests:#1524]. Add SCI_LINEINDENT and SCI_LINEDEDENT.
Martijn Laan
1
-5
/
+11
2024-07-28
Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and its
Neil
1
-0
/
+3
2024-07-27
Feature [feature-requests:#1530]. SCI_SETCOPYSEPARATOR sets string to separate
Neil
1
-4
/
+13
2024-07-15
Simplify line-end insertions and conversions.
Neil
1
-9
/
+3
2024-07-10
Bug [#2443]. Fix flickering cursor after some mouse action sequences.
Neil
1
-1
/
+6
2024-06-20
Feature [feature-requests:#1518]. Cherry pick SCI_CUTALLOWLINE from isscint.
Martijn Laan
1
-17
/
+50
2024-06-11
Feature [feature-requests:#1517]. Increase maximum zoom set interactively to +60
Neil
1
-1
/
+1
2024-06-10
Simplify SetZoom by calling SetAppearance to do the check if changed sequence.
Neil
1
-8
/
+4
2024-05-16
Feature [feature-requests:#1516]. Access SpecialRepresentations through a
Zufu Liu
1
-8
/
+8
2024-03-14
Add ColourRGBA::Grey constructing method to simplify use of grey-scale colours.
Neil
1
-1
/
+2
2024-03-08
Reformat with astyle.
Neil
1
-1
/
+1
2024-02-16
Implement detach point access with SCI_SETUNDODETACH and SCI_GETUNDODETACH.
Neil
1
-4
/
+11
2024-02-15
Avoid reinterpret_cast and add const.
Neil
1
-4
/
+13
2024-02-09
Implement API to read and write undo history from applications.
Neil
1
-0
/
+43
2023-12-23
Add break to avoid warning from Visual Studio code analysis.
rel-5-4-1
Neil
1
-1
/
+1
2023-12-20
Add IDocumentEditable interface for efficient interaction with document objects.
Neil
1
-5
/
+9
2023-12-15
Bug [#2289]. Protect SCI_REPLACETARGET* from application changing target in
Neil
1
-9
/
+19
2023-11-24
Feature [feature-requests:#1502] Simplify FlagSet expressions.
Zufu Liu
1
-7
/
+7
2023-11-06
Ctrl-click on a selection deselects it in multiple selection mode.
Neil
1
-2
/
+16
2023-11-06
Simplify variable flow in ButtonDownWithModifiers and enforce with const to make
Neil
1
-12
/
+11
2023-11-06
Mouse capture and automatic scrolling are always started and stopped together so
Neil
1
-12
/
+15
2023-11-06
Extract DropSelection into a method so it can be reused.
Neil
1
-3
/
+7
2023-11-05
Add SCI_SELECTIONFROMPOINT for modifying multiple selections.
Neil
1
-0
/
+25
[next]