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
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
2001-08-08
Patch from Steve Lhomme to correct folding of XML files.
nyamatongwe
1
-2
/
+10
2001-07-29
Fixed bug where seeking back to start of tag only when to position 1
nyamatongwe
1
-1
/
+1
2001-07-25
Make Tab Timmy work again.
nyamatongwe
1
-7
/
+5
2001-07-21
Patch from Steve to allow <? and ?> in PHP /* */ comments.
nyamatongwe
1
-2
/
+2
2001-07-17
Patch to not bounce out PHP mode when a <? or ?> is seen within a
nyamatongwe
1
-2
/
+11
2001-07-05
Ensured PHP operator style does not continue over whitespace.
uid22944
1
-3
/
+5
2001-06-21
Patch from Shane to fix PHP operator style applying too late.
nyamatongwe
1
-2
/
+8
2001-06-18
Added X-Code comment lexical class.
nyamatongwe
1
-0
/
+10
2001-06-12
Additions from Shane Caraveo at ActiveState to add a PHP operator
nyamatongwe
1
-1
/
+6
2001-05-22
Better handling of quoted strings at the end of scripts.
nyamatongwe
1
-16
/
+11
2001-05-05
Patch from Steve Lhomme to prevent %> from displaying as ASP if not in ASP
nyamatongwe
1
-8
/
+10
2001-04-23
Fixed bug that treated some operators in ASP VBScript as if they were in
nyamatongwe
1
-1
/
+1
2001-04-13
Removed some dead commented code.
nyamatongwe
1
-2
/
+0
2001-04-13
Added a string name to each lexer.
nyamatongwe
1
-2
/
+2
2001-03-02
Update from Steve to make string style terminate after a variable.
nyamatongwe
1
-0
/
+1
2001-03-02
Update from Steve to PHP in the HTML lexer.
nyamatongwe
1
-3
/
+60
2001-02-27
Option fold.html added.
nyamatongwe
1
-0
/
+4
2001-02-27
Patch from Philippe to regularise comments.
nyamatongwe
1
-2
/
+2
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-1
/
+3
2001-02-23
Patch from Steve to change name of option for folds owning following blank
nyamatongwe
1
-2
/
+2
2001-02-22
Patch from Steve makes folding work better on multi-line tags and CDATAs.
nyamatongwe
1
-21
/
+48
2001-02-21
Patch from Steve to support folding of HTML.
nyamatongwe
1
-17
/
+56
2001-02-08
Setting operators in ASP VBScript to correct lexical class.
nyamatongwe
1
-1
/
+1
2001-01-28
Updating copyright notices for 2001.
nyamatongwe
1
-1
/
+1
2001-01-24
Changed isspace to isspacechar which is safe for characters >= 128.
nyamatongwe
1
-1
/
+1
[next]