aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
AgeCommit message (Collapse)AuthorFilesLines
2017-02-16Updates for 3.7.3.rel-3-7-3Neil1-1/+1
2017-02-16Bug [#1909]. Fix finalization crash on Cocoa.Chinh Nguyen1-0/+4
2017-02-12Bug [#1848]. Support Python f-strings with new styles.John Ehresman1-1/+2
2017-02-08Bug [#1907]. GTK: Prevent running signal handlers on a destroyed a11y objectColomban Wendling1-0/+4
Avoid crash when detaching the widget from the accessible object without destroying that widget. In such situations, the widget is still valid but we will have destroyed the orphaned accessible object. Thus, we must make sure we disconnected the signal handlers the late accessible had set up on the widget, as they won't be implicitly disconnected by widget finalization in this case.
2017-02-02Change log from SciTE.Neil1-1/+5
2017-02-01Bug [#1901]. Make trackpad scrolling work on Wayland.John Flatness1-1/+6
2017-01-28Change log from SciTE.Neil1-0/+5
2017-01-22Display block caret over the character at the end of a selection to be similarJohn Ehresman1-0/+4
to other editors.
2017-01-22Correctly color code deleted lines starting with "--"Sven Strickroth1-0/+3
This fixes the coloring of deleted lines in which starts with "--" such as closing HTML comments ("-->"). Signed-off-by: Sven Strickroth <email@cs-ware.de>
2017-01-19Bug [#1896]. Avoid unnecessary unfolding when a deletion does not include a lineNeil1-0/+1
end.
2017-01-19Bug [#1896]. Ensure folding consistent when fold header added above folded part.Neil1-0/+4
2017-01-19Bug [#1902]. Require Matlab block comment start/end to be alone on a line.Neil1-0/+4
2017-01-14Require the first line to start with "#!" to be treated as a shebang comment.jedailey1-0/+5
2017-01-04Change log for SciTE.Neil1-0/+4
2017-01-04Use new simplified API for showing menu on GTK+ 3.22 as old API was deprecated.Neil1-0/+1
2017-01-04Fix display of autocompletion lists and calltips on GTK+ 3.22 on Wayland byNeil1-0/+3
setting the owning window by calling gtk_window_set_transient_for.
2017-01-02Change log for Python lexer.Neil1-0/+12
2016-12-27Updates for 3.7.2.rel-3-7-2Neil1-1/+1
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