aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2001-04-04Avoid compiler and BoundsChecker warnings.nyamatongwe4-8/+34
2001-04-03Regular expression find support.nyamatongwe8-77/+151
2001-04-03Fixed read of uninitialised memory when searching for '=' in propertiesnyamatongwe1-1/+2
files.
2001-03-31Documented the caret line.nyamatongwe1-6/+19
2001-03-31Added caret line feature.nyamatongwe6-13/+57
2001-03-31Removed debugging from URI drop.nyamatongwe1-4/+0
2001-03-31Support for URI drag and drop on GTK+.nyamatongwe3-0/+12
2001-03-31Start of file drag and drop on GTK+.nyamatongwe1-0/+7
2001-03-30Undo coalescing now allows deletes of size 1 or 2 to be coalesced.nyamatongwe2-100/+100
Document.cxx reformatted.
2001-03-30Added a contains method so it is easy to see if a string contains anyamatongwe1-0/+6
particular character.
2001-03-30Fixed bug when single character deletions were being coalesced even thoughnyamatongwe1-12/+15
they were not adjacent.
2001-03-28Changed handling of the end of stream comments which was perturbed bynyamatongwe1-4/+6
changing way end of line was handled leading to shorter segments.
2001-03-28Patch from Stephan to prevent double recording of newlines in macros.nyamatongwe1-4/+4
2001-03-27Documented that SearchNext and SearchPrev do not ensure the selection isnyamatongwe1-0/+2
visible.
2001-03-25Future features available again.nyamatongwe1-2/+0
2001-03-23Hack around scroll bar size problem on GTK+ 1.2.9 / Gnome 1.4 by hardcodingnyamatongwe1-0/+8
width to 16 if width is 0.
2001-03-23Fixed CPP lexer to work correctly when the '{' starting a fold sectionnyamatongwe1-41/+52
that is folded is deleted. This leads to the fold being unfolded which leads to reentrant styling which failed.
2001-03-22Documentation of SCI_DELLINERIGHT, SCI_DELLINELEFT and CARET_XEVEN.nyamatongwe1-1/+4
2001-03-22Patch from James Larcombe to add Ctrl+Shift+BackSpace and Ctrl+Shift+Deletenyamatongwe1-0/+2
2001-03-22Patch from James Larcombe for SCI_DELLINERIGHT, SCI_DELLINELEFT andnyamatongwe1-1/+20
CARET_XEVEN.
2001-03-22Patch from James Larcombe.nyamatongwe2-0/+12
Functions to delete from caret to end of line and from start of line to caret. Mode for caret policy to be even handed with respect to left and right margins rather than favouring display to the left.
2001-03-21Enumeration interface from Laurent.nyamatongwe1-0/+40
2001-03-21Added enumeration interface from Laurent.nyamatongwe1-0/+4
2001-03-21Calling DefWindowProc if not showing context menu so container can do so.nyamatongwe1-1/+2
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.rel-1-36nyamatongwe1-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.