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-05-22
Better handling of quoted strings at the end of scripts.
nyamatongwe
1
-16
/
+11
2001-05-22
Support for forced upper and lower case styles.
nyamatongwe
4
-24
/
+47
2001-05-21
Avoided some warnings.
nyamatongwe
2
-1
/
+3
2001-05-20
Removed uncounted version of ReplaceTarget to allow
nyamatongwe
1
-5
/
+1
2001-05-19
Abstracted out code that is common to many lexers into LexContext class.
nyamatongwe
1
-102
/
+100
2001-05-18
Initial version.
nyamatongwe
1
-0
/
+286
2001-05-14
Merged patch from Michele to add ability for tab key to perform indent when
nyamatongwe
3
-71
/
+129
2001-05-05
Patch from Steve Lhomme to prevent %> from displaying as ASP if not in ASP
nyamatongwe
1
-8
/
+10
2001-05-01
External lexer feature added by Simon allows lexers to be housed in DLLs with
nyamatongwe
3
-4
/
+10
2001-04-30
Forwarding state of Alt key to key map and using the returned consumed
nyamatongwe
1
-0
/
+4
2001-04-30
When doing regexp searches, start position is moved on from end of line
nyamatongwe
1
-3
/
+6
2001-04-29
Addition of new target methods - versions of ReplaceTarget that take counted
nyamatongwe
6
-76
/
+154
2001-04-27
Feature from Stephan to allow autocompletion to stay open even when there
nyamatongwe
3
-10
/
+20
2001-04-25
Changed allocation growth factor to double when it gets less than a sixth of
nyamatongwe
1
-1
/
+1
2001-04-25
Changed buffer growth strategy to be proportional to current size by doubling
nyamatongwe
2
-16
/
+20
2001-04-24
Initial version.
nyamatongwe
2
-0
/
+378
2001-04-23
Fixed bug that treated some operators in ASP VBScript as if they were in
nyamatongwe
1
-1
/
+1
2001-04-20
Removed DEBUG code that failed to compile on GTK+.
nyamatongwe
1
-78
/
+3
2001-04-20
Added Lisp lexer to makefiles and simplified LexLisp.cxx.
nyamatongwe
1
-15
/
+2
2001-04-20
Simplified because of warnings.
nyamatongwe
1
-3
/
+2
2001-04-20
Initial version by Alexey.
nyamatongwe
1
-0
/
+208
2001-04-20
Alexey added folding for Lua.
nyamatongwe
1
-232
/
+205
2001-04-14
Added implementations for SCI_GETTARGETSTART and SCI_GETTARGETEND.
nyamatongwe
1
-0
/
+6
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
11
-17
/
+17
2001-04-13
Start of new lexer infrastructure.
nyamatongwe
4
-16
/
+85
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
Added SetMultiple and ToString methods.
nyamatongwe
1
-22
/
+69
2001-04-11
Avoided warnings on VC++ Pro.
nyamatongwe
1
-4
/
+2
2001-04-11
Patch from Philippe to make 'rem' work in batch files.
nyamatongwe
1
-133
/
+131
2001-04-10
Removed dead code.
nyamatongwe
1
-1
/
+0
2001-04-10
Calltip size fixing and listbox border tweaking.
nyamatongwe
4
-71
/
+77
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
Initial version.
nyamatongwe
1
-0
/
+199
2001-04-08
Removed old unused code from SString.
nyamatongwe
1
-50
/
+8
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
7
-33
/
+140
2001-04-04
Target API for changing document withot visible changes: SetTargetStart,
nyamatongwe
2
-4
/
+32
2001-04-04
Moved to public domain regular expresion implementation.
nyamatongwe
5
-1214
/
+934
2001-04-04
Avoid compiler and BoundsChecker warnings.
nyamatongwe
3
-7
/
+31
2001-04-03
Regular expression find support.
nyamatongwe
3
-65
/
+124
2001-04-03
Fixed read of uninitialised memory when searching for '=' in properties
nyamatongwe
1
-1
/
+2
[next]