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
/
src
/
LexHTML.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-13
Moved lexers into lexers directory.
nyamatongwe
1
-2132
/
+0
2010-06-01
Fix for bug #2854183 <?php string included in a comment is highlighted
nyamatongwe
1
-0
/
+1
2010-05-18
Fix for bug #3002874 make Django template highlighting work also within
nyamatongwe
1
-2
/
+4
2010-05-11
Removed redundant code.
nyamatongwe
1
-5
/
+3
2010-03-23
Support for Django's template language.
nyamatongwe
1
-2
/
+74
2010-03-05
Stripped trailing whitespace.
nyamatongwe
1
-28
/
+28
2009-10-09
Support for the Mako template language implemented.
nyamatongwe
1
-6
/
+133
2009-06-12
Fix for bug #2804760
nyamatongwe
1
-1
/
+4
2009-05-15
Removed code not needed due to removal of deprecated lexers.
nyamatongwe
1
-155
/
+0
2009-05-15
Removed deprecated symbols
nyamatongwe
1
-141
/
+0
2009-04-12
Using comments in lexer code to document meaning of properties.
nyamatongwe
1
-0
/
+28
2009-02-15
Bug #2532774 Wrong folding of comments in HTML/XML lexer fixed.
nyamatongwe
1
-1
/
+1
2009-02-15
Bug #1843242 partial fix from Kai Liu prevents script state when script tag
nyamatongwe
1
-3
/
+16
2008-10-14
Feature Request #2143007 by Jason Oster added fold.hypertext.comment and
nyamatongwe
1
-4
/
+16
2008-07-26
From bug #1776285 by Jason Oster limits scope of checking for "php".
nyamatongwe
1
-1
/
+1
2008-07-19
Bug #2016218 from Jason Oster fixes problems caused by not
nyamatongwe
1
-5
/
+9
2008-07-19
Patch from Jason Oster in bug #2015354 where PHP string
nyamatongwe
1
-6
/
+3
2008-07-06
Patches from Jason Oster in bug #2010095.
nyamatongwe
1
-41
/
+113
2008-06-02
Bug #1945003 corrects styling of PHP heredocs.
nyamatongwe
1
-3
/
+8
2008-06-01
Bug #1776285 allow "src" near "<?php".
nyamatongwe
1
-1
/
+1
2008-06-01
Feature request #1978041 adds IE-specific <comment> tag.
nyamatongwe
1
-30
/
+32
2008-05-26
Bug 1971086. Add property to disable scripts within XML.
nyamatongwe
1
-3
/
+4
2007-10-15
More non-ASCII safety.
nyamatongwe
1
-15
/
+14
2007-10-15
Safety with non-ASCII.
nyamatongwe
1
-1
/
+1
2007-10-15
Patch from Iago Rubio to allow </ inside a VB comment within HTML.
nyamatongwe
1
-0
/
+3
2007-07-28
Fix for bug #1762727. Use an int rather than char to hold character values
nyamatongwe
1
-46
/
+60
2007-07-26
XML script indicator is only active if only whitespace before it.
nyamatongwe
1
-1
/
+8
2007-06-25
Allow use of all 8 bits for lexical styles and LexHTML set to use 8 buts.
nyamatongwe
1
-12
/
+12
2007-06-02
Moving CharacterSet class into own header so can be used by more
nyamatongwe
1
-15
/
+20
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+4
2007-05-07
Fix for bug #1709848 by Ariden01 allows folding of all tags in
nyamatongwe
1
-9
/
+22
2007-03-16
Using extra variable to simplify expressions.
nyamatongwe
1
-2
/
+3
2007-03-14
Fix bug #1680012 by not styling past range when PHP heredoc
nyamatongwe
1
-1
/
+1
2007-02-28
Fix bug #1670851 by checking that not trying to style backwards.
nyamatongwe
1
-1
/
+3
2006-12-19
Fix for comment terminating for ?> in VB ASP.
nyamatongwe
1
-0
/
+1
2006-05-02
Fix for bug #1476445.
nyamatongwe
1
-1
/
+1
2006-02-23
Recognise more scripting states as strings or comments that do not allow
nyamatongwe
1
-3
/
+20
2005-12-02
Using isascii rather than < 0x80 as argument char, not int.
nyamatongwe
1
-1
/
+1
2005-11-29
Patch from Kein-Hong Man improves regular expression detection
nyamatongwe
1
-2
/
+27
2005-11-15
Fix negative fold levels caused by <?xml?> header tag.
nyamatongwe
1
-7
/
+6
2005-10-08
Terminate ASP scripting when a ?> is seen outside a string. This allows use
nyamatongwe
1
-1
/
+1
2005-08-30
Added StyleBitsNeeded property and implemented to return 5 for all lexers
nyamatongwe
1
-5
/
+5
2005-07-19
Patch from Kamen Stanev allows <% inside PHP strings.
nyamatongwe
1
-1
/
+1
2005-06-23
Patch from Jakub allows there to be a space after '<<<' in PHP.
nyamatongwe
1
-0
/
+2
2005-05-16
Patch from Robert Roessler allows hexadecimal literals in PHP.
nyamatongwe
1
-1
/
+4
2005-04-01
PHPScript is for standalone PHP scripts not part of web pages.
nyamatongwe
1
-1
/
+18
2005-03-03
Deprecated SCLEX_PHP and SCLEX_ASP.
nyamatongwe
1
-0
/
+1
2005-03-03
Fix from Iago Rubio to make the text <!--> start a comment but not end it.
nyamatongwe
1
-5
/
+6
2005-03-01
Patch from Iago Rubio to fix problem with end of script detection.
nyamatongwe
1
-33
/
+40
2005-02-07
Fix for three bugs from Iago Rubio. Mailing list thread "Scite HTML/ASP/JScri...
nyamatongwe
1
-3
/
+11
[next]