aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyWords.cxx
AgeCommit message (Collapse)AuthorFilesLines
2002-02-20Changed back to lexing full length rather than 1 less.nyamatongwe1-1/+1
2002-02-16New lexer for Matlab contributed by José Fonseca.nyamatongwe1-0/+2
2002-02-12Made LexerModule objects not be const again as that was impairing staticnyamatongwe1-1/+1
linking.
2002-02-12Minor fixes to lexers.nyamatongwe1-1/+1
2002-02-12Made lexer objects const so they do not show up in map as static / globals.nyamatongwe1-8/+8
File specific inline functions marker as static to ensure no bad linking.
2002-02-06Made languageName public so clients can use it.nyamatongwe1-2/+2
2002-01-25Made compile in LINK_LEXERS mode.nyamatongwe1-1/+1
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2002-01-07Changed preprocessor switch for compiling in lexer linking code to benyamatongwe1-0/+8
LINK_LEXERS and if __vms is defined then LINK_LEXERS is defined. Scintilla_LinkLexers is a new name for wxForceScintillaLexers although the old name is still available.
2001-12-05Added LexBaan.nyamatongwe1-0/+2
2001-09-29Bullant lexer added.nyamatongwe1-0/+2
2001-08-31Update of lexer list from Simon.nyamatongwe1-9/+18
2001-08-15Fixed up length to fold and initial style perturbed when making fold startnyamatongwe1-1/+7
one line early.
2001-08-10Folding is started 1 line earlier than is being restyled to handle casesnyamatongwe1-1/+8
where the deletion of a line end is leading to a bad fold state for that line.
2001-06-12Patch from Walter to include all the new lexers.nyamatongwe1-0/+10
2001-04-24Initial version.nyamatongwe1-0/+2
2001-04-13Start of new lexer infrastructure.nyamatongwe1-12/+52
Lexers can have a fold function as well as a lexer function. They can be identified by string name as well as an integer ID and may ask to be automatically assigned that ID.
2001-02-27Patch from Philippe to regularise comments.nyamatongwe1-6/+6
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-1/+3
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2000-11-21Changes by Walter to make work on OpenVMS.nyamatongwe1-0/+44
2000-04-04Avoid lots of warnings from Borland C++.nyamatongwe1-1/+1
Changed name of interface class defined in Accessor.h to Accessor.
2000-04-04Split a Document based Accessor (DocumentAccessor) off fromnyamatongwe1-1/+1
the old accessor which is now called WindowAccessor. Accessor.h defines a common interface which is the type consumed by the lexers.
2000-03-31Fixed line ends.nyamatongwe1-45/+45
Fixed lastXChosen after Backspace or Ctrl+Backspace.
2000-03-30Fixed bugs in handling undo history.nyamatongwe1-43/+45
Fixed bugs with null fonts.
2000-03-16Split up KeyWords.cxx into 7 individual lexer files Lex*.cxx.nyamatongwe1-2526/+18
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.
2000-03-14Changed uses of ColourSegment to ColourTo and removed ColourSegment method.nyamatongwe1-281/+184
2000-03-09After paste, view repositioned to ensure caret visible.nyamatongwe1-2/+2
2000-03-08Initial revisionnyamatongwe1-0/+2648