aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexHTML.cxx
AgeCommit message (Collapse)AuthorFilesLines
2001-02-27Option fold.html added.nyamatongwe1-0/+4
2001-02-27Patch from Philippe to regularise comments.nyamatongwe1-2/+2
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-1/+3
2001-02-23Patch from Steve to change name of option for folds owning following blanknyamatongwe1-2/+2
lines so they disppear when folded to fold.compact.
2001-02-22Patch from Steve makes folding work better on multi-line tags and CDATAs.nyamatongwe1-21/+48
2001-02-21Patch from Steve to support folding of HTML.nyamatongwe1-17/+56
2001-02-08Setting operators in ASP VBScript to correct lexical class.nyamatongwe1-1/+1
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2001-01-24Changed isspace to isspacechar which is safe for characters >= 128.nyamatongwe1-1/+1
2001-01-13Comment lines at end of JavaScript now allow end: //--></script>nyamatongwe1-2/+16
Handle non-inline scripts that use the src attribute. Multiple line tags are read fully - previously seeked back to beginning of tag but used the original length rather than adding the characters moved over. XML end tags: /> detected correctly in simple <tag/> case.
2001-01-04Reformatted.nyamatongwe1-31/+28
2000-11-06Fix from Steve for handling '\' in PHP strings.nyamatongwe1-1/+4
2000-10-27Added support for JavaScript regular expressions.nyamatongwe1-4/+28
2000-08-25Patch from Steve for handling comments in PHP.nyamatongwe1-36/+26
2000-08-22Added SCE_H_VALUE class for HTML for unquoted values.nyamatongwe1-2/+38
2000-08-03Fixes from Philippe for preprocessor and HTML comments and one from Stevenyamatongwe1-6/+15
for HTML comments.
2000-07-29Patch to PHP lexer to handle multiple line strings.nyamatongwe1-9/+9
2000-07-22Updates to make new API work on both GTK+ and Win32.nyamatongwe1-2/+0
2000-07-19Speed ups by Steve.nyamatongwe1-24/+28
2000-07-19More Steve updates - allows folding of embedded Python.nyamatongwe1-26/+76
2000-07-18Updates from Steve to make Python strings and incremental styling work.nyamatongwe1-3/+21
2000-07-18Added functions to clear all styling and contraction.nyamatongwe1-658/+224
2000-07-08Included Steve Lhomme's PHP updates for the HTML lexer.nyamatongwe1-210/+532
2000-06-17Removed trace.nyamatongwe1-1/+0
2000-06-06Handle CDATA sections in XML.nyamatongwe1-1/+11
2000-05-27Changed operator bool in WordList to return false if WordList is empty.nyamatongwe1-4/+7
Many lexer changes from Philippe Lhoste. VB handles preprocessor and hex constants. C++ optionally leaves preprocessor state after the preprocessor command. HTML terminates incomplete entities earlier and marks them as bad attributes.
2000-05-20Lexer changes from Philippe.nyamatongwe1-0/+7
2000-04-23Ensured lexers do not style any more than they have been asked to.nyamatongwe1-1/+1
2000-04-05Changed the lexer module objects to be globally visible (by removing 'static')nyamatongwe1-2/+2
so they can be explicitly referenced to force inclusion in a build.
2000-04-04Avoid lots of warnings from Borland C++.nyamatongwe1-15/+15
Changed name of interface class defined in Accessor.h to Accessor.
2000-04-04Split a Document based Accessor (DocumentAccessor) off fromnyamatongwe1-10/+10
the old accessor which is now called WindowAccessor. Accessor.h defines a common interface which is the type consumed by the lexers.
2000-03-17Fixed bug in releasing font which was an alias of default font.nyamatongwe1-1/+1
2000-03-16Split up KeyWords.cxx into 7 individual lexer files Lex*.cxx.nyamatongwe1-0/+1139
Fixed setting up of second view to get right document length. Changed Python lexer to handle empty lines immediately after fold line and last line of document.