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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2002-02-02
Updated Lua lexer that treats '.' as not being an identifier or keyword
nyamatongwe
2
-0
/
+10
2002-01-26
Clearer.
nyamatongwe
1
-1
/
+2
2002-01-24
Added parameter to WordStartPosition / WordEndPosition to indicate that
nyamatongwe
1
-2
/
+2
2002-01-18
Updated copyrights for 2002.
nyamatongwe
5
-4
/
+7
2002-01-15
GetNearestWord changed to use a passed in set of valid word characters
nyamatongwe
1
-1
/
+2
2002-01-13
Added TickerID typedef to ease merging FOX code.
nyamatongwe
1
-0
/
+1
2002-01-13
Added option to autocompletion AutoCSetDropRestOfWord which removes any
nyamatongwe
2
-0
/
+8
2002-01-11
Initial minimal support for the Fox version.
nyamatongwe
1
-1
/
+6
2002-01-11
Noted that the changeable style attribute is buggy.
nyamatongwe
1
-0
/
+1
2002-01-10
SC_MASK_FOLDERS calculated in Scintilla.iface rather than Scintilla.h.
nyamatongwe
2
-11
/
+11
2002-01-10
Made code bool-safe and turned Visual C++ warning 4800 back on.
nyamatongwe
1
-1
/
+1
2002-01-07
Added prototype for Scintilla_LinkLexers which is the new name of
nyamatongwe
1
-0
/
+1
2002-01-07
Removed an ifdef that didn't add much.
nyamatongwe
1
-2
/
+0
2001-12-20
Patch from stephan to avoid setting cursor to the same value multiple
nyamatongwe
1
-3
/
+5
2001-12-20
Added changeable attribute to styles that defaults to true. When it is
nyamatongwe
2
-0
/
+4
2001-12-20
Fixed bug in += where 0 still used rather than measure_length.
nyamatongwe
1
-30
/
+30
2001-12-19
Fixed some old icorrect uses of 0 rather than measure_length.
nyamatongwe
1
-8
/
+8
2001-12-19
Wrapping supported.
nyamatongwe
2
-0
/
+13
2001-12-19
Patch from Philippe to change to unsigned for lengths and positions.
nyamatongwe
1
-66
/
+105
2001-12-19
Patch from Philippe to show control characters as a particular character
nyamatongwe
2
-11
/
+19
2001-12-06
Fixed MarkerAdd to return int rather than void.
nyamatongwe
1
-2
/
+2
2001-12-05
Baan support from Vamsi & Praveen.
nyamatongwe
2
-0
/
+25
2001-11-30
Gave GetNewExpand a default filename to make it easier to do expansion.
nyamatongwe
1
-1
/
+1
2001-11-16
Patch from Philippe to use precision argument to differentiate between
nyamatongwe
1
-2
/
+2
2001-11-16
Added DeleteBackNotLine command.
nyamatongwe
2
-0
/
+5
2001-11-15
Changed to a more typesafe definition of ElapsedTime.
nyamatongwe
1
-1
/
+2
2001-11-15
Added construction from double to SString.
nyamatongwe
2
-0
/
+13
2001-11-14
Small punctuation edits from Philippe.
nyamatongwe
1
-12
/
+15
2001-11-10
Moved reallocation into one method.
nyamatongwe
1
-38
/
+25
2001-11-08
Added methods for finding the start and end of words.
nyamatongwe
2
-0
/
+8
2001-11-06
Separated out types that are no longer used.
nyamatongwe
1
-5
/
+6
2001-11-06
Extra documentation for feature numbering and string arguments.
nyamatongwe
1
-0
/
+9
2001-11-01
Moved position of SC_MARK_BACKGROUND in file and renumbered to be in
nyamatongwe
2
-4
/
+4
2001-10-28
Hid implementation of Surface.
nyamatongwe
1
-3
/
+4
2001-10-28
Fixed Platform changes for GTK+ and hid most of the implementation of
nyamatongwe
1
-89
/
+61
2001-10-28
Removed platform-specific headers from Platform.h and thus stopped
nyamatongwe
2
-103
/
+95
2001-10-27
Added lexical mode numbers for ASP and PHP.
nyamatongwe
2
-0
/
+4
2001-10-17
substitute and remove(string) return the number of changes made.
nyamatongwe
1
-4
/
+10
2001-10-13
Deprecated SCN_CHECKBRACE and SCN_POSCHANGED.
nyamatongwe
2
-6
/
+7
2001-10-12
Patch from John to allow double-clicking in autocompletion lists on GTK+.
nyamatongwe
1
-0
/
+14
2001-10-11
Added a remove(string) method which is substitute(string, "").
nyamatongwe
1
-0
/
+3
2001-10-08
Added methods: insert, remove, search, contains and a string version of
nyamatongwe
1
-3
/
+52
2001-10-06
Changed multi-line definition to be on one line to avoid compiler problems.
nyamatongwe
1
-7
/
+2
2001-10-04
Separate lexers for VB and VBScript.
nyamatongwe
2
-1
/
+22
2001-10-02
Patch from Mark to make the x offset accessible through the API.
nyamatongwe
2
-0
/
+6
2001-09-29
Bullant lexer added.
nyamatongwe
2
-0
/
+3
2001-09-24
Patch from Stephan for the SC_MARK_BACKGROUND marker.
nyamatongwe
2
-0
/
+4
2001-09-18
Start of work from Steve on keywords in documentation comments.
nyamatongwe
2
-0
/
+4
2001-09-18
Additional SGML functionality from Steve.
nyamatongwe
2
-4
/
+14
2001-09-14
Addition of more SGML styles from Steve.
nyamatongwe
3
-2
/
+16
[next]