aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-11-30Updated API to match conventions.Neil1-1/+1
2016-11-23Implementation of MarginRightClick event.Tse Kit Yam2-2/+12
2016-11-29Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.Tse Kit Yam2-0/+18
2016-11-25Feature [feature-requests:#1166]. EDIFACT lexer and folder added.Iain Clarke2-0/+21
2016-11-18Remove the Scintilla namespace from Scintilla.h.Neil1-9/+1
2016-11-16Change definition of uptr_t and sptr_t to use standardised types and headersNeil1-13/+12
2016-11-16Removed elements that have been deprecated for more than 5 years.Neil2-16/+0
2016-11-16Deprecate non-branded struct names in Scintilla.h.Neil1-8/+6
2016-11-14Added alternate appearance for visible tabs which looks like a horizontal line.jedailey2-0/+15
2016-11-07Move warning suppression from global header to Qt platform layer header soNeil1-4/+0
2016-10-26INDIC_POINT and INDIC_POINTCHARACTER indicators added to display small arrowsNeil2-0/+4
2016-09-29Increased compatibility between interface definition and documentation.Neil1-95/+96
2016-09-29The number of margins can be changed with SCI_SETMARGINS.Neil2-0/+8
2016-09-29Margin type SC_MARGIN_COLOUR and API SCI_SETMARGINBACKN added.Neil2-0/+10
2016-09-27On Win32, mouse wheel scrolling can be restricted to only occur when the mouseStefan Küng2-0/+7
2016-09-23EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multipleA-R-C-A2-1/+11
2016-09-22Baan lexer changed significantly with more lexical states, keyword sets, andNeil2-0/+28
2016-09-21Feature [feature-requests:#1143]. Replace "progress" lexer with "abl".Yuval Papish2-65/+27
2016-09-17Provide comments for each individual feature instead of group comments asNeil1-8/+41
2016-09-12Fixed some enums in Scintilla.iface which may change bindings.Neil1-2/+2
2016-08-20Bug [#1648]: Option added to prevent left arrow movement and selection wrappingNeil2-0/+2
2016-05-17Enable g-ir-scanner to scan ScintillaObject signalsThomas Martitz2-3/+14
2016-05-17Backed out changeset: 89cda794d0dd as fixed changeset will be sent by author.Neil2-14/+3
2016-04-26Enable g-ir-scanner to scan ScintillaObject signalsThomas Martitz2-3/+14
2016-04-28C++ 11 <regex> support built by default.Neil1-1/+1
2016-03-20Feature [feature-requests:#1140]. JSON lexer added.nkmathew2-0/+32
2016-02-09Fix 64-bit build on Windows which was broken in 3.6.3 as long only 32-bits.Neil1-1/+1
2015-12-15Minor cleanups for GObject introspection.Neil1-4/+5
2015-12-13Fix issues raised by review and some moreThomas Martitz1-2/+1
2015-08-10Enable g-ir-scanner to run on ScintillaWidget.hThomas Martitz1-1/+18
2015-11-21Fix a typo and some extra punctuation.Neil1-3/+3
2015-11-20Remove line end whitespace.Neil2-2/+2
2015-11-11Implemented idle styling. This allows painting without first styling all visibleNeil2-0/+18
2015-09-26Whitespace may be made visible just in indentation.nkmathew2-0/+2
2015-08-28Implement some ANSI escape sequences to change foreground colour and intensity.Neil2-0/+36
2015-08-16On GTK+, support code page 866 with SC_CHARSET_OEM866.Serg Stetsuk2-0/+2
2015-08-16Bug [#1749]. Added lexical class for CoffeeScript instance properties and fixedNeil2-0/+2
2015-08-08Add prefixes for BlitzBasic, PureBasic, FreeBasic, COBOL, TACL, and TAL.Neil1-2/+8
2015-07-17Add the Sci_Position, Sci_PositionU, and Sci_PositionCR typedefs to externalNeil3-30/+55
2015-07-03Feature [feature-requests:#1109]. SCN_AUTOCCOMPLETED sent after text insertion.Jonathan Hunt2-3/+21
2015-06-30Added SC_CASE_CAMEL to the case mode style attribute.Neil2-0/+2
2015-06-11Added MultipleSelectAddNext, MultipleSelectAddEach, IsRangeWord, andNeil2-4/+22
2014-01-20Fix typo in commentStefan Weil1-1/+1
2015-04-10Allow (null) use of KEYSUNICODE API when built to include deprecated features.Neil1-0/+2
2015-04-10Removed dead APIs.Neil1-2/+0
2015-03-29Bug [#1682] Removed the ascent member of Font and all wxWidgets-specific code.Neil1-6/+0
2015-03-26Specify which APIs append a NUL to results.Neil1-6/+20
2015-03-13Scintilla is now always a wide character window so remove vestiges of narrowNeil1-6/+8
2015-02-23Add SCI_GETTARGETTEXT as a simpler alternate to SCI_GETTEXTRANGE.Neil2-0/+4
2015-02-22Added SCI_SETTARGETRANGE method to set both the start and end of the target.Neil Hodgson2-0/+4