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
/
qt
/
ScintillaEdit
/
WidgetGen.py
Age
Commit message (
Collapse
)
Author
Files
Lines
2022-07-04
Remove ScintillaEditPy from WidgetGen.py as it was removed in Scintilla 5.1.5.
Neil
1
-20
/
+3
2021-03-23
Add colouralpha type to iface.
Neil
1
-1
/
+2
2020-04-17
Update Python versions for files that may involve PySide on Linux which requires
Neil
1
-1
/
+1
Python 2 still. On Windows, Python3 is used.
2019-06-18
Feature [feature-requests:#1297] 6: Support enumerated types in APIs.
Neil
1
-3
/
+8
2019-06-18
Feature [feature-requests:#1297] 3: Add pointer type to WidgetGen.py.
Neil
1
-1
/
+2
2019-06-18
Feature [feature-requests:#1297] 2: Add line type to WidgetGen.py
Neil
1
-1
/
+2
2015-11-20
Remove line end whitespace.
Neil
1
-3
/
+3
2014-08-06
Feature [feature-requests:#1065]. Add SCI_* for methods to ↵
Neil
1
-0
/
+2
ScintillaConstants.py.
2013-09-20
Switch parameter type to sptr_t to avoid problems with negative numbers like
Unknown
1
-3
/
+3
INVALID_POSITION=-1. From John Ehresman.
2013-08-07
Bindings in ScintillaEdit made to work on 64-bit Unix systems.
Unknown
1
-1
/
+9
2013-07-01
Move non-platform-specific scripts into the scripts directory.
Neil
1
-75
/
+44
Use FileGenerator module for file generation instead of code in each script.
2012-07-16
Clean up more generated files when run with --clean.
Neil Hodgson
1
-0
/
+7
2012-05-17
Qt platform layer added. Based on an implementation from Jason Haslam
nyamatongwe
1
-0
/
+275
at Scientific Toolworks, Inc. with additions performed for Wingware.