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
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 (
Collapse
)
Author
Files
Lines
2008-07-06
Explanations about regular expression replacement.
nyamatongwe
1
-1
/
+14
2008-06-29
Simon Steele's modification to allow replacing the regular
nyamatongwe
5
-207
/
+271
expression implementation.
2008-06-28
Removed outdated TODO.
nyamatongwe
1
-3
/
+0
2008-06-28
Protected isdigit against non-ASCII.
nyamatongwe
1
-1
/
+1
2008-06-22
Updated number of styles since lexers can use 8 bits now.
nyamatongwe
1
-3
/
+3
2008-06-15
Bug #1989278. Right mouse button down moves caret.
nyamatongwe
1
-0
/
+5
2008-06-15
Casts to make recent gcc happy about string literals as gchar*.
nyamatongwe
1
-5
/
+5
2008-06-15
const safety
nyamatongwe
1
-1
/
+1
2008-06-07
Added AutoCCancelled event implementation from Enrico Tröger.
nyamatongwe
4
-7
/
+21
2008-06-02
Updated the READMEs as Borland no longer works.
nyamatongwe
1
-4
/
+4
2008-06-02
Bug #1945003 corrects styling of PHP heredocs.
nyamatongwe
1
-3
/
+8
2008-06-01
Bug #1776285 allow "src" near "<?php".
nyamatongwe
1
-1
/
+1
2008-06-01
Feature request #1978041 adds IE-specific <comment> tag.
nyamatongwe
1
-30
/
+32
2008-05-28
Patch from Eric Promislow makes #{ work as a fold comment.
nyamatongwe
1
-1
/
+2
2008-05-26
Bug 1971086. Add property to disable scripts within XML.
nyamatongwe
1
-3
/
+4
2008-05-26
More accurate comment.
nyamatongwe
1
-1
/
+1
2008-05-26
Include SciTEProps.cxx in regeneration to pick up lexer properties.
nyamatongwe
1
-0
/
+1
2008-05-17
Added include guard.
nyamatongwe
1
-0
/
+5
2008-04-27
Grammar.
nyamatongwe
1
-4
/
+4
2008-04-27
Typo.
nyamatongwe
1
-1
/
+1
2008-04-27
Implemented GetCharacterPointer feature.
nyamatongwe
8
-0
/
+40
2008-04-20
Safety for non-ASCII characters when calling ctype functions.
nyamatongwe
3
-8
/
+8
2008-04-18
Bug #1945318 handle more compiler directives.
nyamatongwe
1
-2
/
+11
2008-04-15
Florian Balmer fixed VCHome for last line of document.
nyamatongwe
1
-2
/
+2
2008-04-10
Updated name and URL of application.
nyamatongwe
1
-1
/
+1
2008-04-06
Added Kephra.
nyamatongwe
1
-0
/
+4
2008-04-03
Removed extraneous white space.
nyamatongwe
1
-1
/
+1
2008-03-29
Document fixes from Andrew Howell.
nyamatongwe
2
-86
/
+83
2008-03-29
Removed redundant drawing from feature request #1924618.
nyamatongwe
1
-7
/
+0
2008-03-16
Fixed link to current version.
nyamatongwe
1
-1
/
+1
2008-03-14
More updates.
nyamatongwe
1
-3
/
+15
2008-03-14
Updated version number.
nyamatongwe
1
-1
/
+1
2008-03-14
Updates for 1.76.
nyamatongwe
2
-2
/
+47
2008-03-13
Updated version numbers.
nyamatongwe
5
-14
/
+27
2008-02-25
Made fix for #1894195 work in single pass mode.
nyamatongwe
1
-5
/
+8
2008-02-25
Fixed bug #1894195 where whitespace background was not being
nyamatongwe
1
-2
/
+4
displayed on wrapped lines.
2008-02-25
Folder added.
nyamatongwe
1
-1
/
+65
2008-02-25
Changed case of include files so it works when cross-compiling
nyamatongwe
1
-1
/
+1
on Unix using mingw32.
2008-02-13
Revert last change which was accidental.
nyamatongwe
1
-3
/
+0
2008-02-08
Recognize != operator from Octave instead of entering command mode.
nyamatongwe
2
-1
/
+4
2008-02-08
Fixed comment.
nyamatongwe
1
-2
/
+2
2008-02-06
Can compile for GTK+ on Windows using mingw.
nyamatongwe
1
-2
/
+2
2008-02-06
Added TOP.
nyamatongwe
1
-0
/
+4
2008-01-30
Credit.
nyamatongwe
1
-0
/
+1
2008-01-30
Path from Boris optimizes redraw when extending selection.
nyamatongwe
2
-15
/
+22
2008-01-21
Fixed crash when line states is allocated and line inserted after end of
nyamatongwe
1
-0
/
+1
line states.
2008-01-19
CopyAllowLine from 280Z28 / Sam Harwell that reproduces Visual Studio's
nyamatongwe
8
-35
/
+114
behaviour when performing copy on an empty selection copies the current line.
2008-01-19
Made som emethods const.
nyamatongwe
2
-4
/
+4
2008-01-19
Added SC_MARK_LEFTRECT margin marker.
nyamatongwe
4
-1
/
+8
2008-01-18
PowerShell lexer implemented by Tim Gerundt.
nyamatongwe
12
-9
/
+161
[next]