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
/
LexHTML.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-22
Define ILexer5 with methods for retrieving name, ID, and property values.
Neil
1
-4
/
+10
2019-11-17
Feature [feature-requests:#1299] Make work for case sensitive mode.
Zufu Liu
1
-1
/
+2
2019-11-17
Feature [feature-requests:#1320] Fix tag classification when '-' present.
Zufu Liu
1
-1
/
+4
2019-11-02
Feature [feature-requests:#1299] Treat custom tags from HTML5 as known tags.
Zufu Liu
1
-0
/
+14
2019-11-02
Rearrange code to allow more cases.
Neil
1
-1
/
+2
2019-11-02
Format code for space before class.
Zufu Liu
1
-0
/
+1
2019-11-02
Feature [feature-requests:#1320] Fix non-alphabetic characters in unknown tags.
Neil
1
-1
/
+2
2019-10-19
Bug [#2128]. Add fold.xml.at.tag.open option to fold tags at the start of the
Zufu Liu
1
-3
/
+24
2018-05-23
Replace C-style casts with C++ casts. Use const.
Neil
1
-21
/
+21
2018-05-23
Change from function to object lexer. Use string and set types to simplify code.
Neil
1
-212
/
+307
2018-05-22
Move static functions into anonymous namespace and drop "static".
Neil
1
-225
/
+225
2018-04-19
Templatize MakeUpperCase/MakeLowerCase so they work on char/int without casts.
Neil
1
-2
/
+2
2017-10-26
Fix nested Django tags inside a comment breaking highlighting of rest of file.
Stephan Deibel
1
-1
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-07-17
Implement style metadata for some languages.
Neil
1
-2
/
+174
2017-04-15
Use bool literals true and false instead of 1 and 0.
Neil
1
-4
/
+4
2016-08-03
Bug [#1849]: LexHTML: Fix resuming at a script start
Colomban Wendling
1
-0
/
+11
2016-08-03
Bug [#767]: LexHTML: Don't handle XML start inside a JavaScript string
Colomban Wendling
1
-1
/
+1
2016-01-22
Limit the extent of Mako line comments to finish before the line end characters.
John Ehresman
1
-1
/
+1
2015-07-30
Use Sci_Position / Sci_PositionU for variables in lexers that represent
Joe Mueller
1
-36
/
+36
2015-07-25
Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, and
Neil
1
-4
/
+4
2014-07-29
Fixing previous change for mako to be type-safe.
Neil
1
-1
/
+1
2014-07-26
Bug [#1622]. Don't crash with ## comments in Mako.
Neil
1
-1
/
+7
2014-07-16
Bug [#1622]. Don't crash with SGML after a Mako comment.
Neil
1
-1
/
+3
2014-05-24
Removing style byte indicators.
Neil
1
-6
/
+5
2014-04-29
Fix some warnings instead of relying upon #pragma to hide them
Neil
1
-2
/
+2
2014-04-21
Avoid warning about use of bitwise operators on boolean values.
Neil
1
-2
/
+2
2013-12-22
Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which
Neil
1
-8
/
+9
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-6
/
+6
2013-07-26
Avoid a switch fall-through even though it makes no difference to behaviour.
Neil
1
-0
/
+1
2013-07-21
Replace all instances of isascii with Scintilla-specific IsASCII.
Neil
1
-9
/
+9
2013-03-11
Bug [#1412]. Recognise a JavaScript RegExp literal in more situations.
nyamatongwe
1
-5
/
+3
2013-02-23
Bug: [#1447]. Interpret PHP within HTML comments.
nyamatongwe
1
-2
/
+1
2013-02-20
Removed function that is no longer used.
nyamatongwe
1
-5
/
+0
2013-02-20
Bug: [#1447]. Don't interrupt HTML comment for XML Processing Instruction.
nyamatongwe
1
-0
/
+1
2012-08-25
Long XML script tag correctly lexed. Bug #3534190.
nyamatongwe
1
-1
/
+1
2012-07-05
LexHTML: Fix folding of CDATA blocks when fold.html.preprocessor is off
Colomban Wendling
1
-1
/
+1
2012-05-16
Fix signed/unsigned comparison warning.
nyamatongwe
1
-1
/
+1
2012-05-15
Avoid assertion failure at end of PHP document.
nyamatongwe
1
-1
/
+2
2012-04-21
Fix problem where PHP sequence stops backtracking to tag start. Bug #3520027.
nyamatongwe
1
-3
/
+4
2012-04-21
Fix problem with JavaScript /*/ which starts a comment. Bug #3520032.
nyamatongwe
1
-0
/
+4
2012-02-16
Avoid switching to PHP in XML unless explicit. Bug #3488060.
nyamatongwe
1
-1
/
+1
2011-12-28
Fold only and all empty HTML tags
Unknown
1
-7
/
+8
2011-08-03
Fixed 64-bit warnings.
nyamatongwe
1
-6
/
+6
2011-06-24
Support for new Mako block syntax. Feature #3325178.
nyamatongwe
1
-10
/
+20
2011-06-23
Disable folding for mako template files. Bug #3324563.
nyamatongwe
1
-6
/
+1
2011-06-21
Support mako ## comments. Bug #3318818.
nyamatongwe
1
-0
/
+13
2011-05-21
Code formatting normalised to standard.
nyamatongwe
1
-6
/
+5
2011-04-22
Avoid warning.
nyamatongwe
1
-1
/
+1
2011-04-06
Django in HTML lexer recognizes {# #} comments. Bug #3013798.
nyamatongwe
1
-0
/
+31
[next]