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
2015-02-17
Change log.
Neil
1
-0
/
+4
2015-02-17
Reindented file consistently with 4 space indents using astyle -s4 -OHUKk3
Neil
1
-410
/
+411
2015-02-17
Bug [#1697]. Allow folding of multiline comments in Ruby.
Neil
1
-0
/
+24
2015-02-16
Fix bugs caused by deleting text with undo collection off when entering IME c...
Neil Hodgson
2
-14
/
+45
2015-02-16
Implement SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 on Cocoa.
Neil Hodgson
3
-1
/
+94
2015-02-15
Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicator
Neil
12
-19
/
+130
2015-02-15
Change log.
Neil
1
-0
/
+4
2015-02-11
Don't disable adaptive speed of scrolling on OS X with GTK Quartz backend
Jiřà Techet
1
-3
/
+4
2015-02-15
Change log.
Neil
1
-1
/
+2
2015-02-12
fix problem with typdef class statements creating a fold point, expecting an ...
Joe Mueller
1
-3
/
+13
2015-02-14
Fix unused parameter warnings. Remove code that is never executed.
Neil Hodgson
2
-7
/
+12
2015-02-14
Fix warnings for suspicious type conversions and not fully bracketed initiali...
Neil Hodgson
7
-71
/
+73
2015-02-14
Fix 64->32 bit conversion warnings.
Neil Hodgson
5
-43
/
+48
2015-02-14
Fix doc comments.
Neil Hodgson
4
-5
/
+5
2015-02-13
Remove unused state.
Neil
1
-1
/
+1
2015-02-13
Ensure style data OK before wrapping lines when changing documents.
Neil
1
-0
/
+1
2015-02-12
Fixed bad end tag.
Neil
1
-1
/
+1
2015-02-11
Add the OLEAUT32 library as it will be needed for BSTR support.
Neil
2
-2
/
+2
2015-02-10
Log for previous Verilog change.
Neil
1
-0
/
+1
2015-02-09
add support for escaped identifiers
Joe Mueller
1
-1
/
+13
2015-02-10
Fix hang in folding when document starts with "entity".
Neil
2
-3
/
+7
2015-02-10
Add INDIC_FULLBOX.
Neil
5
-6
/
+24
2015-02-07
Update on SciTE crash.
Neil
1
-0
/
+4
2015-02-04
Implement hover style and colour for indicators.
Neil
13
-54
/
+203
2015-02-02
Added <deque> to order.
Neil
1
-0
/
+1
2015-01-30
fix folding bugs with extern and pure virtual functions/tasks. fix folding bu...
Joe Mueller
1
-1
/
+57
2015-01-30
Change log.
Neil
1
-0
/
+3
2015-01-29
fix problem with folding comments by re-folding the previous line as was done...
Joe Mueller
1
-1
/
+12
2015-01-26
Use QElapsedTimer::nsecsElapsed for more accurate measurement of durations.
Neil
2
-6
/
+17
2015-01-24
Fix a bug with the q-quote operator.
Neil
2
-23
/
+30
2015-01-22
Fix compilation failure of C++11 <regex> on Windows using gcc.
Neil
2
-4
/
+8
2015-01-22
Add INDIC_COMPOSITIONTHIN indicator.
Neil
5
-1
/
+20
2015-01-22
Since gtk_widget_set_double_buffered is deprecated by GTK+ 3.14, only use it
Neil Hodgson
1
-0
/
+2
2015-01-22
Specify methods that do not use this as static.
Neil Hodgson
1
-2
/
+2
2015-01-22
Fix incorrect call. Was supposed to avoid empty drop.
Neil Hodgson
1
-1
/
+1
2015-01-22
Feature [feature-requests:#1098]. Accept `is`/`us` integer suffixes instead of
Neil
2
-1
/
+17
2015-01-20
Added tag rel-3-5-3 for changeset 8b21bf82adac
Neil
1
-0
/
+1
2015-01-16
When the mouse is on the line between margin and text changed to treat as within
Neil
3
-1
/
+10
2015-01-15
LexHex: reorder lexer states after addition of the "unknown record type"
Markus Heidelberg
2
-30
/
+30
2015-01-14
Make Japanese IME work in windowed mode.
Neil Hodgson
1
-1
/
+1
2015-01-14
Preparing for version 3.5.3.
Neil
7
-16
/
+17
2015-01-14
Change log.
Neil
1
-2
/
+4
2015-01-13
fix bug in handling of comments, make some new features conditional on lexer ...
Joe Mueller
1
-19
/
+29
2015-01-13
LexHex S-Record: use the required data field size for some highlighting
Markus Heidelberg
1
-29
/
+75
2015-01-13
LexHex: use SCE_HEX_RECTYPE_UNKNOWN also for Srec and IHex
Markus Heidelberg
1
-4
/
+22
2015-01-13
Using size_t instead of unsigned int for conversions to UTF16 for 64-bit
Neil
4
-22
/
+22
2015-01-11
Change log.
Neil
1
-0
/
+3
2015-01-11
LexHex: add a default case for handling faulty states to all lexers
Markus Heidelberg
1
-0
/
+15
2015-01-11
LexHex: add a new state for garbage data after the record
Markus Heidelberg
3
-8
/
+14
2015-01-11
LexHex Tektronix: use more address field types, not just data address
Markus Heidelberg
1
-8
/
+30
[next]