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
/
simpleTests.py
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-01
Serialize selection type and ranges with SCI_GETSELECTIONSERIALIZED and
Neil
1
-0
/
+33
2024-07-28
Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and its
Neil
1
-0
/
+19
2024-07-27
Feature [feature-requests:#1530]. SCI_SETCOPYSEPARATOR sets string to separate
Neil
1
-3
/
+16
2024-07-15
Add copy and paste tests for rectangular- and multiple-selection and line-end
Neil
1
-0
/
+47
2024-07-03
Feature [feature-requests:#1523]. SCI_AUTOCSETSTYLE sets autocompletion font.
Martijn Laan
1
-0
/
+4
2024-06-20
Feature [feature-requests:#1518]. Cherry pick SCI_CUTALLOWLINE from isscint.
Martijn Laan
1
-0
/
+13
2024-03-08
Bug [#2403]. Add SC_AUTOCOMPLETE_SELECT_FIRST_ITEM.
Jiří Techet
1
-0
/
+22
2024-02-09
Implement API to read and write undo history from applications.
Neil
1
-0
/
+76
2023-11-05
Add SCI_SELECTIONFROMPOINT for modifying multiple selections.
Neil
1
-3
/
+36
2023-11-05
Add SCI_CHANGESELECTIONMODE to simplify selection mode manipulation.
Neil
1
-22
/
+25
2023-11-05
Add SCI_SETMOVEEXTENDSSELECTION to simplify selection mode manipulation.
Neil
1
-0
/
+19
2023-11-05
Extract selectionRepresentation so it can be used in other test classes.
Neil
1
-9
/
+10
2023-10-29
Bug [#2078]. Fix rectangular selections with SCI_MOVESELECTEDLINESUP and
Neil
1
-0
/
+14
2023-10-26
Add test for VCHome method.
Neil
1
-0
/
+11
2023-10-26
Use raw strings and extra escapes to fix "SyntaxWarning: invalid escape seque...
Neil
1
-10
/
+10
2023-10-26
Update unittest method names to work with Python 3.12.
Neil
1
-1028
/
+1028
2023-06-25
Strip line end white-space.
Neil
1
-2
/
+2
2023-03-15
Fix some warnings from ruff.
Neil
1
-5
/
+8
2023-01-12
Feature [feature-requests:#1474] Simplify with InsertString(string_view).
Zufu Liu
1
-0
/
+11
2023-01-12
Feature [feature-requests:#1474] Move EOL string function to Document and return
Zufu Liu
1
-0
/
+75
2023-01-10
Bug [#2372]. Fix SCI_LINESJOIN bug where carriage returns were incorrectly
Zufu Liu
1
-0
/
+43
2022-11-28
Bug [#2363]. Change 'paragraph up' commands SCI_PARAUP and SCI_PARAUPEXTEND to
Michael Heath
1
-0
/
+40
2022-11-22
Add SCI_REPLACETARGETMINIMAL to change text without causing unchanged prefix and
Neil
1
-0
/
+39
2022-10-19
Feature [feature-requests:#1455] Implement GetStyledTextFull as a 64-bit safe
Neil
1
-0
/
+9
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-07-22
Move EditView::hideSelection to (inverted) SelectionAppearance::visible so that
Neil
1
-0
/
+7
2022-05-17
Duplicate APIs to support 64-bit document positions on Win32:
Neil
1
-0
/
+17
2022-03-15
Feature [feature-requests:#1431] Add SCI_GETSTYLEINDEXAT API to return styles
Neil
1
-3
/
+6
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
1
-4
/
+1
2021-11-12
Change SCI_GETTEXT, SCI_GETSELTEXT, and SCI_GETCURLINE to be more consistent
Neil
1
-1
/
+1
2021-10-03
Feature [feature-requests:#1417] Add DEL (0x7F) to set of space characters.
Neil
1
-6
/
+3
2021-09-02
Bug [#2281] Fix crash with too many subexpressions in regular expression search
Neil
1
-0
/
+22
2021-08-24
Remove line end white space.
Neil
1
-9
/
+9
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-06-25
Feature [feature-requests:#1400] Set buffering when technology set.
Zufu Liu
1
-0
/
+26
2021-06-10
Rename SCI_PASTERECTANGULAR to SCI_REPLACERECTANGULAR as it is inserting text
Neil
1
-2
/
+2
2021-06-09
Add SCI_PASTERECTANGULAR to insert text like a rectangular paste.
Mitchell Foral
1
-0
/
+6
2021-06-03
Add APIs for setting appearance (traditional blob or plain text) and colour of
Neil
1
-0
/
+25
2021-05-30
Fix GetFontQuality. Simplify code that calls FlagSet.
Neil
1
-0
/
+5
2021-05-15
Updated test since setting the alpha of caret line when it hasn't had colour set
Neil
1
-0
/
+1
2021-05-14
Implement SC_LAYER_UNDER_TEXT so that selections, caret lines, and content area
Neil
1
-4
/
+4
2021-05-14
Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE and
Neil
1
-0
/
+32
2021-05-14
Add SCI_MARKERSETLAYER to define layer on which to draw content area markers.
Neil
1
-0
/
+7
2021-05-12
Switch caret line background colour to SC_ELEMENT_CARET_LINE_BACK element and
Neil
1
-16
/
+85
2021-05-11
Add test for SelectionLayer.
Neil
1
-0
/
+6
2021-05-11
Implement SCI_GETELEMENTBASECOLOUR to return the default values for element
Neil
1
-6
/
+22
2021-05-11
Add tests for element APIs. Fix SCI_GETELEMENTCOLOUR to return value including
Neil
1
-0
/
+33
[next]