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-03-31
Added caret line feature.
nyamatongwe
4
-13
/
+41
2001-03-30
Undo coalescing now allows deletes of size 1 or 2 to be coalesced.
nyamatongwe
2
-100
/
+100
2001-03-30
Fixed bug when single character deletions were being coalesced even though
nyamatongwe
1
-12
/
+15
2001-03-28
Changed handling of the end of stream comments which was perturbed by
nyamatongwe
1
-4
/
+6
2001-03-28
Patch from Stephan to prevent double recording of newlines in macros.
nyamatongwe
1
-4
/
+4
2001-03-23
Fixed CPP lexer to work correctly when the '{' starting a fold section
nyamatongwe
1
-41
/
+52
2001-03-22
Patch from James Larcombe to add Ctrl+Shift+BackSpace and Ctrl+Shift+Delete
nyamatongwe
1
-0
/
+2
2001-03-22
Patch from James Larcombe for SCI_DELLINERIGHT, SCI_DELLINELEFT and
nyamatongwe
1
-1
/
+20
2001-03-21
Enumeration interface from Laurent.
nyamatongwe
1
-0
/
+40
2001-03-02
Update from Steve to make string style terminate after a variable.
nyamatongwe
1
-0
/
+1
2001-03-02
Update from Steve to PHP in the HTML lexer.
nyamatongwe
1
-3
/
+60
2001-03-02
Removed use of Platform::SendScintilla as that is indirect was of talking
nyamatongwe
1
-5
/
+4
2001-02-27
Option fold.html added.
nyamatongwe
1
-0
/
+4
2001-02-27
Patch from Philippe to regularise comments.
nyamatongwe
13
-149
/
+154
2001-02-25
Increased allocation chunk size for GetNearestWords as it was slow.
nyamatongwe
1
-1
/
+1
2001-02-24
Patch from Jan to allow folding multi-line C++ comments.
nyamatongwe
1
-5
/
+14
2001-02-24
Patch from Jan to avoid warnings.
nyamatongwe
1
-0
/
+4
2001-02-24
Patch from Jan Hercek to fix folding by using the display line rather than
nyamatongwe
2
-12
/
+13
2001-02-24
Added support for using ':' and another character to end identifiers in
nyamatongwe
1
-141
/
+105
2001-02-24
Fixed font leak.
nyamatongwe
1
-0
/
+1
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
3
-8
/
+22
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-1
/
+4
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
5
-8
/
+24
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-13
/
+27
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
29
-138
/
+269
2001-02-23
Patch from Philippe to clean up the code a lot.
nyamatongwe
1
-67
/
+136
2001-02-23
Patch from Steve to change name of option for folds owning following blank
nyamatongwe
1
-2
/
+2
2001-02-22
Patch from Steve makes folding work better on multi-line tags and CDATAs.
nyamatongwe
1
-21
/
+48
2001-02-21
Patch from Steve to support folding of HTML.
nyamatongwe
1
-17
/
+56
2001-02-21
Patch from Philippe to improve batch file lexer.
nyamatongwe
1
-48
/
+64
2001-02-17
Fixed some warnings from Borland.
nyamatongwe
2
-3
/
+1
2001-02-17
Defining sptr_t and uptr_t to be integral types large enough to contain
nyamatongwe
4
-5
/
+5
2001-02-16
Patch from Mark so context menu items take account of whether is writable.
nyamatongwe
1
-5
/
+6
2001-02-09
New version from Alexey. Diverged much more from LexCPP code.
nyamatongwe
1
-57
/
+79
2001-02-08
Setting operators in ASP VBScript to correct lexical class.
nyamatongwe
1
-1
/
+1
2001-02-07
GetWild does file extension comparison case insensitively.
nyamatongwe
1
-3
/
+4
2001-02-06
Made SCI_CANPASTE and EM_CANPASTE work correctly using
nyamatongwe
2
-1
/
+6
2001-02-06
Removed macro substitution of case insensitive string comparison functions
nyamatongwe
1
-30
/
+50
2001-02-05
Patch from John to make GTK+ version build on Win32.
nyamatongwe
1
-5
/
+23
2001-02-03
Refactored detection of self reference within variable to separate function
nyamatongwe
1
-11
/
+20
2001-02-03
Fixed infinite recursion when a value contains a reference to itself.
nyamatongwe
1
-0
/
+10
2001-02-02
Used GetExpanded rather than Get when filling in variable file selectors so
nyamatongwe
1
-2
/
+2
2001-02-01
Building from cxx now sets the directory to ..\win32 first.
nyamatongwe
1
-0
/
+3
2001-02-01
Lexer for Avenue files by Alexey.
nyamatongwe
1
-0
/
+166
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
[next]