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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-16
When the mouse is on the line between margin and text changed to treat as within
rel-3-5-3
Neil
3
-1
/
+10
2015-01-15
LexHex: reorder lexer states after addition of the "unknown record type"
Markus Heidelberg
2
-30
/
+30
2015-01-14
Make Japanese IME work in windowed mode.
Neil Hodgson
1
-1
/
+1
2015-01-14
Preparing for version 3.5.3.
Neil
7
-16
/
+17
2015-01-14
Change log.
Neil
1
-2
/
+4
2015-01-13
fix bug in handling of comments, make some new features conditional on lexer ...
Joe Mueller
1
-19
/
+29
2015-01-13
LexHex S-Record: use the required data field size for some highlighting
Markus Heidelberg
1
-29
/
+75
2015-01-13
LexHex: use SCE_HEX_RECTYPE_UNKNOWN also for Srec and IHex
Markus Heidelberg
1
-4
/
+22
2015-01-13
Using size_t instead of unsigned int for conversions to UTF16 for 64-bit
Neil
4
-22
/
+22
2015-01-11
Change log.
Neil
1
-0
/
+3
2015-01-11
LexHex: add a default case for handling faulty states to all lexers
Markus Heidelberg
1
-0
/
+15
2015-01-11
LexHex: add a new state for garbage data after the record
Markus Heidelberg
3
-8
/
+14
2015-01-11
LexHex Tektronix: use more address field types, not just data address
Markus Heidelberg
1
-8
/
+30
2015-01-11
LexHex: move general helper function up and add a prototype
Markus Heidelberg
1
-17
/
+18
2015-01-11
LexHex Tektronix: use the dedicated helper function for getting the length
Markus Heidelberg
1
-1
/
+2
2015-01-11
LexHex Tektronix: fix whitespace issues and remove unused leftover code
Markus Heidelberg
1
-11
/
+14
2015-01-11
LexHex: rename Tektronix extended HEX lexer from "thex" to "tehex"
Markus Heidelberg
4
-19
/
+19
2015-01-11
Support removed for Windows 95, 98, and ME.
Neil
4
-94
/
+25
2015-01-10
On Windows GDI, assume font names are encoded in UTF-8 and use wide character
Neil
4
-17
/
+30
2015-01-09
Bug [#1679]. Extra warning.
Neil
1
-0
/
+1
2015-01-08
Feature [feature-requests:#1096]. Lexer added for Tektronix extended hex files.
Neil
5
-1
/
+212
2015-01-07
Suppress new warning in cppcheck 1.68 in a lexer.
Neil
1
-0
/
+1
2015-01-07
Hide files created by Visual Studio Analyze.
Neil
1
-0
/
+1
2015-01-06
attempt to fix compile errors with different versions of g++ caused by missin...
Joe Mueller
1
-4
/
+5
2015-01-06
modify LexVerilog.cxx to support coloring of inactive code due to preprocesso...
Joe Mueller
1
-142
/
+652
2015-01-07
Avoid warning from cppcheck about leaking handle.
Neil
1
-0
/
+1
2015-01-05
Allocate is only called when no handle in constructor so assert that to avoid
Neil
1
-0
/
+1
2015-01-05
Check for non-NULL render target and avoid Coverity warning.
Neil
1
-1
/
+1
2015-01-05
Change log.
Neil
1
-1
/
+2
2015-01-05
Add folding support for Intel HEX files
Markus Heidelberg
1
-3
/
+57
2015-01-03
Change log.
Neil
1
-0
/
+4
2015-01-02
Use gtk_clipboard_request_contents() instead of gtk_selection_convert() for p...
Jiří Techet
1
-2
/
+12
2014-12-30
Lexer added for Intel hex files.
Neil
3
-14
/
+21
2014-12-30
Add new lexer for Intel HEX file format
Markus Heidelberg
2
-1
/
+287
2014-12-30
S-Record lexer: reorder lexer states
Markus Heidelberg
1
-6
/
+6
2014-12-30
S-Record lexer: rename states from SCE_SREC_.. to SCE_HEX_..
Markus Heidelberg
2
-55
/
+55
2014-12-30
S-Record lexer: extract reusable parts of helper functions
Markus Heidelberg
1
-35
/
+60
2014-12-29
S-Record lexer: fix the description of the maximum data field digit count
Markus Heidelberg
1
-8
/
+8
2014-12-29
S-Record lexer: add future-proof highlighting for unknown record types
Markus Heidelberg
2
-12
/
+16
2014-12-29
S-Record lexer: correctly count the characters of an invalid short line
Markus Heidelberg
1
-8
/
+18
2014-12-27
Change log.
Neil
1
-0
/
+8
2014-12-22
Avoid warning from cppcheck.
Neil
1
-3
/
+2
2014-12-22
Replace function UnicodeFromBytes with UnicodeFromUTF8 as they are exactly the
Neil
3
-15
/
+48
2014-12-20
Don't use bad value after failed call.
Neil
1
-4
/
+8
2014-12-20
Check for failure of SystemParametersInfo.
Neil
1
-8
/
+9
2014-12-17
More natural looping over visual attributes.
Neil
1
-3
/
+3
2014-12-17
Highlights doc comment keywords; has separate styles for input, output, and
Neil
4
-68
/
+151
2014-12-17
Change log.
Neil
1
-0
/
+4
2014-12-12
LexBash: Empty heredoc delimiters can also be indented
Colomban Wendling
1
-1
/
+2
2014-12-12
LexBash: Only tabulations are allowed as prefix with `<<-` heredoc
Colomban Wendling
1
-1
/
+1
[next]