aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2001-06-13Addition of target style for makefile lexer.nyamatongwe1-10/+21
2001-06-12Patch from Walter to include all the new lexers.nyamatongwe1-0/+10
2001-06-12Fixed some Borland warnings.nyamatongwe2-3/+3
2001-06-12Additions from Shane Caraveo at ActiveState to add a PHP operatornyamatongwe1-1/+6
2001-06-11Patch from Michele to make tab and backspace in indentation worknyamatongwe1-2/+6
2001-06-11Patch from Shane Caraveo at ActiveState to notify containers ofnyamatongwe2-9/+48
2001-06-01Some assertions from Mark.nyamatongwe2-0/+5
2001-06-01Changed name of ColouriseContext to allow debugging.nyamatongwe1-4/+4
2001-05-31Updated to use new ColouriseContext class.nyamatongwe1-212/+271
2001-05-31Rnamed LexContext to ColouriseContext in case it goes into a separatenyamatongwe1-18/+52
2001-05-31Using explicit set of whitespace characters to avoid calling isspacenyamatongwe1-1/+2
2001-05-31Fixed bug where highlighting was not performed when last characternyamatongwe1-1/+4
2001-05-29Patch from Clemens to handle multiline comments in Ruby.nyamatongwe1-36/+15
2001-05-22Better handling of quoted strings at the end of scripts.nyamatongwe1-16/+11
2001-05-22Support for forced upper and lower case styles.nyamatongwe4-24/+47
2001-05-21Avoided some warnings.nyamatongwe2-1/+3
2001-05-20Removed uncounted version of ReplaceTarget to allownyamatongwe1-5/+1
2001-05-19Abstracted out code that is common to many lexers into LexContext class.nyamatongwe1-102/+100
2001-05-18Initial version.nyamatongwe1-0/+286
2001-05-14Merged patch from Michele to add ability for tab key to perform indent whennyamatongwe3-71/+129
2001-05-05Patch from Steve Lhomme to prevent %> from displaying as ASP if not in ASPnyamatongwe1-8/+10
2001-05-01External lexer feature added by Simon allows lexers to be housed in DLLs withnyamatongwe3-4/+10
2001-04-30Forwarding state of Alt key to key map and using the returned consumednyamatongwe1-0/+4
2001-04-30When doing regexp searches, start position is moved on from end of linenyamatongwe1-3/+6
2001-04-29Addition of new target methods - versions of ReplaceTarget that take countednyamatongwe6-76/+154
2001-04-27Feature from Stephan to allow autocompletion to stay open even when therenyamatongwe3-10/+20
2001-04-25Changed allocation growth factor to double when it gets less than a sixth ofnyamatongwe1-1/+1
2001-04-25Changed buffer growth strategy to be proportional to current size by doublingnyamatongwe2-16/+20
2001-04-24Initial version.nyamatongwe2-0/+378
2001-04-23Fixed bug that treated some operators in ASP VBScript as if they were innyamatongwe1-1/+1
2001-04-20Removed DEBUG code that failed to compile on GTK+.nyamatongwe1-78/+3
2001-04-20Added Lisp lexer to makefiles and simplified LexLisp.cxx.nyamatongwe1-15/+2
2001-04-20Simplified because of warnings.nyamatongwe1-3/+2
2001-04-20Initial version by Alexey.nyamatongwe1-0/+208
2001-04-20Alexey added folding for Lua.nyamatongwe1-232/+205
2001-04-14Added implementations for SCI_GETTARGETSTART and SCI_GETTARGETEND.nyamatongwe1-0/+6
2001-04-13Fixed const incorrect code.nyamatongwe1-1/+1
2001-04-13Removed some dead commented code.nyamatongwe3-5/+0
2001-04-13Check for fold flag and don't call Fold method if not set as this avoidsnyamatongwe1-2/+4
2001-04-13Removed redundant Flush and check for fol as they are done by caller.nyamatongwe1-61/+55
2001-04-13Separated folding code into folding function.nyamatongwe1-34/+57
2001-04-13Added a string name to each lexer.nyamatongwe11-17/+17
2001-04-13Start of new lexer infrastructure.nyamatongwe4-16/+85
2001-04-13Separated folding from lexing.nyamatongwe1-42/+63
2001-04-13Added URL to find original code to comments.nyamatongwe1-0/+4
2001-04-12Fix from Philippe to a rectangular selection staing active after the usernyamatongwe1-1/+2
2001-04-12Changed modification from setting a fold level to indicate that the markernyamatongwe1-1/+2
2001-04-11Added SetMultiple and ToString methods.nyamatongwe1-22/+69
2001-04-11Avoided warnings on VC++ Pro.nyamatongwe1-4/+2
2001-04-11Patch from Philippe to make 'rem' work in batch files.nyamatongwe1-133/+131