index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-07
With a rectangular selection, SCI_GETSELECTIONSTART and
nyamatongwe
1
-2
/
+2
2010-04-03
NUL characters in text formats on clipboard terminate the text.
nyamatongwe
1
-1
/
+1
2010-03-27
Display bad Unicode bytes with a leading 'x' so form feed is distinguished
nyamatongwe
1
-4
/
+5
2010-03-27
Detects more forms of bad UTF-8 including overlong sequences,
nyamatongwe
1
-2
/
+36
2010-03-27
Fix warning.
nyamatongwe
1
-1
/
+1
2010-03-26
Added SCI_GETTAG.
nyamatongwe
2
-0
/
+22
2010-03-26
Simplify code and use better variable names.
nyamatongwe
2
-77
/
+59
2010-03-25
New case insensitive searching implementation uses objects implementing
nyamatongwe
4
-24
/
+198
2010-03-23
Support for Django's template language.
nyamatongwe
1
-2
/
+74
2010-03-23
Fixed bug where isalpha was called on non-ASCII bytes causing error
nyamatongwe
1
-2
/
+6
2010-03-23
Upper and lower casing now works on non-ASCII characters.
nyamatongwe
4
-8
/
+51
2010-03-23
Added function for finding how many bytes are in a UTF-8 character.
nyamatongwe
2
-0
/
+13
2010-03-14
Avoid warning about uninitialised member.
nyamatongwe
1
-0
/
+1
2010-03-14
More members initialised in constructor even though they will be filled in
nyamatongwe
1
-0
/
+7
2010-03-14
Fixed bug where number of character in regular expression replace was
nyamatongwe
1
-0
/
+1
2010-03-13
Adding const to methods where possible.
nyamatongwe
11
-26
/
+26
2010-03-13
Change definition of Sci_RangeToFormat to avoid reliance on Platform.h.
nyamatongwe
1
-1
/
+1
2010-03-11
Implemented multipaste as an option.
nyamatongwe
2
-0
/
+42
2010-03-11
Using passed length rather than 0 termination in case need to process text
nyamatongwe
1
-1
/
+1
2010-03-09
Bug fix from Todd at ActiveState so that unindent works on rectangular
nyamatongwe
1
-1
/
+1
2010-03-06
Optimized setting wrap attributes by only calling ReconfigureScrollBars if
nyamatongwe
1
-9
/
+15
2010-03-05
Stripped trailing whitespace.
nyamatongwe
1
-28
/
+28
2010-03-03
Allow multiple uses of Delete key to coalesce into a single undo action.
nyamatongwe
1
-1
/
+1
2010-02-28
Fix for bug #2959876 Regular expression replace cannot escape \
nyamatongwe
1
-0
/
+3
2010-02-25
Fix for bug #2958043 Text disappears when the "wrap" option is on
nyamatongwe
1
-1
/
+5
2010-02-24
Bug #2956543, R Lexer is case insensitive for keywords
nyamatongwe
1
-2
/
+2
2010-02-21
Patch from Haimag Ren adds folding of line comments.
nyamatongwe
1
-0
/
+25
2010-02-19
Fix for bug #2951353 HotSpotRange clearing when mouse moves out of window.
nyamatongwe
2
-1
/
+7
2010-02-17
FIx for bug #2950799 up/down-arrow column stickiness confused by horiz
nyamatongwe
1
-11
/
+11
2010-02-17
Formatting whitespace.
nyamatongwe
36
-213
/
+209
2010-02-15
Fix for bug #2948260 Rectangular selection expansion
nyamatongwe
1
-0
/
+6
2010-02-09
Patch from scintilla-interest to send all bytes of multi-byte typed char
nyamatongwe
1
-6
/
+10
2010-02-08
Fix for bug #2947064 SCI_SETSEL leaves multiple selections
nyamatongwe
1
-0
/
+2
2010-02-08
Cosmetic: removed trailing space.
nyamatongwe
1
-34
/
+34
2010-02-05
Support for not terminating strings at line end to support Ren'Py langauge
nyamatongwe
1
-1
/
+5
2010-01-31
Added SCI_SETFIRSTVISIBLELINE to match SCI_GETFIRSTVISIBLELINE.
nyamatongwe
1
-0
/
+4
2010-01-31
Enhanced Erlang lexer. Bug #2942448.
nyamatongwe
1
-450
/
+543
2010-01-30
Fix bug #2942131 Caret pos after rectagular delete.
nyamatongwe
4
-16
/
+42
2010-01-28
Avoiding warnings from cppcheck. Mostly removing bodies of private copy
nyamatongwe
5
-11
/
+10
2010-01-26
Fix to allow compiling on old version of GCC 3.3.3. Bug #2940511.
nyamatongwe
2
-2
/
+6
2010-01-21
Fix for bug #2936108 SC_WRAPVISUALFLAGLOC_END_BY_TEXT has not worked since
nyamatongwe
1
-1
/
+1
2010-01-20
Fixed warning *again*.
nyamatongwe
1
-1
/
+1
2010-01-19
Avoid warning from cppcheck about not ensuring NUL termination after
nyamatongwe
1
-0
/
+1
2010-01-19
Reduced scope of variable.
nyamatongwe
1
-1
/
+1
2010-01-19
Fully intialize Action.
nyamatongwe
1
-0
/
+1
2010-01-19
Avoid warning from cppchecker in bug #2903391.
nyamatongwe
1
-3
/
+1
2010-01-19
Removed unnecessary check for NULL.
nyamatongwe
1
-2
/
+1
2010-01-16
Fix for bug #2929708 Assertion in SplitVector adding line after adding
nyamatongwe
1
-0
/
+1
2010-01-15
Fix for bug #2930488 Select All doesn't work if there's a rectangular
nyamatongwe
1
-0
/
+1
2009-12-19
Fix for bug #2914691 Wrong background colour when using coloured lines with
nyamatongwe
1
-1
/
+1
[next]