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-08-07
New markers called DOTDOTDOT and ARROWS for emulating Python prompts.
nyamatongwe
2
-0
/
+4
2002-08-05
Visible whitespace specifiable colours feature from Martin Alderson.
nyamatongwe
2
-0
/
+8
2002-08-02
Added keyboard commands to go to start and end of display lines.
nyamatongwe
2
-0
/
+18
2002-07-29
Made compatible with both GTK+ 1.x and 2.x.
nyamatongwe
1
-0
/
+6
2002-07-28
Changed Contains to do semi-includive bounds correctly.
nyamatongwe
1
-2
/
+2
2002-07-21
Added Scriptol lexer.
nyamatongwe
1
-0
/
+21
2002-07-21
Added Scriptol lexer.
nyamatongwe
1
-0
/
+23
2002-07-11
Patch from Philippe to improve caret policy.
nyamatongwe
2
-112
/
+138
2002-07-07
Using ContainerClass everywhere as the parent class of Scintilla rather
nyamatongwe
1
-1
/
+1
2002-07-05
Documented the incorrect values of SCEN_SETFOCUS and SCEN_KILLFOCUS.
nyamatongwe
1
-1
/
+3
2002-06-19
TextHeight feature contributed by Josh Wingstrom.
nyamatongwe
2
-2
/
+4
2002-06-11
Two enumerations incorrectly specified with "val".
nyamatongwe
1
-2
/
+2
2002-06-09
Compatibility with 64 bit systems.
nyamatongwe
2
-1
/
+6
2002-06-09
Using lenpos_t to avoid typing problem.
nyamatongwe
1
-1
/
+1
2002-05-27
Removed nonFuncChar as no longer used.
nyamatongwe
1
-4
/
+0
2002-05-20
Added a Match method to Accessor to make it easy to check for strings in a do...
nyamatongwe
2
-0
/
+2
2002-04-23
Don Paul Beletsky added substr and lowercase methods.
nyamatongwe
1
-0
/
+22
2002-04-21
Some Win64 compatibility and size_t correctness.
nyamatongwe
2
-1
/
+6
2002-04-21
Changed lenpos_t to be size_t as that is WIN64 safe.
nyamatongwe
1
-1
/
+1
2002-04-19
Patch from Don Paul including memcpy use, comments and change method.
nyamatongwe
1
-6
/
+13
2002-04-18
Fixed spelling.
nyamatongwe
1
-1
/
+1
2002-04-18
Added enu (enumeration) and lex (lexer) feature types. Defined enumerations a...
nyamatongwe
3
-22
/
+98
2002-04-18
Added enu (enumeration) and lex (lexer) feature types. Defined enumerations a...
nyamatongwe
1
-0
/
+7
2002-04-16
Patch from Holger Kiemes to recognise more tag line formats.
nyamatongwe
2
-0
/
+2
2002-04-14
Implemented endAtLastLine attribute which allows option of scrolling one
nyamatongwe
2
-0
/
+11
2002-04-07
Added ZOOM notification. Added TextWidth method to allow clients to determine...
nyamatongwe
2
-0
/
+8
2002-04-04
Change to horizontal scrolling to allow the assumed document width to be set.
nyamatongwe
2
-10
/
+18
2002-04-03
Patch from Brian Quinlan to include metdata about keyword lists within
nyamatongwe
1
-2
/
+9
2002-03-26
Made symbols for the lexical states of the diff lexer. Recognise '***' as the...
nyamatongwe
2
-0
/
+15
2002-02-28
Line layout cache feature added.
nyamatongwe
2
-0
/
+17
2002-02-16
New lexer for Matlab contributed by José Fonseca.
nyamatongwe
2
-0
/
+19
2002-02-16
Success or failure returned from Scintilla intialisation and finalisation.
nyamatongwe
1
-2
/
+3
2002-02-12
Added clean up function for static callers.
nyamatongwe
1
-0
/
+1
2002-02-12
consting.
nyamatongwe
1
-7
/
+7
2002-02-06
Made languageName public so clients can use it.
nyamatongwe
1
-1
/
+1
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
[next]