Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-12-14 | Patch from John Ehresman to fix hotspot crash. | nyamatongwe | 1 | -1/+1 | |
2003-12-14 | Added SCI_AUTOCGETCURRENT. | nyamatongwe | 3 | -2/+14 | |
2003-12-14 | Patch from Stephan Deibel to find current selection in | nyamatongwe | 2 | -0/+4 | |
autocompletion. | |||||
2003-12-13 | Automatically generated section does not have extra | nyamatongwe | 1 | -1/+3 | |
whitespace at line ends. | |||||
2003-12-13 | Automatically generated section does not have extra | nyamatongwe | 1 | -1/+1 | |
whitespace at line ends. | |||||
2003-12-07 | Added LexErlang.cxx | ssteele | 1 | -0/+4 | |
2003-12-05 | Credit. | nyamatongwe | 1 | -0/+1 | |
2003-12-05 | Updates for Octave support in Matlab lexer. | nyamatongwe | 1 | -12/+64 | |
2003-12-05 | Updates for Octave support in Matlab lexer. | nyamatongwe | 3 | -0/+8 | |
2003-12-05 | Mac OS X improvement. | nyamatongwe | 1 | -4/+2 | |
2003-12-05 | Some casts fixed to use int rather than short for document positions. | nyamatongwe | 1 | -2/+2 | |
2003-12-03 | Explicitly set the selection type when switching documents as rectangular | nyamatongwe | 1 | -0/+1 | |
selection slows it down markedly. | |||||
2003-12-01 | Credit. | nyamatongwe | 1 | -0/+1 | |
2003-11-30 | Handle backslashed characters in replacement for regex. | nyamatongwe | 1 | -11/+55 | |
2003-11-30 | Lexers now added to library. | nyamatongwe | 2 | -13/+65 | |
2003-11-29 | Patch from Philippe for unterminated string and 4 keyword sets. | nyamatongwe | 3 | -25/+56 | |
2003-11-29 | Patch from Kaspar Schiess to handle $' as not starting a string. | nyamatongwe | 1 | -0/+5 | |
2003-11-27 | Reenabled background wrap. | nyamatongwe | 1 | -1/+1 | |
2003-11-27 | Ensure style data refreshed before wrapping lines. | nyamatongwe | 1 | -1/+2 | |
2003-11-27 | Documented additions for 1.57. | nyamatongwe | 1 | -1/+34 | |
2003-11-27 | Typo. | nyamatongwe | 1 | -2/+2 | |
2003-11-27 | Updated reason. | nyamatongwe | 1 | -1/+2 | |
2003-11-27 | Updated history. | nyamatongwe | 1 | -0/+67 | |
2003-11-26 | Updating version. | nyamatongwe | 1 | -27/+8 | |
2003-11-26 | Updating version number. | nyamatongwe | 2 | -4/+12 | |
2003-11-26 | Updating version number. | nyamatongwe | 2 | -5/+5 | |
2003-11-22 | Fix from Shen for folding bug. | nyamatongwe | 1 | -6/+8 | |
2003-11-18 | Typo fixed. | nyamatongwe | 1 | -1/+1 | |
2003-11-08 | Using posted message to continue wrapping while allowing other messages | nyamatongwe | 1 | -2/+27 | |
to be processed. | |||||
2003-11-06 | SelectionText has been holding a terminating NUL but some client code | nyamatongwe | 3 | -9/+6 | |
was adding an extra NUL. Documented this and avoid adding extra NUL. | |||||
2003-11-06 | More checking for background wrap enabled. | nyamatongwe | 2 | -2/+2 | |
Shorter time between timer ticks. | |||||
2003-11-05 | Background wrapping during idle from Bruce Dodson. | nyamatongwe | 3 | -18/+50 | |
2003-11-04 | Credit. | nyamatongwe | 1 | -0/+1 | |
2003-11-04 | Erlang support. | nyamatongwe | 3 | -4/+11 | |
2003-11-04 | Erlang support. | nyamatongwe | 1 | -0/+522 | |
2003-11-04 | Erlang support. | nyamatongwe | 5 | -4/+43 | |
2003-11-04 | SCI_SETCHARSDEFAULT and more clarification of SCI_SETWORDCHARS and | nyamatongwe | 1 | -5/+13 | |
SCI_SETWHITESPACECHARS. | |||||
2003-11-04 | Fix to potential problem with SetTimer. | nyamatongwe | 1 | -1/+5 | |
2003-11-04 | Explained relationship between SetCharsDefault, SetWhitespaceChars, | nyamatongwe | 1 | -0/+2 | |
and SetWordChars. | |||||
2003-11-04 | SCI_SETWORDCHARS performs SCI_SETCHARSDEFAULT before setting | nyamatongwe | 1 | -0/+1 | |
word characters. | |||||
2003-11-04 | Simplified SetCharClasses and added SCI_SETCHARSDEFAULT. | nyamatongwe | 4 | -46/+10 | |
2003-11-01 | Patch from Roy Wood to allow changing the characters that are in the | nyamatongwe | 6 | -9/+75 | |
whitespace class. | |||||
2003-10-31 | Another wrapping fix. | nyamatongwe | 1 | -3/+8 | |
2003-10-27 | Hang fixed when '/' is first character in file. | nyamatongwe | 1 | -1/+1 | |
2003-10-27 | Patches from Roy Wood: | nyamatongwe | 6 | -5/+144 | |
Word movement to end of word. Stuttered page movement. User defined keyboard accelerators on GTK+. | |||||
2003-10-25 | Removed setting autocompletion font to same as text when the text is using | nyamatongwe | 1 | -11/+2 | |
a GDK font. There have been crashes with this. | |||||
2003-10-25 | Rad.On++ moved. | nyamatongwe | 1 | -1/+1 | |
2003-10-25 | Updated sizes. | nyamatongwe | 1 | -1/+1 | |
2003-10-25 | For 1.56. | nyamatongwe | 1 | -2/+2 | |
2003-10-25 | Scintilla .NET moved. | nyamatongwe | 1 | -4/+4 | |