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
/
doc
/
ScintillaDoc.html
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-27
Restore change history to the extent possible when restoring undo history.
Neil
1
-3
/
+5
2024-02-16
Implement detach point access with SCI_SETUNDODETACH and SCI_GETUNDODETACH.
Neil
1
-15
/
+32
2024-02-15
Perform validation of undo state when SCI_SETUNDOCURRENT called, setting status
Neil
1
-3
/
+11
2024-02-09
Implement API to read and write undo history from applications.
Neil
1
-15
/
+103
2023-12-20
Add IDocumentEditable interface for efficient interaction with document objects.
Neil
1
-11
/
+56
2023-11-05
Add SCI_SELECTIONFROMPOINT for modifying multiple selections.
Neil
1
-0
/
+6
2023-11-05
Add SCI_CHANGESELECTIONMODE to simplify selection mode manipulation.
Neil
1
-6
/
+9
2023-11-05
Add SCI_SETMOVEEXTENDSSELECTION to simplify selection mode manipulation.
Neil
1
-3
/
+7
2023-11-01
Split SelectionAndInformation section into Information and Selection sections.
Neil
1
-752
/
+755
2023-11-01
Remove spacing in table of contents to simplify editing.
Neil
1
-47
/
+4
2023-10-30
Remove outdated instructions on changing lexers in Scintilla and they are now in
Neil
1
-19
/
+2
2023-06-25
Strip line end white-space.
Neil
1
-3
/
+3
2023-06-23
Replace numeric character entity "#10003" with "check" for clarity.
Neil
1
-50
/
+50
2023-06-23
Update to IME support matrix showing that Qt now supports Delete Surrounding.
johnsonj
1
-23
/
+23
2023-05-12
Bug [#2240]. Add documentation about IME support.
johnsonj
1
-1
/
+68
2023-04-24
Remove dead links.
Neil
1
-4
/
+0
2023-03-02
Add multithreaded wrap to significantly improve performance of wrapping large
Neil
1
-1
/
+1
2023-01-14
Clarify printing of markers.
John Ehresman
1
-3
/
+4
2022-11-22
Add SCI_REPLACETARGETMINIMAL to change text without causing unchanged prefix and
Neil
1
-6
/
+19
2022-10-26
Add check for validity of 'seealso' links in documentation. Fix 'seelaso' links.
Neil
1
-28
/
+27
2022-10-26
Document SC_AC_SINGLE_CHOICE.
Neil
1
-0
/
+10
2022-10-19
Feature [feature-requests:#1455] Implement GetStyledTextFull as a 64-bit safe
Neil
1
-2
/
+7
2022-10-04
Feature [feature-requests:#1453] Added SCI_STYLESETINVISIBLEREPRESENTATION to
Ferdinand Oeinck
1
-0
/
+11
2022-10-01
Draw SC_MARK_BAR markers underneath other markers as they often cover multiple
Neil
1
-3
/
+6
2022-08-29
Improve explanations of change history. Example image shows all states.
Neil
1
-19
/
+34
2022-08-26
Fix INDICATOR_HISTORY.
rel-5-3-0
Neil
1
-2
/
+2
2022-07-30
Bug [#2340] Add option to contract every level for SCI_FOLDALL called
Zufu Liu
1
-0
/
+6
2022-08-01
Update CheckMentioned.py script to handle ...Full structs.
Neil
1
-1
/
+1
2022-07-31
Add image of change history and explain more.
Neil
1
-2
/
+18
2022-07-31
Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator which are useful for change
Neil
1
-3
/
+14
2022-07-31
Added change history which can display document changes (modified, saved, ...)
Neil
1
-48
/
+195
2022-07-22
Move EditView::hideSelection to (inverted) SelectionAppearance::visible so that
Neil
1
-4
/
+6
2022-07-17
Feature [feature-requests:#1441] Line state optimized to avoid excess allocat...
Zufu Liu
1
-1
/
+3
2022-06-16
Bug [#2336] Drawing selection on SC_LAYER_BASE is not supported in bidirectional
Neil
1
-0
/
+4
2022-05-17
Duplicate APIs to support 64-bit document positions on Win32:
Neil
1
-8
/
+55
2022-03-15
Feature [feature-requests:#1431] Add SCI_GETSTYLEINDEXAT API to return styles
Neil
1
-3
/
+10
2022-02-10
Replace "OS X' with "macOS".
Neil
1
-11
/
+11
2022-02-02
Feature [feature-requests:#1427] Add multithreaded layout which improves
Neil
1
-0
/
+17
2022-02-02
Add Supports::ThreadSafeMeasureWidths for platforms to indicate if they support
Neil
1
-3
/
+14
2021-11-12
Change SCI_GETTEXT, SCI_GETSELTEXT, and SCI_GETCURLINE to be more consistent
Neil
1
-12
/
+12
2021-10-22
Add CARETSTYLE_CURSES to draw more than 1 caret on curses terminal.
Mitchell Foral
1
-2
/
+9
2021-10-21
Mention problem with SCI_CLEARREPRESENTATION for single bytes >= 128.
Zufu Liu
1
-1
/
+3
2021-09-12
Make negative settings for extra ascent and descent safer by ensuring calculated
Neil
1
-1
/
+5
2021-08-25
Allow SCI_HIDELINES to hide the first line or all lines.
Neil
1
-3
/
+2
2021-08-24
Remove line end white space.
Neil
1
-7
/
+7
2021-08-24
Feature [feature-requests:#841] SCI_SETCARETLINEHIGHLIGHTSUBLINE enables
Zufu Liu
1
-0
/
+8
2021-07-31
Implement StyleSetCheckMonospaced.
Neil
1
-0
/
+25
2021-07-30
Remove mentions of "keyword replacement" for SCI_GETPROPERTYEXPANDED,
Neil
1
-20
/
+15
2021-07-29
Add SC_ELEMENT_HIDDEN_LINE to show where lines are hidden.
Neil
1
-0
/
+13
2021-07-29
Add SC_ELEMENT_FOLD_LINE to set the colour of fold lines.
Neil
1
-5
/
+19
[next]