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
/
Scintilla.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-17
Add SciFnDirectStatus, a direct access function which also returns status so can
Neil
1
-0
/
+2
2021-06-10
Rename SCI_PASTERECTANGULAR to SCI_REPLACERECTANGULAR as it is inserting text
Neil
1
-1
/
+1
2021-06-09
Add SCI_PASTERECTANGULAR to insert text like a rectangular paste.
Mitchell Foral
1
-0
/
+1
2021-06-03
Add APIs for setting appearance (traditional blob or plain text) and colour of
Neil
1
-0
/
+8
2021-05-28
Rename 'NO_FOCUS' to 'INACTIVE' to better match platform terms.
Neil
1
-2
/
+2
2021-05-25
Update from Scintilla.iface.
Neil
1
-0
/
+5
2021-05-19
Bug [#2253]. Remove SC_ELEMENT_CARET_SECONDARY as it caused unexpected change to
Neil
1
-1
/
+0
2021-05-14
Implement SC_LAYER_UNDER_TEXT so that selections, caret lines, and content area
Neil
1
-1
/
+2
2021-05-14
Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE and
Neil
1
-0
/
+2
2021-05-14
Add SC_ELEMENT_WHITE_SPACE_BACK to set the background colour of visible
Neil
1
-0
/
+1
2021-05-14
Feature [feature-requests:#1402] Add SC_ELEMENT_WHITE_SPACE to set the colour of
YX Hao
1
-0
/
+1
2021-05-14
Add SCI_MARKERSETLAYER to define layer on which to draw content area markers.
Neil
1
-0
/
+2
2021-05-12
Switch caret line background colour to SC_ELEMENT_CARET_LINE_BACK element and
Neil
1
-0
/
+3
2021-05-11
Implement SCI_GETELEMENTBASECOLOUR to return the default values for element
Neil
1
-0
/
+1
2021-05-10
Change the way that selections and carets are drawn to use the element APIs.
Neil
1
-0
/
+15
2021-04-28
Character indices are no longer provisional so move out of Provisional category.
Neil
1
-8
/
+8
2021-04-20
Bug [#2027]. Implement font locale SCI_SETFONTLOCALE on Win32 using DirectWrite.
Neil
1
-0
/
+2
2021-03-29
Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements.
Neil
1
-0
/
+9
2021-03-28
Add shapes with curved and rounded ends to EOL annotations as EOLANNOTATION_*.
Neil
1
-3
/
+12
2021-03-27
Add APIs for setting translucency and stroke width of markers.
Neil
1
-0
/
+4
2021-03-27
Add API for setting stroke width of indicators.
Neil
1
-0
/
+2
2021-03-26
Add SC_SUPPORTS_PIXEL_MODIFICATION to differentiate character cell and
Neil
1
-0
/
+1
2021-03-22
Implement more support values.
Neil
1
-0
/
+2
2021-03-19
Add Surface::PixelDivisions which detects 'retina' displays that use
Neil
1
-0
/
+1
2021-03-19
Add Platform::Supports for SupportsFeature API.
Neil
1
-0
/
+1
2021-03-19
Add SupportsFeature API but leave empty for now with no features defined.
Neil
1
-0
/
+1
2021-03-12
Remove SetLexer, SetLexerLanguage, and LoadLexerLibrary methods.
Neil
1
-3
/
+0
2020-11-02
Remove definition that ensures lexers linked as no lexers any more.
Neil
1
-1
/
+0
2020-08-25
Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.
Derek Brown
1
-0
/
+1
2020-07-15
Feature [feature-requests:1368]. Add BraceMatchNext API.
Zufu Liu
1
-0
/
+1
2020-06-12
Bug [#2141]. Implement end of line annotations.
Prakash Sahni
1
-1
/
+14
2020-05-02
Allow disabling automatically generated #define constants.
Neil
1
-0
/
+4
2020-04-08
Feature [feature-requests:1344]. Add methods for iterating through the marker
Iain Clarke
1
-0
/
+2
2020-03-16
Update Scintilla.h to match reordering of Scintilla.iface.
Neil
1
-9
/
+9
2019-12-31
Implement SCI_SETILEXER.
Neil
1
-0
/
+1
2019-11-15
Feature [feature-requests:#1316] Allow target to have virtual space.
Neil
1
-0
/
+4
2019-11-15
Feature [feature-requests:#1316] Add access to virtual space at start and end of
Neil
1
-0
/
+2
2019-07-05
Bug [#2118]. Add TabMinimumWidth property to API so applications can display
Neil
1
-0
/
+2
2019-06-30
Bug [#2038]. Source of input reported in SCN_CHARADDED.
Zufu Liu
1
-0
/
+4
2019-06-22
Bug [#1924]. Option to allow block carets to trail selection ranges.
Neil
1
-1
/
+2
2019-06-22
Feature [feature-requests:#1297] Fixed INDIC_MAX / INDICATOR_MAX.
Neil
1
-1
/
+1
2019-06-22
Feature [feature-requests:#1297] Updated Scintilla.h from Scintilla.iface.
Neil
1
-6
/
+14
2019-04-07
Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.
Zufu Liu
1
-0
/
+1
2019-04-05
Feature [feature-requests:#1272]. Add API to set default fold display text.
Neil
1
-0
/
+2
2019-03-31
Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to match
Zufu Liu
1
-0
/
+1
2019-03-29
Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION API
Neil
1
-0
/
+2
2019-03-12
Feature [feature-requests:#1217]. Add CARETSTYLE_INS_MASK definition.
Neil
1
-0
/
+1
2019-03-07
Move CARETSTYLE_INS_MASK from Scintilla.iface as it is not documented.
rel-4-1-4
Neil
1
-1
/
+0
2019-02-05
Feature [feature-requests:#1217]. Change API so block just for overstrike.
Zufu Liu
1
-1
/
+3
2019-02-02
Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.
Zufu Liu
1
-0
/
+1
[next]