aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2002-11-22Folding patch from Bruce Dodson that does not fold header comments withnyamatongwe1-20/+26
the previous block.
2002-11-22More of the icons in autocompletion patch.nyamatongwe1-4/+21
2002-11-21Patch from Biswa to add icons to autocompletion lists.nyamatongwe3-12/+21
2002-11-21Update from Shen to fix the wrong folding with TYPE defining and wrongnyamatongwe1-17/+33
color highlighting with continucated lines in some cases.
2002-11-21Added copy constructor and operator= to avoid blind copy of XPM pointernyamatongwe1-0/+15
leading to problems when double freed.
2002-11-20Changed default layout caching to just the caret line.nyamatongwe1-1/+1
2002-11-19Protect against null pointer dereference when out of memory.nyamatongwe1-1/+3
2002-11-17Fixed warnings.nyamatongwe2-14/+14
2002-11-17Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla.nyamatongwe6-16/+284
This is separate to the HTML lexer and is only invoked for stand-alone CSS files, not for the STYLE section of HTML files. He also made some other additions. There is a Line Duplicate command which is bound to Ctrl+D. PHP lexing has been improved.
2002-11-15Fix to lines in make files that start with "=".nyamatongwe1-6/+8
2002-11-08Patch to add fold level boxing from Wilhelm Pflueger.nyamatongwe2-29/+309
2002-11-08Copy list type into notification listType for SCN_USERLISTSELECTION.nyamatongwe1-1/+2
2002-10-26Update from Shen to handle continuation.nyamatongwe1-29/+49
A couple of warnings fixed.
2002-10-26Patch from Philippe to handle tabs and spaces in preprocessor linesnyamatongwe1-1/+1
correctly.
2002-10-26Patch from Philippe to handle block comments, and the deep nesting ofnyamatongwe1-17/+48
strings and block comments.
2002-10-26Using unsigned ints because of change to StyleContext.nyamatongwe1-4/+4
2002-10-26Patch from Philippe to hoist getting of next char into method, add anyamatongwe2-30/+35
Forward(n) method and use unsigned integers for positions.
2002-10-26Patch from Jakub Vrána to recognise PHP errors.nyamatongwe1-0/+2
2002-10-24Deprecated features protected by #ifdef.nyamatongwe1-0/+6
2002-10-22Added #include Platform.h to avoid compiler warnings.nyamatongwe1-0/+2
2002-10-21Folder added for Perl by Martin Steffensen.nyamatongwe1-1/+56
2002-10-12Fixed some tab timmy problems when files use line feeds as line ends.nyamatongwe1-2/+18
2002-10-10Patch from Alexander Scripnik to make line wrapping work for printing.nyamatongwe1-25/+57
2002-10-08Extra safety by anding mask into styles being set.nyamatongwe2-6/+8
2002-10-08Append text can be saved in macros.nyamatongwe1-0/+1
2002-10-08New lexer for Fortran.nyamatongwe2-0/+276
2002-10-08Added AppendText method.nyamatongwe1-0/+4
Credit to Sergey.
2002-10-05Updated Ada lexer.nyamatongwe1-322/+297
2002-10-05More comprehensive Ada support.nyamatongwe1-167/+507
2002-10-05Fixed compiler warnings.nyamatongwe2-4/+4
2002-10-05Fixed compiler warning.nyamatongwe1-1/+1
2002-10-03Fixed infinite loop finding zero width match at end of range.nyamatongwe1-1/+1
2002-10-03Cleaned up pixmap marker code.nyamatongwe2-33/+4
2002-10-02Fixed bad colour reading from XPM.nyamatongwe1-1/+0
2002-10-02PixMap marker support.nyamatongwe4-31/+253
2002-09-28Fixed problem with character ranges caused by expansion to 8 bits.nyamatongwe1-1/+4
2002-09-27Added case insensitive keywords version of C++ lexer, cppnocase.nyamatongwe2-9/+29
2002-09-19Added mthod to turn off vertical scroll bar.nyamatongwe2-0/+13
2002-09-15Changed name of lexer to all lower case to match convention and propertiesnyamatongwe1-11/+11
file.
2002-09-15made 8-bit safe.nyamatongwe1-1/+1
2002-09-15Made backwards regex work better with more complex regular expressions.nyamatongwe1-10/+3
2002-09-15Made reverse regex searches work a bit.nyamatongwe1-10/+28
2002-09-13Added ChooseCaretX.nyamatongwe1-4/+8
2002-09-10Including LexAsm.nyamatongwe1-0/+1
2002-09-10Initial version.nyamatongwe1-0/+133
2002-09-08Patch from Robin to make autocompletion lists choose location more sensibly.nyamatongwe1-2/+2
2002-09-06Upgraded by Simon with some words only being keywords in class definitionsnyamatongwe1-61/+179
and fold comments.
2002-09-04When changing code pages invalidate to ensure all text remeasured.nyamatongwe1-0/+1
2002-08-29Old constant from C lexer changed to Python version.nyamatongwe1-1/+1
2002-08-29Minor optimisations.nyamatongwe1-4/+7