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
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2015-06-02
Provide downloads from scintilla.org to avoid degradation of SourceForge.
Neil
1
-2
/
+2
2015-02-22
Implement VK_HANJA for Korean on Windows.
Neil
1
-0
/
+1
2015-02-02
Added <deque> to order.
Neil
1
-0
/
+1
2014-12-08
Avoid warnings from clang about calling abs with float arguments.
Neil
1
-0
/
+1
2014-10-02
Allow using C++11 <regex> for searches as a provisional feature.
Neil
1
-0
/
+1
2014-07-23
Add PerLine.h to the header order.
Neil
1
-0
/
+1
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
1
-0
/
+3
2014-05-24
Header include statements are now in a standardised order with that order
Neil
1
-0
/
+128
2014-04-17
Fix Python 3.x compatibility.
Neil
1
-4
/
+7
2014-03-18
Extact credits from hsitory page with code.
Neil
1
-0
/
+29
2014-02-05
Fix to work when there are no provisional features.
Neil
1
-1
/
+4
2014-01-14
Make HFacer callable from other Python code and call it from LexGen so
Neil
2
-14
/
+19
2014-01-01
Specify minimum Python version for scripts.
Neil
2
-0
/
+2
2013-12-16
Add code for finding unsued values but leave commented out.
Neil
1
-1
/
+7
2013-08-01
Bug [#1506]. In some locales Visual C++ fails with UTF-8 in string literals.
Neil
1
-1
/
+4
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
1
-0
/
+122
2013-07-03
Restructured LexGen.py by moving discovery code into ScintillaData.py and
Neil
5
-242
/
+243
2013-07-01
Added CharacterCategory.
Neil
1
-0
/
+35
2013-07-01
Move non-platform-specific scripts into the scripts directory.
Neil
3
-0
/
+418
2013-07-01
Refactoring Python scripts into scripts directory.
Neil
1
-0
/
+150