aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Collapse)AuthorFilesLines
2016-01-13Updated modification date.Neil1-1/+1
2016-01-06Clarify out of bounds behaviour.Neil1-0/+1
2015-11-20Remove line end whitespace.Neil1-13/+13
2015-11-11Implemented idle styling. This allows painting without first styling all visibleNeil1-1/+20
text then styling in the background using idle-time.
2015-09-26Whitespace may be made visible just in indentation.nkmathew1-0/+8
2015-09-03Removing support for old GTK+ versions. Minimum GTK+ is 2.18 with glib 2.22.Neil1-2/+2
2015-08-16On GTK+, support code page 866 with SC_CHARSET_OEM866.Serg Stetsuk1-1/+1
2015-07-31Document use of Sci_Position and Sci_PositionCR.Neil1-7/+11
2015-07-31Updated lexer interfaces for Sci_Position.Neil1-177/+44
2015-07-28Remove archaic mention of cells.Neil1-2/+2
2015-07-03Feature [feature-requests:#1109]. SCN_AUTOCCOMPLETED sent after text insertion.Jonathan Hunt1-8/+112
From Jonathan Hunt.
2015-06-30Added SC_CASE_CAMEL to the case mode style attribute.Neil1-2/+2
2015-06-27Make documentation of SCI_MARKERENABLEHIGHLIGHT consistent.Neil1-1/+1
2015-06-24Make multiple selection work over most cursor movement and selection, new line,Neil1-1/+10
and word and line part deletion commands.
2015-06-11Added explanation of SCI_MULTIPLESELECTADDEACH.Neil1-3/+7
2015-06-11Added MultipleSelectAddNext, MultipleSelectAddEach, IsRangeWord, andNeil1-1/+18
TargetWholeDocument.
2015-06-11Explain styling a little more.Neil1-4/+7
2015-05-29Document indexing of selection.Neil1-2/+2
2015-05-20SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 implemented on Win32.Neil1-2/+2
From johnsonj.
2015-03-26Specify which APIs append a NUL to results.Neil1-14/+16
2015-03-13Scintilla is now always a wide character window so remove vestiges of narrowNeil1-8/+4
character window support.
2015-03-09Fix an unclosed tag in the documentationColomban Wendling1-1/+1
2015-02-23Add SCI_GETTARGETTEXT as a simpler alternate to SCI_GETTEXTRANGE.Neil1-1/+6
2015-02-22Added SCI_SETTARGETRANGE method to set both the start and end of the target.Neil Hodgson1-0/+2
2015-02-19Document constant that had not been defined.Neil1-0/+1
2015-02-16Implement SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 on Cocoa.Neil Hodgson1-1/+3
2015-02-15Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicatorNeil1-1/+21
colours and to change the colour of text.
2015-02-12Fixed bad end tag.Neil1-1/+1
2015-02-10Add INDIC_FULLBOX.Neil1-2/+13
2015-02-04Implement hover style and colour for indicators.Neil1-5/+29
2015-01-22Add INDIC_COMPOSITIONTHIN indicator.Neil1-1/+11
2015-01-10On Windows GDI, assume font names are encoded in UTF-8 and use wide characterNeil1-4/+8
calls to allow use of Asian font names.
2015-01-09Bug [#1679]. Extra warning.Neil1-0/+1
2014-11-24SC_TECHNOLOGY_DIRECTWRITEDC is another provisional mode for DirectWrite drawingNeil1-7/+12
which may fix problems with sibling windows.
2014-11-14Feature [feature-requests:#1086]. Annotation display style ANNOTATION_INDENTED;Erik Angelin1-1/+9
like _BOXED but no border.
2014-10-16Reordered searching section so preferred SCI_SEARCHINTARGET API is shown firstNeil1-99/+94
to discourage use of other APIs. Fixed some HTML bugs.
2014-10-02Allocate indicators for IME use after previously allowed indicators.Neil1-4/+6
2014-10-02Allow using C++11 <regex> for searches as a provisional feature.Neil1-3/+27
2014-10-02Fix spelling.Neil1-4/+4
2014-09-25Mentioning that SC_TECHNOLOGY_DIRECTWRITERETAIN is provisional.Neil1-5/+9
2014-09-12Allow choice between windowed and inline IME.Neil1-1/+16
2014-09-04Better explanation of SCI_GETNEXTTABSTOP.Neil1-3/+3
2014-09-03Added SC_TECHNOLOGY_DIRECTWRITERETAIN mode.Neil1-1/+5
2014-08-09Documented SC_MOD_CHANGETABSTOPS.Neil1-1/+14
2014-08-08Implement explicit tab stops per line.Neil1-0/+15
From Nick Gravgaard.
2014-07-19Treated SC_PHASES_MULTIPLE as SC_PHASES_TWO when buffered drawing is on.Neil1-0/+2
2014-07-18Allow extreme ascenders and descenders to overlap into adjacent lines withNeil1-13/+36
multiple phase drawing option.
2014-05-24SCI_AUTOCSETMULTI allows setting whether autocompletion text is inserted at eachNeil1-1/+9
selection when multiple selections are active. From Mitchell Foral.
2014-05-24Removing style byte indicators.Neil1-93/+46
2014-01-20Fix typo in documentationStefan Weil1-1/+1