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
/
win32
/
scintilla.mak
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-08
Backport: Create static library libscintilla.a or libscintilla.lib on Windows.
Neil
1
-12
/
+17
2018-03-06
Backport: Feature [feature-requests:#1210]. Maxima lexer added.
Gunter Königsmann
1
-0
/
+3
2017-06-22
Backport: Add a DefaultLexer class which lexers can subclass if they want rea...
Neil
1
-0
/
+1
2017-06-12
Backport: Removed unused functions and methods from Platform.h.
Neil
1
-0
/
+1
2018-03-11
Added optional Lua lexer support.
mitchell
1
-0
/
+3
2017-05-21
Use UniqueString to simplify FontNames.
Neil
1
-3
/
+1
2017-05-21
Make SparseVector work with move-only types.
Neil
1
-0
/
+11
2017-03-09
Drop support for Windows NT 4 by statically linking to system APIs that are
Neil
1
-1
/
+1
2017-03-06
New "indent" lexer styled as plain text but folded by indentation level.
Vicente
1
-0
/
+3
2016-12-09
Drop language compliance flags that have become default.
Neil
1
-1
/
+1
2016-12-01
Updating make dependencies.
Neil
1
-2
/
+6
2016-11-25
Feature [feature-requests:#1166]. EDIFACT lexer and folder added.
Iain Clarke
1
-0
/
+3
2016-10-18
Avoid linker warning on Windows.
Neil
1
-1
/
+1
2016-09-30
Enable SplitVector to store objects by using std::copy to copy elements instead
Neil
1
-1
/
+1
2016-09-10
Expose NO_CXX11_REGEX in Win32 makefiles.
Neil
1
-2
/
+2
2016-03-20
Feature [feature-requests:#1140]. JSON lexer added.
nkmathew
1
-0
/
+3
2016-02-24
Bug [#1813]. Unmangle exported Scintilla_DirectFunction.
Neil
1
-2
/
+2
2015-12-16
Don't use .DEF file as it is not needed.
Neil
1
-2
/
+2
2015-09-22
Support using Visual C++ 2015 to target Windows XP.
Neil
1
-2
/
+7
2015-07-30
Updated header dependencies to include Sci_Position.h and Position.h.
Neil
1
-2
/
+60
2015-07-14
Split LexOthers.cxx into separate files for each lexer: LexBatch, LexDiff,
Neil
1
-3
/
+18
2015-03-13
Bug [#1701]. Turn on _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES.
Neil
1
-1
/
+2
2015-02-22
Implement VK_HANJA for Korean on Windows.
Neil
1
-4
/
+10
2015-02-11
Add the OLEAUT32 library as it will be needed for BSTR support.
Neil
1
-1
/
+1
2014-12-09
Feature [feature-requests:#1091]. Lexer for Motorola S-Record.
Neil
1
-0
/
+3
2014-10-02
Allow using C++11 <regex> for searches as a provisional feature.
Neil
1
-0
/
+4
2014-09-03
Feature [feature-requests:#1071]. BibTeX lexer added.
Neil
1
-0
/
+3
2014-08-09
Added lexer for registry files.
Neil
1
-0
/
+3
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
1
-147
/
+537
2014-05-31
Use standard macro of C++ compiler CXX. Remove definitions that are not needed.
Neil
1
-10
/
+8
2014-05-31
Don't repeat file names that are used for both Scintilla.DLL and SciLexer.DLL.
Neil
1
-31
/
+9
2014-04-29
Feature [feature-requests:#1049]. Lexer added for DMIS, a language for coordi...
Neil
1
-0
/
+3
2013-10-18
Feature [feature-requests:#1026]. DMAP lexer added.
Neil
1
-0
/
+3
2013-10-08
Feature [feature-requests:#1024]. Lexer added for Rust language.
Neil
1
-0
/
+3
2013-08-21
Feature: [feature-requests:#1008]. Lexer added for KVIrc script.
Neil
1
-0
/
+3
2013-08-09
Update make dependencies.
Neil
1
-80
/
+105
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
1
-6
/
+19
2013-07-01
Added CharacterCategory.
Neil
1
-0
/
+4
2013-05-23
Feature: [feature-requests:#959]. Added lexer and folder for Structured Text ...
nyamatongwe
1
-0
/
+3
2013-05-01
Removed SVector.h and all references as it is no longer used.
nyamatongwe
1
-10
/
+10
2013-01-11
Feature: [#970]. Latex folding and better syntax highlighting.
nyamatongwe
1
-0
/
+3
2012-09-13
Move PO lexer out of LexOthers
Colomban Wendling
1
-0
/
+3
2012-07-17
Refine checking for Direct2D and DirectWrite by using NTDDI_WIN7 to indicate
nyamatongwe
1
-0
/
+5
2012-05-10
Lexer added for Visual Prolog. Feature #3523018.
nyamatongwe
1
-0
/
+3
2012-05-09
OScript lexer by Ferdinand Prantl added. Feature #3523018.
nyamatongwe
1
-0
/
+3
2012-04-02
Turn on multi-process compilation.
nyamatongwe
1
-2
/
+1
2012-02-18
Lexer added for ECL language. Feature #3488209.
nyamatongwe
1
-0
/
+3
2012-01-23
Lexer for AviSynth from Bruno Barbieri. Feature #3475611.
nyamatongwe
1
-0
/
+3
2011-12-22
Lexer for the Take Command / TCC scripting language. Feature #3462462.
nyamatongwe
1
-0
/
+3
2011-11-29
Feature #3436256. Lexer for CoffeeScript from Eric Promislow
nyamatongwe
1
-0
/
+3
[next]