aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2017-02-16Updates for 3.7.3.rel-3-7-3Neil3-11/+10
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-11Document correct values for SC_POPUP_*.Neil Hodgson1-3/+3
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-14Removed return type from AddSelection and SetSelection.Neil1-4/+4
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-2Neil3-9/+10
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-12-07Using alternating row shades for tables and contrasting headers.Neil1-102/+132
Fixed some inconsistent styling. Use circles for bullets. Explain int type more accurately.
2016-12-07Character set availability made into a table.johnsonj1-58/+120
2016-12-04Download size updated.Neil1-1/+1
2016-12-04Documentation cosistency.rel-3-7-1Neil1-2/+2
2016-11-30Typo.Neil1-1/+1
2016-11-30Updates for 3.7.1.Neil3-12/+11
2016-11-23Implementation of MarginRightClick event.Tse Kit Yam2-10/+62
2016-11-29Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.Tse Kit Yam2-5/+58
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-17Whitespace fixed and data updated.Neil1-4/+4
2016-11-17Moved newly removed features into the "Removed features" section.Neil1-13/+13
2016-11-16Removed elements that have been deprecated for more than 5 years.Neil2-11/+18
2016-11-16Deprecate non-branded struct names in Scintilla.h.Neil2-1/+11
2016-11-14Change log.jedailey1-0/+1
2016-11-14Added alternate appearance for visible tabs which looks like a horizontal line.jedailey2-0/+33
2016-11-13Change log.Neil1-0/+5
2016-11-05Support for NSAccessibility protocol added sufficient for the VoiceOverNeil Hodgson2-5/+16
screen reader.
2016-10-27Add Subsection folding & Fix Preprocessor without spaces.oirfeodent1-1/+1
2016-11-01Clarify ConvertToDocument as there was some confusion on the mailing list.Neil1-2/+3