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
/
lexilla
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-19
Update version.
Neil
1
-2
/
+2
2020-05-19
Use pathlib in generator scripts.
Neil
1
-13
/
+14
2020-05-17
On Unix call shared object liblexilla instead of lexilla to match platform
Neil
3
-4
/
+6
2020-05-11
Set calling convention to stdcall to match clients and old DLL lexers and
Neil
3
-5
/
+12
2020-05-11
Support Windows XP.
Neil
1
-1
/
+15
2020-05-05
Fixed bug where a single character line with a single character line end
Yury Dubinsky
2
-0
/
+10
2020-05-01
Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC 9.0 like
Neil
3
-0
/
+11
2020-04-30
Add a script to make it easier to test lexers on Unix.
Neil
1
-0
/
+7
2020-04-30
Bug [#2019]. Fix buffer over-read with absolute reference.
Zufu Liu
2
-0
/
+32
2020-04-30
Fix line ends on example files.
Neil
3
-188
/
+188
2020-04-30
Add tests for mmixal lexer.
Neil
5
-0
/
+176
2020-04-30
Add tests for errorlist lexer.
Neil
3
-0
/
+208
2020-04-23
Updates for 4.3.3.
rel-4-3-3
Neil
1
-1
/
+1
2020-04-17
Update Python versions. Modules that are only used as top level scripts or from
Neil
1
-1
/
+4
2020-04-17
Making dependencies now requires Python 3.6+.
Neil
5
-7
/
+9
2020-04-16
Remove dead code.
Neil
1
-7
/
+0
2020-04-13
Add test that illustrates all Python styles.
Neil
3
-0
/
+127
2020-04-13
Fix inverted test.
Neil
1
-1
/
+1
2020-04-13
Add test for differing styles between \r and \n.
Neil
1
-0
/
+46
2020-04-13
Hide implementation of EscapeSequence and use const. Add tests for escape
Neil
2
-0
/
+14
2020-04-13
Replace islower function and add tests for JavaScript regular expressions.
Neil
3
-3
/
+12
2020-04-07
Bug [#1624]. Fix brace styling in Batch lexer so that brace matching works.
Yury Dubinsky
3
-7
/
+23
2020-04-06
Bug [#2164]. Change line comments to terminate at next line start.
Neil
2
-272
/
+272
2020-03-26
Add Visual C++ project files for Lexilla.DLL and Scintilla.DLL with no lexers.
Neil
1
-0
/
+165
2020-03-06
Readying 4.3.1 release.
rel-4-3-2
Neil
1
-1
/
+1
2020-03-01
Readying 4.3.1 release.
rel-4-3-1
Neil
2
-3
/
+3
2020-02-03
Bug [#2143]. Add test case for comment start in number.
Neil
2
-0
/
+22
2020-02-03
Add batch file to test lexers.
Neil
1
-0
/
+7
2020-02-03
Bug [#2139]. Add test case for compound decorator.
Neil
4
-12
/
+17
2020-01-26
Add version information resource to Lexilla.DLL on Win32.
Neil
5
-6
/
+65
2020-01-22
Adding test for makefile lexer.
Neil
3
-0
/
+33
2020-01-18
Adding test for batch lexer.
Neil
3
-0
/
+55
2020-01-04
Feature [feature-requests:#1328] Handle CRLF in SCE_RAKU_COMMENTLINEs and
Mark Reay
1
-4
/
+4
2020-01-03
Added Raku lexer and style properties and example files
Mark Reay
7
-0
/
+252
2020-01-04
Implement negative relative positions in GetRelativePosition.
Neil
1
-2
/
+26
2020-01-04
Add lexilla/src to include directories to find "Lexilla.h".
Neil
1
-4
/
+4
2019-12-14
Lexilla tests.
Neil
39
-0
/
+1259
2019-12-22
Lexilla testing framework.
Neil
9
-0
/
+913
2019-12-22
Define ILexer5 with methods for retrieving name, ID, and property values.
Neil
2
-2
/
+2
2019-12-13
Lexilla implemented as loadable lexer.
Neil
9
-0
/
+3820