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
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
2004-10-29
Patch from Iago Rubio to allow <?xml to be included inside strings
nyamatongwe
1
-1
/
+2
2004-07-23
Patch from Jakub Vrana to allow 'e' inside numbers in PHP.
nyamatongwe
1
-3
/
+3
2004-05-02
Fix for folding of PHP when braces inside strings.
nyamatongwe
1
-0
/
+2
2004-03-02
Patches from Jakub for PHP complex variables and here docs.
nyamatongwe
1
-5
/
+36
2004-02-26
PHP variables inside strings.
nyamatongwe
1
-3
/
+16
2003-07-27
Made safe with non-ASCII data by guarding is* calls with isascii.
nyamatongwe
1
-15
/
+17
2003-02-15
Updating version numbers and copyright.
nyamatongwe
1
-1
/
+1
2003-01-27
Patch from Steve Schoettler for case sensitive tags.
nyamatongwe
1
-10
/
+13
2002-11-28
Patch from Bernd Kreuss to optionally turn off folding of preprocessing
nyamatongwe
1
-29
/
+59
2002-11-23
Fix to PHP folding from Bernd.
nyamatongwe
1
-3
/
+3
2002-11-17
Fixed warnings.
nyamatongwe
1
-4
/
+4
2002-11-17
Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla.
nyamatongwe
1
-16
/
+26
2002-06-08
Stopped switching out of JavaScript state when </ inside regex.
nyamatongwe
1
-0
/
+1
2002-04-22
Script tag recognised in XML mode.
nyamatongwe
1
-1
/
+3
2002-04-03
Patch from Brian Quinlan to include metdata about keyword lists within
nyamatongwe
1
-4
/
+14
2002-02-20
Patch from Steve to fix SGML handling and to be more type safe.
nyamatongwe
1
-28
/
+37
2002-02-12
Made LexerModule objects not be const again as that was impairing static
nyamatongwe
1
-4
/
+4
2002-02-12
Made lexer objects const so they do not show up in map as static / globals.
nyamatongwe
1
-8
/
+8
2002-01-18
Updated copyrights for 2002.
nyamatongwe
1
-1
/
+1
2002-01-14
Made buffer for PHP keywords larger as some of the predefined functions
nyamatongwe
1
-2
/
+2
2002-01-10
Made code bool-safe and turned Visual C++ warning 4800 back on.
nyamatongwe
1
-4
/
+4
2001-11-15
Fixed warnings from Borland.
nyamatongwe
1
-3
/
+3
2001-11-14
Made PHP keyword detection case insensitive.
nyamatongwe
1
-1
/
+1
2001-11-13
Handling '=' inside tags better.
nyamatongwe
1
-0
/
+2
2001-11-10
The PHP and ASP lexers process some HTML now.
nyamatongwe
1
-4
/
+108
2001-10-28
Removed platform-specific headers from Platform.h and thus stopped
nyamatongwe
1
-0
/
+197
2001-09-19
Removed line with no effect to avoid Borland warning.
nyamatongwe
1
-1
/
+0
2001-09-19
Patch from Steve to make CDATA sections include their surrounding SGML
nyamatongwe
1
-16
/
+24
2001-09-18
Additional SGML functionality from Steve.
nyamatongwe
1
-137
/
+227
2001-09-14
Addition of more SGML styles from Steve.
nyamatongwe
1
-13
/
+92
2001-09-12
Patch from Steve to make folding work with HTML scripting.
nyamatongwe
1
-10
/
+15
2001-09-02
Fixed Borland warning.
nyamatongwe
1
-1
/
+1
2001-08-29
Changed ASP default language option to asp.default.language which can
nyamatongwe
1
-5
/
+3
2001-08-29
Separated client and ASP default script language settings and
nyamatongwe
1
-31
/
+37
2001-08-09
Patch from Steve for recognising a SGML <! lexical state.
nyamatongwe
1
-4
/
+12
[next]