aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
AgeCommit message (Collapse)AuthorFilesLines
2016-12-26Change log for previous 5 accessibility changes from Columban.Neil1-0/+4
2016-12-13SciTE change log.Neil1-0/+5
2016-12-09Warning suppression and documentation of previous change 6082.Neil1-0/+4
2016-12-08Bug [#1891]. Fix crash on view destruction with macOS 10.12.2.Chinh Nguyen1-0/+4
2016-12-01Bug [#1887]. Define QT_WS_MAC or QT_WS_X11 under qt5 from WS_OS_* macrosJohn Ehresman1-1/+5
2016-06-17Bug [#1888]. Only invalidate selection when using SCI_SETSELECTIONN api'sJohn Ehresman1-0/+12
2016-11-30Typo.Neil1-1/+1
2016-11-30Updates for 3.7.1.Neil1-1/+1
2016-11-23Implementation of MarginRightClick event.Tse Kit Yam1-0/+5
2016-11-29Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.Tse Kit Yam1-0/+6
2016-11-27Added module map to enable use of Scintilla from Swift.Neil Hodgson1-0/+4
2016-11-26SciTE change log.Neil1-0/+4
2016-11-25Bug [#1886]. Fix EM_SETSEL to match Microsoft documentation.Neil1-0/+4
2016-11-25Feature [feature-requests:#1166]. EDIFACT lexer and folder added.Iain Clarke1-0/+5
2016-11-24Bug [#1692]. LexMatlab: update fold functions to use keywords instead of ↵John Donoghue1-0/+4
indenting. * lexers/LexMatlab.cxx (IsMatlabComment): removed unused function. (IsOctaveComment): removed unused function. (LowerCase): Added inline function. (CheckKeywordFoldPoint): New function. (FoldMatlabOctaveDoc): use style and keyword to identify fold points. (FoldMatlabDoc): Use IsMatlabCommentChar. (FoldOctaveDoc): Use IsOctaveCommentChar.
2016-11-18Remove the Scintilla namespace from Scintilla.h.Neil1-0/+5
2016-11-16Removed elements that have been deprecated for more than 5 years.Neil1-0/+4
2016-11-16Deprecate non-branded struct names in Scintilla.h.Neil1-0/+10
2016-11-14Change log.jedailey1-0/+1
2016-11-14Added alternate appearance for visible tabs which looks like a horizontal line.jedailey1-0/+4
2016-11-13Change log.Neil1-0/+5
2016-11-05Support for NSAccessibility protocol added sufficient for the VoiceOverNeil Hodgson1-1/+1
screen reader.
2016-10-27Add Subsection folding & Fix Preprocessor without spaces.oirfeodent1-1/+1
2016-10-27Change log for SciTE.Neil1-0/+4
2016-10-26INDIC_POINT and INDIC_POINTCHARACTER indicators added to display small arrowsNeil1-0/+4
underneath positions or characters.
2016-10-20Rewrite Folding to accomodate Main Sections and Fix SCE_BAAN_FUNCDEF defining.oirfeodent1-0/+3
2016-10-23Bug [#1873]. GTK: Don't forward calls to NULL scrollbarsColomban Wendling1-0/+4
Once Dispose() has been called, scrollbars will be NULL, so we need to check against this in code that might run after Dispose(). Fixes scary warnings on certain widget destruction scenarios.
2016-10-22Change log.Neil1-0/+3
2016-10-21Bug [#1872]. Fix style of references and keywords when followed by a comment.Jim Pattee1-0/+4
2016-10-14Fix JSON lexer folding bug.yonken1-0/+4
2016-10-19Margin click to select line now clears rectangular and additional selections.Neil1-0/+3
2016-10-18SciTE change log.Neil1-0/+3
2016-10-18Fixed archive file reference.Neil1-1/+13
Change log for revision 5996.
2016-10-11Fixed terminating tags.rel-3-7-0Neil Hodgson1-5/+6
2016-10-11Updates for 3.7.0.Neil1-2/+2
2016-10-06Word selection, navigation, and manipulation is now performed on charactersNeil1-0/+7
instead of bytes leading to more natural behaviour for multi-byte encodings like UTF-8.
2016-10-03SciTE change log.Neil1-1/+5
2016-10-03SciTE change log.Neil1-0/+3
2016-09-30Recognize the numeric keypad '+', '-', and '/' keys as SCK_ADD, SCK_SUBTRACT,Tse Kit Yam1-0/+5
and SCK_DIVIDE.
2016-09-30SciTE changelog.Neil1-0/+7
2016-09-29The number of margins can be changed with SCI_SETMARGINS.Neil1-0/+3
2016-09-29Margin type SC_MARGIN_COLOUR and API SCI_SETMARGINBACKN added.Neil1-0/+4
Allows choosing any colour for a margin.
2016-09-28Bug [#1868]. Understand the grave accent escape character for PowerShell.ActiveState1-0/+4
2016-09-27On Win32, mouse wheel scrolling can be restricted to only occur when the mouseStefan Küng1-0/+4
is within the window.
2016-09-24Bug [#1865]. Style interpolated code in strings for CoffeeScript.ActiveState1-0/+4
2016-09-23Recognize inline comments in YAML.Jim Pattee1-0/+4
2016-09-23EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multipleA-R-C-A1-0/+4
vertical edges simultaneously.
2016-09-22Baan lexer changed significantly with more lexical states, keyword sets, andNeil1-0/+4
support for abridged keywords.
2016-09-21Feature [feature-requests:#1143]. Replace "progress" lexer with "abl".Yuval Papish1-0/+7
ILexer implementation Lexer can now correctly handle: "end triggers" phrase "last-event:function" phrase Indefinite comment level depth
2016-09-21Bug [#1863]. Allow subclass of SCIContentView to set cursor.Tse Kit Yam1-0/+4