aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexVB.cxx
AgeCommit message (Expand)AuthorFilesLines
2003-04-10Fixed hang where '#' was last non-whitepsace in file.nyamatongwe1-1/+1
2003-02-17Upgraded keyword list descriptions from Brian Quinlan.nyamatongwe1-7/+12
2002-02-12Made LexerModule objects not be const again as that was impairing staticnyamatongwe1-2/+2
2002-02-12Made lexer objects const so they do not show up in map as static / globals.nyamatongwe1-6/+6
2001-10-24Made file handle constants in statements such as "close #1" work by stylingnyamatongwe1-2/+7
2001-10-05Fixed Borland warnings.nyamatongwe1-9/+14
2001-10-04Fixed comments that use rem rather than '.nyamatongwe1-2/+7
2001-10-04Separate lexers for VB and VBScript.nyamatongwe1-111/+104
2001-07-25Folding added by Willy Devaux.nyamatongwe1-1/+57
2001-04-13Added a string name to each lexer.nyamatongwe1-1/+1
2001-02-27Patch from Philippe to regularise comments.nyamatongwe1-7/+7
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-1/+3
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
2000-08-03Fixes from Philippe for preprocessor and HTML comments and one from Stevenyamatongwe1-12/+15
2000-05-27Changed operator bool in WordList to return false if WordList is empty.nyamatongwe1-26/+0
2000-05-20Fixed scope of variable.nyamatongwe1-1/+2
2000-05-20Lexer changes from Philippe.nyamatongwe1-0/+43
2000-04-05Changed the lexer module objects to be globally visible (by removing 'static')nyamatongwe1-1/+1
2000-04-04Avoid lots of warnings from Borland C++.nyamatongwe1-3/+3
2000-04-04Split a Document based Accessor (DocumentAccessor) off fromnyamatongwe1-2/+2
2000-03-16Split up KeyWords.cxx into 7 individual lexer files Lex*.cxx.nyamatongwe1-0/+118