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
/
lexers
/
LexHex.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-07-17
Update types for Unix LP64 after changes to Sci_Position/Sci_PositionU.
Neil Hodgson
1
-1
/
+3
2015-07-30
Use Sci_Position / Sci_PositionU for variables in lexers that represent
Joe Mueller
1
-74
/
+74
2015-07-25
Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, and
Neil
1
-4
/
+4
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-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
1
-8
/
+12
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
1
-14
/
+14
2015-01-08
Feature [feature-requests:#1096]. Lexer added for Tektronix extended hex files.
Neil
1
-0
/
+203
2015-01-05
Add folding support for Intel HEX files
Markus Heidelberg
1
-3
/
+57
2014-12-30
Add new lexer for Intel HEX file format
Markus Heidelberg
1
-1
/
+282
2014-12-30
S-Record lexer: rename states from SCE_SREC_.. to SCE_HEX_..
Markus Heidelberg
1
-39
/
+39
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
1
-12
/
+14
2014-12-29
S-Record lexer: correctly count the characters of an invalid short line
Markus Heidelberg
1
-8
/
+18
2014-12-09
Feature [feature-requests:#1091]. Lexer for Motorola S-Record.
Neil
1
-0
/
+360