aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2004-01-10Additions.nyamatongwe1-0/+9
2004-01-10Update.nyamatongwe1-1/+1
2004-01-10Changes for 1.58.nyamatongwe1-0/+71
2004-01-10Updating for release 1.58.nyamatongwe5-14/+27
2004-01-09Fixed return type of FormatRange.nyamatongwe1-1/+1
2004-01-08Typo.nyamatongwe1-1/+1
2004-01-04Fixes to avoid laying out lines after end of document whennyamatongwe1-11/+8
performing wrapping.
2004-01-02Credit.nyamatongwe1-0/+1
2004-01-02Patch from Mick Trent to fix a problem with word selection modenyamatongwe1-1/+11
when the container has implemented an extended definition of words.
2003-12-23Removed -b flag from whereis to avoid trouble on OS X.nyamatongwe1-1/+1
2003-12-23Encapsulation by Guy Hachlili of SetScrollInfo and GetScrollInfo tonyamatongwe1-10/+22
make it easier to replace the implementation of scroll bars such as where a scroll bar is handled by a container such as when producing multiple panes with a shared scroll bar.
2003-12-23Fixed unused parameter warnings.nyamatongwe1-8/+9
2003-12-22Philippe improved comments.snyamatongwe1-15/+15
2003-12-22Support for Intel ifort and absoft Fortran compiler error messages.nyamatongwe4-0/+11
2003-12-21Added credit.nyamatongwe1-0/+1
2003-12-21Added CSSED.nyamatongwe1-3/+7
2003-12-20Added DIDE.nyamatongwe1-0/+4
2003-12-15Changes to allow international input on GTK+ 2.nyamatongwe1-2/+62
2003-12-14Normally build for debugging.nyamatongwe1-2/+2
2003-12-14Patch from John Ehresman to fix hotspot crash.nyamatongwe1-1/+1
2003-12-14Added SCI_AUTOCGETCURRENT.nyamatongwe3-2/+14
2003-12-14Patch from Stephan Deibel to find current selection innyamatongwe2-0/+4
autocompletion.
2003-12-13Automatically generated section does not have extranyamatongwe1-1/+3
whitespace at line ends.
2003-12-13Automatically generated section does not have extranyamatongwe1-1/+1
whitespace at line ends.
2003-12-07Added LexErlang.cxxssteele1-0/+4
2003-12-05Credit.nyamatongwe1-0/+1
2003-12-05Updates for Octave support in Matlab lexer.nyamatongwe1-12/+64
2003-12-05Updates for Octave support in Matlab lexer.nyamatongwe3-0/+8
2003-12-05Mac OS X improvement.nyamatongwe1-4/+2
2003-12-05Some casts fixed to use int rather than short for document positions.nyamatongwe1-2/+2
2003-12-03Explicitly set the selection type when switching documents as rectangularnyamatongwe1-0/+1
selection slows it down markedly.
2003-12-01Credit.nyamatongwe1-0/+1
2003-11-30Handle backslashed characters in replacement for regex.nyamatongwe1-11/+55
2003-11-30Lexers now added to library.nyamatongwe2-13/+65
2003-11-29Patch from Philippe for unterminated string and 4 keyword sets.nyamatongwe3-25/+56
2003-11-29Patch from Kaspar Schiess to handle $' as not starting a string.nyamatongwe1-0/+5
2003-11-27Reenabled background wrap.nyamatongwe1-1/+1
2003-11-27Ensure style data refreshed before wrapping lines.nyamatongwe1-1/+2
2003-11-27Documented additions for 1.57.nyamatongwe1-1/+34
2003-11-27Typo.nyamatongwe1-2/+2
2003-11-27Updated reason.nyamatongwe1-1/+2
2003-11-27Updated history.nyamatongwe1-0/+67
2003-11-26Updating version.nyamatongwe1-27/+8
2003-11-26Updating version number.nyamatongwe2-4/+12
2003-11-26Updating version number.nyamatongwe2-5/+5
2003-11-22Fix from Shen for folding bug.nyamatongwe1-6/+8
2003-11-18Typo fixed.nyamatongwe1-1/+1
2003-11-08Using posted message to continue wrapping while allowing other messagesnyamatongwe1-2/+27
to be processed.
2003-11-06SelectionText has been holding a terminating NUL but some client codenyamatongwe3-9/+6
was adding an extra NUL. Documented this and avoid adding extra NUL.
2003-11-06More checking for background wrap enabled.nyamatongwe2-2/+2
Shorter time between timer ticks.