aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2001-02-24Added a parameter to GetNearestwords to allow use of another separator charnyamatongwe1-1/+2
as well as '(' and ':'.
2001-02-24Added support for using ':' and another character to end identifiers innyamatongwe1-141/+105
.api files as well as '('. Simplified GetNearestWords. Changed to using C++ allocation always rather than malloc and free.
2001-02-24Fixed font leak.nyamatongwe1-0/+1
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-25/+44
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-1/+3
2001-02-24Updated documentation comments from Philippe.nyamatongwe4-15/+35
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.nyamatongwe39-194/+375
2001-02-23Patch from Philippe to clean up the code a lot.nyamatongwe1-67/+136
2001-02-23Patch from John to have a better default font on GTK+/Windows.nyamatongwe1-0/+8
2001-02-23Patch from Steve to change name of option for folds owning following blanknyamatongwe1-2/+2
lines so they disppear when folded to fold.compact.
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-18Changed iMessage parameter of scintilla_send_message from int to unsignednyamatongwe2-2/+2
int to be compatible with other message functions.
2001-02-17Turned off warning 4710 for Microsoft C++ compiler indicating inline methodnyamatongwe1-1/+1
not inlined.
2001-02-17Fixed some warnings from Borland.nyamatongwe2-3/+1
2001-02-17Made warning in ScintillaWidget.h work better with GCC.nyamatongwe2-2/+2
2001-02-17If ScintillaWidget.h included without Scintilla.h already included displaynyamatongwe2-1/+12
a warning message and #include "Scintilla.h".
2001-02-17Changed header order to work on GTK+.nyamatongwe3-6/+3
Scintilla.h must be before ScintillaWidget.h now.
2001-02-17Defining sptr_t and uptr_t to be integral types large enough to containnyamatongwe8-42/+51
pointers to allow portability to 64 bit platforms.
2001-02-16Added link to lexer documentation.nyamatongwe1-0/+4
2001-02-16Initial version by Edward K. Reamnyamatongwe1-0/+220
2001-02-16Patch from Mark so context menu items take account of whether is writable.nyamatongwe1-5/+6
2001-02-09Now removes lib files from zip.nyamatongwe1-1/+1
2001-02-09New lexclasses for Avenue from Alexey.nyamatongwe2-1/+23
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-06For CanPaste also check Editor::CanPaste to see if OK.nyamatongwe1-0/+2
2001-02-06Made SCI_CANPASTE and EM_CANPASTE work correctly usingnyamatongwe3-12/+18
IsClipboardFormatAvailable on Windows.
2001-02-06Removed macro substitution of case insensitive string comparison functionsnyamatongwe2-35/+53
and declared new functions CompareCaseInsensitive and CompareNCaseInsensitive implemented in Scintilla.
2001-02-05Added explicit initialisation of base class in copy constructor fornyamatongwe1-1/+1
ScintillaGTK to avoid warning from gcc.
2001-02-05Patch from John to make GTK+ version build on Win32.nyamatongwe6-8/+336
Modified by me to avoid pointless warnings and print error message if try to build with Borland C++.
2001-02-03Refactored detection of self reference within variable to separate functionnyamatongwe1-11/+20
and added a comment.
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
they can be made up of other variables.
2001-02-01Added Avenue lexer.nyamatongwe1-0/+4
2001-02-01Building from cxx now sets the directory to ..\win32 first.nyamatongwe1-0/+3
2001-02-01Added lexer for Avenue.nyamatongwe5-78/+89
Trailing spaces removed from a lot of lines.
2001-02-01Lexer for Avenue files by Alexey.nyamatongwe1-0/+166
2001-01-29Removed USE_XIM definition.nyamatongwe1-4/+2
2001-01-29Removed todo item.nyamatongwe1-7/+0
2001-01-29Fixed problem where BeginUndoAction and EndUndoAction were in wrong order.nyamatongwe2-6/+11
Made both the effects of backspace and delete keys be coalesced together into undo actions.
2001-01-29Updated documentation of caret policy and visible policy.nyamatongwe1-4/+9
2001-01-29Fiddled with caret and visible policies.nyamatongwe2-6/+6
2001-01-28Updating documentation to include additions for 1.35.nyamatongwe4-9/+147
2001-01-28Added static_cast to hush Borland C++.nyamatongwe1-2/+2