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
2001-01-29
Fixed problem where BeginUndoAction and EndUndoAction were in wrong order.
nyamatongwe
2
-6
/
+11
2001-01-28
Added static_cast to hush Borland C++.
nyamatongwe
1
-2
/
+2
2001-01-28
Updating copyright notices for 2001.
nyamatongwe
37
-37
/
+37
2001-01-27
Patch from James to insert spaces when pasting rectangular to keep pasted
nyamatongwe
1
-0
/
+8
2001-01-27
Patch from Eric to prefer REs after ';'.
nyamatongwe
1
-1
/
+5
2001-01-27
Patch from Laurent to handle comments such as {} and { } correctly.
nyamatongwe
1
-6
/
+20
2001-01-27
Much changed ScintillaGTK widget code that draws directly onto the
nyamatongwe
3
-17
/
+15
2001-01-25
Patch from Steffen to handle $^W and ${"x"} as scalars.
nyamatongwe
1
-1
/
+8
2001-01-25
Patch from Steffen to make .. as in for ( 1..9 ) work.
nyamatongwe
1
-1
/
+4
2001-01-24
Changed isspace to isspacechar which is safe for characters >= 128.
nyamatongwe
5
-14
/
+14
2001-01-24
Made special scalars like $( and $_ work.
nyamatongwe
1
-13
/
+9
2001-01-24
Patch from Steffen for y (transliteration) operator.
nyamatongwe
1
-0
/
+3
2001-01-23
New function isspacechar to avoid bugs when character >= 0x80.
nyamatongwe
2
-13
/
+18
2001-01-19
Removed dead code that was commented out in last change.
nyamatongwe
1
-23
/
+0
2001-01-19
Patch from Steffen to handle single character words better and generally
nyamatongwe
1
-3
/
+10
2001-01-18
Patch from Steffen to simplify handling of quoted strings by reusing the
nyamatongwe
1
-36
/
+17
2001-01-16
Changed undo node coalescing so that a paste followed by typing creates
nyamatongwe
2
-2
/
+11
2001-01-13
Comment lines at end of JavaScript now allow end: //--></script>
nyamatongwe
1
-2
/
+16
2001-01-10
Patch from Steffen to clean up quote handling in a class.
nyamatongwe
1
-78
/
+71
2001-01-06
Patch from Steffen to separate long quote into qq, qz, qr, and qw states.
nyamatongwe
1
-5
/
+20
2001-01-05
Patch from Eric to fix bug in file ops.
nyamatongwe
1
-1
/
+1
2001-01-04
Fixed some warnings.
nyamatongwe
2
-2
/
+1
2001-01-04
Patch from Eric Promislow to treat file test operators like keywords.
nyamatongwe
1
-33
/
+52
2001-01-04
Dropped unused parameter to avoid warning.
nyamatongwe
1
-1
/
+1
2001-01-04
Reformatted.
nyamatongwe
1
-31
/
+28
2001-01-04
Unused SString::npos removed.
nyamatongwe
1
-2
/
+0
2001-01-02
From Philippe.
nyamatongwe
1
-43
/
+116
2001-01-02
Philippe added % and : operators and support for initial # line.
nyamatongwe
1
-2
/
+10
2001-01-02
Addition of SCE_C_COMMENTLINEDOC by Philippe.
nyamatongwe
1
-2
/
+7
2000-12-28
Tweak to display the last character on a line correctly if it is italics.
nyamatongwe
1
-1
/
+8
2000-12-21
Patch from James for SetVisiblePolicy.
nyamatongwe
2
-0
/
+29
2000-12-19
Perl updated.
nyamatongwe
2
-163
/
+131
2000-12-17
Added Laurent's User List.
nyamatongwe
2
-1
/
+23
2000-12-14
Patch from Steffen for quotes in SCE_PL_LONGQUOTE.
nyamatongwe
1
-0
/
+4
2000-12-10
Removed file IO code from PropSet to SciTE.
nyamatongwe
1
-74
/
+4
2000-12-07
Steffen removed SCE_PL_REF state.
nyamatongwe
1
-5
/
+0
2000-12-07
Fix from ActiveState for PODs at start of document.
nyamatongwe
1
-17
/
+18
2000-12-01
Patch from Steffen for treating % as an operator more often.
nyamatongwe
1
-4
/
+6
2000-11-30
Patch from ActiveState for better clipboard handling.
nyamatongwe
1
-3
/
+8
2000-11-30
Patches from Stephan to slow down autoscrolling, exposed
nyamatongwe
2
-61
/
+79
2000-11-26
Patches from Philippe to improve Lua lexer, handle '\' continuation
nyamatongwe
3
-247
/
+241
2000-11-21
Changes by Walter to make work on OpenVMS.
nyamatongwe
2
-0
/
+48
2000-11-21
Steffen's patch for here documents.
nyamatongwe
1
-32
/
+160
2000-11-16
Line mode selection forces stream selection instead of rectangular
nyamatongwe
1
-0
/
+1
2000-11-12
John's patch to handle Unicode u", raw r", and Unicode raw ur" strings.
nyamatongwe
1
-34
/
+100
2000-11-08
Patch from Steffen for regex.
nyamatongwe
1
-4
/
+14
2000-11-08
Clipping redraw rectangles to client rectangle in Editor::RedrawRect.
nyamatongwe
1
-1
/
+15
2000-11-08
Changed keystroke handling so that GTK+ stops keys that are mapped to
nyamatongwe
2
-4
/
+9
2000-11-08
Added Pascal Lexer.
nyamatongwe
1
-1
/
+0
2000-11-08
Initial version by Laurent le Tynevez.
nyamatongwe
1
-0
/
+208
[next]