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
Age
Commit message (
Expand
)
Author
Files
Lines
2001-04-14
Added implementations for SCI_GETTARGETSTART and SCI_GETTARGETEND.
nyamatongwe
1
-0
/
+6
2001-04-14
Removed SC_UNDOCOLLECT_* enumeration which was deprecated in 1.27.
nyamatongwe
1
-4
/
+0
2001-04-14
Tweaked scrollbars to start 1 pixel earlier and thus reveal their bottom
nyamatongwe
1
-13
/
+8
2001-04-14
Documented new messages and some old constants.
nyamatongwe
3
-16
/
+108
2001-04-13
Fixed scroll bar size problem by calling gtk_widget_size_request on each
nyamatongwe
1
-269
/
+294
2001-04-13
Fixed const incorrect code.
nyamatongwe
1
-1
/
+1
2001-04-13
Removed some dead commented code.
nyamatongwe
3
-5
/
+0
2001-04-13
Check for fold flag and don't call Fold method if not set as this avoids
nyamatongwe
1
-2
/
+4
2001-04-13
Removed redundant Flush and check for fol as they are done by caller.
nyamatongwe
1
-61
/
+55
2001-04-13
Separated folding code into folding function.
nyamatongwe
1
-34
/
+57
2001-04-13
Added a string name to each lexer.
nyamatongwe
12
-19
/
+20
2001-04-13
Start of new lexer infrastructure.
nyamatongwe
8
-21
/
+111
2001-04-13
Separated folding from lexing.
nyamatongwe
1
-42
/
+63
2001-04-13
Added URL to find original code to comments.
nyamatongwe
1
-0
/
+4
2001-04-12
Fix from Philippe to a rectangular selection staing active after the user
nyamatongwe
1
-1
/
+2
2001-04-12
Changed modification from setting a fold level to indicate that the marker
nyamatongwe
1
-1
/
+2
2001-04-11
Ignore possible build subdirectories.
nyamatongwe
1
-0
/
+3
2001-04-11
Spelling.
nyamatongwe
1
-1
/
+1
2001-04-11
Added SetMultiple and ToString methods.
nyamatongwe
2
-25
/
+74
2001-04-11
Removing .cvsignore files.
nyamatongwe
1
-0
/
+1
2001-04-11
Avoided warnings on VC++ Pro.
nyamatongwe
1
-4
/
+2
2001-04-11
Removed carriage returns.
nyamatongwe
1
-5
/
+5
2001-04-11
Patch from Philippe to make 'rem' work in batch files.
nyamatongwe
3
-133
/
+170
2001-04-10
Removed stray header tag.
nyamatongwe
1
-1
/
+0
2001-04-10
Removed dead code.
nyamatongwe
2
-95
/
+87
2001-04-10
Calltip size fixing and listbox border tweaking.
nyamatongwe
5
-83
/
+115
2001-04-10
Turn off caret line when caret is turned off such as when don't have focus.
nyamatongwe
1
-1
/
+1
2001-04-09
Philippe provided fix for EM_GETLINE and reformatting.
nyamatongwe
3
-122
/
+167
2001-04-09
Tahir added Ada support.
nyamatongwe
6
-82
/
+82
2001-04-09
Added Valery.
nyamatongwe
1
-0
/
+1
2001-04-09
Initial version.
nyamatongwe
1
-0
/
+199
2001-04-09
Updated version to 1.37.
nyamatongwe
1
-4
/
+4
2001-04-08
Removed old unused code from SString.
nyamatongwe
2
-144
/
+91
2001-04-06
Made regular expression searching work on a line by line basis, made ^ and
nyamatongwe
3
-23
/
+67
2001-04-05
Replace target functionality to make find and replace operations faster
nyamatongwe
9
-35
/
+150
2001-04-04
Target API for changing document withot visible changes: SetTargetStart,
nyamatongwe
4
-4
/
+46
2001-04-04
Moved to public domain regular expresion implementation.
nyamatongwe
11
-1372
/
+952
2001-04-04
Avoid compiler and BoundsChecker warnings.
nyamatongwe
4
-8
/
+34
2001-04-03
Regular expression find support.
nyamatongwe
8
-77
/
+151
2001-04-03
Fixed read of uninitialised memory when searching for '=' in properties
nyamatongwe
1
-1
/
+2
2001-03-31
Documented the caret line.
nyamatongwe
1
-6
/
+19
2001-03-31
Added caret line feature.
nyamatongwe
6
-13
/
+57
2001-03-31
Removed debugging from URI drop.
nyamatongwe
1
-4
/
+0
2001-03-31
Support for URI drag and drop on GTK+.
nyamatongwe
3
-0
/
+12
2001-03-31
Start of file drag and drop on GTK+.
nyamatongwe
1
-0
/
+7
2001-03-30
Undo coalescing now allows deletes of size 1 or 2 to be coalesced.
nyamatongwe
2
-100
/
+100
2001-03-30
Added a contains method so it is easy to see if a string contains a
nyamatongwe
1
-0
/
+6
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
[next]