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
/
doc
/
ScintillaDoc.html
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-06
Clarify out of bounds behaviour.
Neil
1
-0
/
+1
2015-11-20
Remove line end whitespace.
Neil
1
-13
/
+13
2015-11-11
Implemented idle styling. This allows painting without first styling all visible
Neil
1
-1
/
+20
2015-09-26
Whitespace may be made visible just in indentation.
nkmathew
1
-0
/
+8
2015-09-03
Removing support for old GTK+ versions. Minimum GTK+ is 2.18 with glib 2.22.
Neil
1
-2
/
+2
2015-08-16
On GTK+, support code page 866 with SC_CHARSET_OEM866.
Serg Stetsuk
1
-1
/
+1
2015-07-31
Document use of Sci_Position and Sci_PositionCR.
Neil
1
-7
/
+11
2015-07-31
Updated lexer interfaces for Sci_Position.
Neil
1
-177
/
+44
2015-07-28
Remove archaic mention of cells.
Neil
1
-2
/
+2
2015-07-03
Feature [feature-requests:#1109]. SCN_AUTOCCOMPLETED sent after text insertion.
Jonathan Hunt
1
-8
/
+112
2015-06-30
Added SC_CASE_CAMEL to the case mode style attribute.
Neil
1
-2
/
+2
2015-06-27
Make documentation of SCI_MARKERENABLEHIGHLIGHT consistent.
Neil
1
-1
/
+1
2015-06-24
Make multiple selection work over most cursor movement and selection, new line,
Neil
1
-1
/
+10
2015-06-11
Added explanation of SCI_MULTIPLESELECTADDEACH.
Neil
1
-3
/
+7
2015-06-11
Added MultipleSelectAddNext, MultipleSelectAddEach, IsRangeWord, and
Neil
1
-1
/
+18
2015-06-11
Explain styling a little more.
Neil
1
-4
/
+7
2015-05-29
Document indexing of selection.
Neil
1
-2
/
+2
2015-05-20
SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 implemented on Win32.
Neil
1
-2
/
+2
2015-03-26
Specify which APIs append a NUL to results.
Neil
1
-14
/
+16
2015-03-13
Scintilla is now always a wide character window so remove vestiges of narrow
Neil
1
-8
/
+4
2015-03-09
Fix an unclosed tag in the documentation
Colomban Wendling
1
-1
/
+1
2015-02-23
Add SCI_GETTARGETTEXT as a simpler alternate to SCI_GETTEXTRANGE.
Neil
1
-1
/
+6
2015-02-22
Added SCI_SETTARGETRANGE method to set both the start and end of the target.
Neil Hodgson
1
-0
/
+2
2015-02-19
Document constant that had not been defined.
Neil
1
-0
/
+1
2015-02-16
Implement SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 on Cocoa.
Neil Hodgson
1
-1
/
+3
2015-02-15
Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicator
Neil
1
-1
/
+21
2015-02-12
Fixed bad end tag.
Neil
1
-1
/
+1
2015-02-10
Add INDIC_FULLBOX.
Neil
1
-2
/
+13
2015-02-04
Implement hover style and colour for indicators.
Neil
1
-5
/
+29
2015-01-22
Add INDIC_COMPOSITIONTHIN indicator.
Neil
1
-1
/
+11
2015-01-10
On Windows GDI, assume font names are encoded in UTF-8 and use wide character
Neil
1
-4
/
+8
2015-01-09
Bug [#1679]. Extra warning.
Neil
1
-0
/
+1
2014-11-24
SC_TECHNOLOGY_DIRECTWRITEDC is another provisional mode for DirectWrite drawing
Neil
1
-7
/
+12
2014-11-14
Feature [feature-requests:#1086]. Annotation display style ANNOTATION_INDENTED;
Erik Angelin
1
-1
/
+9
2014-10-16
Reordered searching section so preferred SCI_SEARCHINTARGET API is shown first
Neil
1
-99
/
+94
2014-10-02
Allocate indicators for IME use after previously allowed indicators.
Neil
1
-4
/
+6
2014-10-02
Allow using C++11 <regex> for searches as a provisional feature.
Neil
1
-3
/
+27
2014-10-02
Fix spelling.
Neil
1
-4
/
+4
2014-09-25
Mentioning that SC_TECHNOLOGY_DIRECTWRITERETAIN is provisional.
Neil
1
-5
/
+9
2014-09-12
Allow choice between windowed and inline IME.
Neil
1
-1
/
+16
2014-09-04
Better explanation of SCI_GETNEXTTABSTOP.
Neil
1
-3
/
+3
2014-09-03
Added SC_TECHNOLOGY_DIRECTWRITERETAIN mode.
Neil
1
-1
/
+5
2014-08-09
Documented SC_MOD_CHANGETABSTOPS.
Neil
1
-1
/
+14
2014-08-08
Implement explicit tab stops per line.
Neil
1
-0
/
+15
2014-07-19
Treated SC_PHASES_MULTIPLE as SC_PHASES_TWO when buffered drawing is on.
Neil
1
-0
/
+2
2014-07-18
Allow extreme ascenders and descenders to overlap into adjacent lines with
Neil
1
-13
/
+36
2014-05-24
SCI_AUTOCSETMULTI allows setting whether autocompletion text is inserted at each
Neil
1
-1
/
+9
2014-05-24
Removing style byte indicators.
Neil
1
-93
/
+46
2014-01-20
Fix typo in documentation
Stefan Weil
1
-1
/
+1
2014-05-01
Consolidate insertion for paste into Editor class and perform line end
Neil
1
-2
/
+2
[next]