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
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-19
Feature [feature-requests:#1455] Implement GetStyledTextFull as a 64-bit safe
Neil
2
-0
/
+19
2022-10-04
Feature [feature-requests:#1453] Added SCI_STYLESETINVISIBLEREPRESENTATION to
Ferdinand Oeinck
1
-0
/
+8
2022-09-20
Some simple tests for change history.
Neil
1
-0
/
+26
2022-09-17
Exit earlier when Scintilla not found - it was continuing and displaying many
Neil
1
-11
/
+11
2022-09-02
Add PixelAlignCeil and call PixelAlign* to avoid repeated code.
Markus Nißl
1
-0
/
+13
2022-07-31
Added change history which can display document changes (modified, saved, ...)
Neil
5
-13
/
+612
2022-07-29
Apply rule-of-zero to delete standard methods where possible as handled by
Neil
5
-0
/
+186
2022-07-29
Use SplitVector directly instead of throughSplitVectorWithRangeAdd which was
Neil
1
-23
/
+0
2022-07-29
Add growSize argument to SplitVector constructor with default value so can be
Neil
1
-4
/
+2
2022-07-28
Call Check to ensure in consistent state.
Neil
1
-0
/
+9
2022-07-24
Bug [#2340] Simplify expand all folds. Speed up expand line a little.
Zufu Liu
1
-0
/
+22
2022-07-22
Move EditView::hideSelection to (inverted) SelectionAppearance::visible so that
Neil
1
-0
/
+7
2022-07-20
Implement PositionNext to iterate. Simpler than IndexAfter for client code which
Neil
1
-0
/
+14
2022-07-20
Add DeleteAll method as quick way to clear everything.
Neil
1
-0
/
+3
2022-07-20
Check IndexAfter at end.
Neil
1
-0
/
+1
2022-07-20
Fix setting end element empty.
Neil
1
-0
/
+4
2022-07-17
Feature [feature-requests:#1441] Line state optimized to avoid excess allocat...
Zufu Liu
1
-6
/
+6
2022-07-17
Feature [feature-requests:#1442] Added PerLine tests for LineMarkers and
Zufu Liu
1
-0
/
+70
2022-07-04
Feature [feature-requests:#1442] Faster build with multiprocessing option.
Zufu Liu
1
-1
/
+1
2022-05-17
Duplicate APIs to support 64-bit document positions on Win32:
Neil
2
-0
/
+53
2022-04-08
Feature [feature-requests:#1389] Initialize CaseFolderTable to ASCII so
Neil
1
-2
/
+0
2022-03-15
Feature [feature-requests:#1431] Add SCI_GETSTYLEINDEXAT API to return styles
Neil
1
-3
/
+6
2022-02-10
Replace "OS X' with "macOS".
Neil
2
-5
/
+5
2021-11-13
Bug [#2294] Fix assertion failure with autocompletion list when order is
Neil
1
-0
/
+40
2021-11-12
Remove XiteQt.py as ScintillaEditPy is no longer included in Scintilla
Neil
4
-118
/
+4
2021-11-12
Change SCI_GETTEXT, SCI_GETSELTEXT, and SCI_GETCURLINE to be more consistent
Neil
1
-1
/
+1
2021-10-21
Feature [feature-requests:#1417] Use backward iteration to find space / control
Zufu Liu
1
-0
/
+117
2021-10-17
Update Catch2 to 2.13.7 so that it works on Ubuntu 21.10.
Neil
1
-175
/
+253
2021-10-03
Feature [feature-requests:#1417] Add DEL (0x7F) to set of space characters.
Neil
2
-7
/
+4
2021-09-23
Fix comment.
rel-5-1-2
Neil
1
-1
/
+1
2021-09-15
Move colour mixing implementations into implementation file.
Neil
4
-0
/
+236
2021-09-02
Bug [#2281] Fix crash with too many subexpressions in regular expression search
Neil
1
-0
/
+22
2021-08-25
Allow SCI_HIDELINES to hide the first line or all lines.
Neil
1
-0
/
+15
2021-08-24
Remove line end white space.
Neil
4
-14
/
+14
2021-08-24
Feature [feature-requests:#841] SCI_SETCARETLINEHIGHLIGHTSUBLINE enables
Zufu Liu
1
-0
/
+8
2021-07-31
Implement StyleSetCheckMonospaced.
Neil
1
-0
/
+5
2021-07-20
Add OPTIMIZATION variable so caller can choose optimization level.
Neil
2
-3
/
+7
2021-07-17
Fix minor inconsistency with word searching results at start and end of document
Neil
1
-0
/
+8
2021-07-17
Extract word edge detection to prepare for fixing bug.
Neil
1
-0
/
+23
2021-07-16
Feature [feature-requests:#1381] Fix position returned when in 2nd segment.
Neil
1
-0
/
+19
2021-07-14
Feature [feature-requests:#1408] More accurate handling of invalid DBCS byte
Neil
1
-6
/
+51
2021-07-05
Feature [feature-requests:#1408] Check both bytes of potential DBCS character
Zufu Liu
1
-7
/
+60
2021-07-12
Add support for benchmarks and Russian text in the unit tests.
Neil
1
-0
/
+31
2021-07-11
Add search tests with different encodings, case-matching options, and directi...
Neil
1
-4
/
+189
2021-07-11
Avoid some incorrect compiler warnings for out-of-bounds access by providing
Neil
1
-3
/
+3
2021-07-03
Feature [feature-requests:#1408] Simplify code, remove IsDBCSTrailByteInvalid.
Zufu Liu
1
-11
/
+0
2021-07-03
Feature [feature-requests:#1408] Use positive IsDBCSTrailByteNoExcept function
Zufu Liu
1
-0
/
+12
2021-07-02
Feature [feature-requests:#1408] Treat valid DBCS lead byte followed by invalid
Zufu Liu
1
-0
/
+20
2021-07-01
Add searching test cases for multi-byte encoding
Neil
4
-11
/
+61
2021-06-25
Feature [feature-requests:#1400] Set buffering when technology set.
Zufu Liu
1
-0
/
+26
[next]