aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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.rel-1-57nyamatongwe1-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.
2003-11-05Background wrapping during idle from Bruce Dodson.nyamatongwe3-18/+50
2003-11-04Credit.nyamatongwe1-0/+1
2003-11-04Erlang support.nyamatongwe3-4/+11
2003-11-04Erlang support.nyamatongwe1-0/+522
2003-11-04Erlang support.nyamatongwe5-4/+43
2003-11-04SCI_SETCHARSDEFAULT and more clarification of SCI_SETWORDCHARS andnyamatongwe1-5/+13
SCI_SETWHITESPACECHARS.
2003-11-04Fix to potential problem with SetTimer.nyamatongwe1-1/+5
2003-11-04Explained relationship between SetCharsDefault, SetWhitespaceChars,nyamatongwe1-0/+2
and SetWordChars.
2003-11-04SCI_SETWORDCHARS performs SCI_SETCHARSDEFAULT before settingnyamatongwe1-0/+1
word characters.
2003-11-04Simplified SetCharClasses and added SCI_SETCHARSDEFAULT.nyamatongwe4-46/+10
2003-11-01Patch from Roy Wood to allow changing the characters that are in thenyamatongwe6-9/+75
whitespace class.
2003-10-31Another wrapping fix.nyamatongwe1-3/+8
2003-10-27Hang fixed when '/' is first character in file.nyamatongwe1-1/+1
2003-10-27Patches from Roy Wood:nyamatongwe6-5/+144
Word movement to end of word. Stuttered page movement. User defined keyboard accelerators on GTK+.