aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2001-03-02Initial version.nyamatongwe2-0/+4
2001-03-02Update from Steve to make string style terminate after a variable.nyamatongwe1-0/+1
2001-03-02Added *.lib to things that are deleted.nyamatongwe1-1/+1
2001-03-02Update from Steve to PHP in the HTML lexer.nyamatongwe3-5/+62
2001-03-02Removed use of Platform::SendScintilla as that is indirect was of talkingnyamatongwe1-5/+4
to this - diret way should be used instead.
2001-03-02Avoid lots of warning messages for files that aren't there.nyamatongwe1-22/+1
2001-03-01Added Edward to credits.nyamatongwe1-123/+42
2001-03-01Commented out future features page as it has not been maintained for somenyamatongwe1-0/+2
months.
2001-03-01Included 64 bit preparation in 1.36 highlights.nyamatongwe1-1/+1
2001-03-01INcluded not about escapes in Python triple quoted strings.nyamatongwe1-0/+4
2001-03-01Updated.nyamatongwe1-0/+7
2001-03-01Updated size of tgz.nyamatongwe1-1/+1
2001-03-01Fixed typo.nyamatongwe1-1/+1
2001-03-01Added TiLP, Anjuta and Filerx to related projects but TiLP is commentednyamatongwe1-24/+40
out as the web site is quite empty and has nothing Scintilla related.
2001-03-01Added recently requested to do items.nyamatongwe1-6/+46
2001-03-01Added changes since last version.nyamatongwe1-9/+3
2001-03-01Removed things already done and bugs not reported for over a year.nyamatongwe1-23/+4
2001-03-01Updates preparing for release of 1.36.nyamatongwe3-18/+131
2001-02-28Added operator== to PRectangle.nyamatongwe1-9/+13
2001-02-27Added Richard Pecl.nyamatongwe1-53/+56
2001-02-27Option fold.html added.nyamatongwe1-0/+4
2001-02-27Patch from Philippe to regularise comments.nyamatongwe15-203/+208
2001-02-26WordList[] Returns non const as that made some other code simpler.nyamatongwe1-1/+1
2001-02-25Updated version number.nyamatongwe1-4/+4
2001-02-25Increased allocation chunk size for GetNearestWords as it was slow.nyamatongwe1-1/+1
2001-02-25Added appendwithseparator method as this is common and there is extra messnyamatongwe1-9/+24
without it.
2001-02-24Patch from Jan to allow folding multi-line C++ comments.nyamatongwe1-5/+14
2001-02-24Added Jan Hercek and Alexey.nyamatongwe1-0/+6
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
the document line when evaluating the visibility policy.
2001-02-24Removed out of date TODO comment.nyamatongwe1-1/+0
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