aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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+.
2003-10-25Removed setting autocompletion font to same as text when the text is usingnyamatongwe1-11/+2
a GDK font. There have been crashes with this.
2003-10-25Rad.On++ moved.nyamatongwe1-1/+1
2003-10-25Updated sizes.rel-1-56nyamatongwe1-1/+1
2003-10-25For 1.56.nyamatongwe1-2/+2
2003-10-25Scintilla .NET moved.nyamatongwe1-4/+4
2003-10-25More.nyamatongwe1-19/+82
2003-10-24Version bumping.nyamatongwe2-3/+26
2003-10-23Updates for version 1.56.nyamatongwe4-9/+17
2003-10-23Kein-Hong Mannyamatongwe1-6/+14
- Added recognition for numbers with underscores. (More cute Perl syntax...) - Added _ as non-symbol when trying to recognise quoted pairs in cases like "s_identifier". - Added test notes on ' and :: operators possible confusion with quoted pair syntax. ' is okay, :: has ambiguous cases but such cases ought to be rare. No need to fix unless someone actually writes this kind of code...
2003-10-23Credit.nyamatongwe1-0/+1
2003-10-21Updated lexers from Hans Hagen.nyamatongwe1-160/+110
2003-10-21Updated lexers from Hans Hagen.nyamatongwe1-184/+168