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
/
test
/
ScintillaCallable.py
Age
Commit message (
Collapse
)
Author
Files
Lines
2023-03-15
Fix some warnings from ruff.
Neil
1
-4
/
+4
2022-10-19
Feature [feature-requests:#1455] Implement GetStyledTextFull as a 64-bit safe
Neil
1
-0
/
+10
version of GetStyledText.
2022-05-17
Duplicate APIs to support 64-bit document positions on Win32:
Neil
1
-0
/
+36
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
2021-05-12
Allow property-style access to colour and colouralpha APIs.
Neil
1
-3
/
+7
2019-06-18
Feature [feature-requests:#1297] 6: Support enumerated types in APIs.
Neil
1
-2
/
+6
2019-06-18
Feature [feature-requests:#1297] 3: Add pointer type to ScintillaCallable.py.
Neil
1
-1
/
+1
2019-06-18
Feature [feature-requests:#1297] 2: Add line type to ScintillaCallable.py.
Neil
1
-2
/
+2
2017-06-09
Use 64-bit safe type for return from Scintilla.
Neil
1
-2
/
+2
Allows pointer returning methods like GetRangePointer to work in 64-bit code.
2015-11-20
Remove line end whitespace.
Neil
1
-1
/
+1
2013-07-07
First argument to SetText is not used so was difficult to set a text ↵
Neil
1
-0
/
+5
containing NUL. Add SetContents to make it easier to setup test cases.
2013-07-05
Implemented tests for Qt on Linux.
Neil
1
-0
/
+154