aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2001-02-27Option fold.html added.nyamatongwe1-0/+4
2001-02-27Patch from Philippe to regularise comments.nyamatongwe13-149/+154
2001-02-25Increased allocation chunk size for GetNearestWords as it was slow.nyamatongwe1-1/+1
2001-02-24Patch from Jan to allow folding multi-line C++ comments.nyamatongwe1-5/+14
2001-02-24Patch from Jan to avoid warnings.nyamatongwe1-0/+4
2001-02-24Patch from Jan Hercek to fix folding by using the display line rather thannyamatongwe2-12/+13
2001-02-24Added support for using ':' and another character to end identifiers innyamatongwe1-141/+105
2001-02-24Fixed font leak.nyamatongwe1-0/+1
2001-02-24Updated documentation comments from Philippe.nyamatongwe3-8/+22
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-1/+4
2001-02-24Updated documentation comments from Philippe.nyamatongwe5-8/+24
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-13/+27
2001-02-24Updated documentation comments from Philippe.nyamatongwe29-138/+269
2001-02-23Patch from Philippe to clean up the code a lot.nyamatongwe1-67/+136
2001-02-23Patch from Steve to change name of option for folds owning following blanknyamatongwe1-2/+2
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-21Patch from Philippe to improve batch file lexer.nyamatongwe1-48/+64
2001-02-17Fixed some warnings from Borland.nyamatongwe2-3/+1
2001-02-17Defining sptr_t and uptr_t to be integral types large enough to containnyamatongwe4-5/+5
2001-02-16Patch from Mark so context menu items take account of whether is writable.nyamatongwe1-5/+6
2001-02-09New version from Alexey. Diverged much more from LexCPP code.nyamatongwe1-57/+79
2001-02-08Setting operators in ASP VBScript to correct lexical class.nyamatongwe1-1/+1
2001-02-07GetWild does file extension comparison case insensitively.nyamatongwe1-3/+4
2001-02-06Made SCI_CANPASTE and EM_CANPASTE work correctly usingnyamatongwe2-1/+6
2001-02-06Removed macro substitution of case insensitive string comparison functionsnyamatongwe1-30/+50
2001-02-05Patch from John to make GTK+ version build on Win32.nyamatongwe1-5/+23
2001-02-03Refactored detection of self reference within variable to separate functionnyamatongwe1-11/+20
2001-02-03Fixed infinite recursion when a value contains a reference to itself.nyamatongwe1-0/+10
2001-02-02Used GetExpanded rather than Get when filling in variable file selectors sonyamatongwe1-2/+2
2001-02-01Building from cxx now sets the directory to ..\win32 first.nyamatongwe1-0/+3
2001-02-01Lexer for Avenue files by Alexey.nyamatongwe1-0/+166
2001-01-29Fixed problem where BeginUndoAction and EndUndoAction were in wrong order.nyamatongwe2-6/+11
2001-01-28Added static_cast to hush Borland C++.nyamatongwe1-2/+2
2001-01-28Updating copyright notices for 2001.nyamatongwe37-37/+37
2001-01-27Patch from James to insert spaces when pasting rectangular to keep pastednyamatongwe1-0/+8
2001-01-27Patch from Eric to prefer REs after ';'.nyamatongwe1-1/+5
2001-01-27Patch from Laurent to handle comments such as {} and { } correctly.nyamatongwe1-6/+20
2001-01-27Much changed ScintillaGTK widget code that draws directly onto thenyamatongwe3-17/+15
2001-01-25Patch from Steffen to handle $^W and ${"x"} as scalars.nyamatongwe1-1/+8
2001-01-25Patch from Steffen to make .. as in for ( 1..9 ) work.nyamatongwe1-1/+4
2001-01-24Changed isspace to isspacechar which is safe for characters >= 128.nyamatongwe5-14/+14
2001-01-24Made special scalars like $( and $_ work.nyamatongwe1-13/+9
2001-01-24Patch from Steffen for y (transliteration) operator.nyamatongwe1-0/+3
2001-01-23New function isspacechar to avoid bugs when character >= 0x80.nyamatongwe2-13/+18
2001-01-19Removed dead code that was commented out in last change.nyamatongwe1-23/+0
2001-01-19Patch from Steffen to handle single character words better and generallynyamatongwe1-3/+10
2001-01-18Patch from Steffen to simplify handling of quoted strings by reusing thenyamatongwe1-36/+17
2001-01-16Changed undo node coalescing so that a paste followed by typing createsnyamatongwe2-2/+11
2001-01-13Comment lines at end of JavaScript now allow end: //--></script>nyamatongwe1-2/+16