aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-09Bug [#1679]. Extra warning.Neil1-0/+1
2014-11-24SC_TECHNOLOGY_DIRECTWRITEDC is another provisional mode for DirectWrite drawingNeil1-7/+12
2014-11-14Feature [feature-requests:#1086]. Annotation display style ANNOTATION_INDENTED;Erik Angelin1-1/+9
2014-10-16Reordered searching section so preferred SCI_SEARCHINTARGET API is shown firstNeil1-99/+94
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
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
2014-05-24SCI_AUTOCSETMULTI allows setting whether autocompletion text is inserted at eachNeil1-1/+9
2014-05-24Removing style byte indicators.Neil1-93/+46
2014-01-20Fix typo in documentationStefan Weil1-1/+1
2014-05-01Consolidate insertion for paste into Editor class and perform line endNeil1-2/+2
2014-04-21View line state in margin with SC_FOLDFLAG_LINESTATE as an aid to debugging.Neil1-1/+9
2014-04-16Allow filtering of insertions.Neil1-22/+39
2014-04-10Link to tutorial by Andreas Tscharner.Neil Hodgson1-1/+3
2014-02-18Explain the Version method.Neil1-0/+3
2014-02-14Fix explanation as confused in bug [#1577].Neil1-1/+1
2014-02-05The Unicode line ends and substyles features added as provisional in 3.2.5 ar...Neil1-17/+6
2014-02-02Added wrap mode SC_WRAP_WHITESPACE which only wraps on whitespace, not on sty...Neil1-5/+6
2014-01-24Added image of available markers.Neil1-1/+3
2014-01-22Fixing tag mismatches.Neil1-23/+18
2014-01-22Clarify effects of setting additional selecton colours.Neil1-3/+10
2014-01-21Implement new marker symbol SC_MARK_BOOKMARK.Neil Hodgson1-14/+31
2014-01-14CallTipSetPosStart API added.Neil1-2/+4
2014-01-10Clarification of calltip behaviour.Neil1-3/+6
2013-12-17Added DropSelectionN API.Neil1-0/+7
2013-11-18Bug [#1552]. Search string could be const.Neil1-1/+1
2013-11-09Note limitation on Qt.Neil1-1/+3
2013-09-30Added specific type to make it easier to understand.nyamatongwe1-1/+1
2013-09-30Removed command: method from ScintillaNotificationProtocol as all events can ...nyamatongwe1-2/+0
2013-09-30Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to beNeil1-2/+11
2013-09-29Improved information about notifications, particularly on GTK+.Neil1-11/+16
2013-09-26Enhance stability by defining GetLineEndPosition for lines beyond end of docu...Neil1-3/+3
2013-09-26Added image of indicators.Neil1-2/+4
2013-09-18Reimplement notifications from ScintillaCocoa to ScintillaView as a delegate ...nyamatongwe1-3/+11
2013-09-07Mention that prefix keyword sets aren't implemented for SCI_SETIDENTIFIERS.Neil1-4/+5
2013-09-05Added SCI_GETPRIMARYSTYLEFROMSTYLE.Neil1-2/+7
2013-09-03Documentation for GetStyleFromSubStyle.Neil1-1/+6
2013-08-22Correct spelling and some out-of-date file and directory names.nyamatongwe1-25/+25
2013-08-20Added PositionRelative to optimize navigation by character.Neil1-0/+6
2013-08-15Feature: [feature-requests:#1007]. Option to allow mouse selection toNeil1-1/+13