aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2017-03-30Make autocompletion slightly wider to avoid text truncation.Neil Hodgson1-0/+3
2017-03-25SciTE change log.Neil1-0/+3
2017-03-23The Python lexer recognizes identifiers more accurately when they includeNeil1-0/+3
non-ASCII characters. Calls provided for determining whether characters are in the sets defined for identifiers by the Unicode standard in UAX #31.
2017-03-23Updated case conversion and character categories to Unicode 9.Neil1-0/+11
2017-03-21Document C++11 requirement.Neil3-5/+10
2017-03-19Update for 3.7.4 release.Neil3-9/+11
2017-03-19Change log for the recent fold tag drawing fixes.Neil1-0/+4
2017-03-16Fix use-after-free in fold tags when top line folded then new top line inserted.Neil1-0/+3
In SparseVector, string inserted at start then NULL inserted at start.
2017-03-11SciTE change log.Neil1-1/+5
2017-03-11SciTE change log.Neil1-0/+4
2017-03-10Bug [#1653]. Detect if Windows 8+ or KB2533623 installed before using flag.Neil1-0/+4
LOAD_LIBRARY_SEARCH_SYSTEM32 causes failure of Direct2D on original Windows 7 so check for availability before using.
2017-03-09Drop support for Windows NT 4 by statically linking to system APIs that areNeil1-0/+3
only available from Windows 2000 and later.
2017-03-08SciTE change log.Neil1-0/+4
2017-03-08Improve f-string support.John Ehresman1-0/+8
Add support for multiline expressions in triple quoted f-strings. Handle nested "()", "[]", and "{}" in f-string expressions and terminate expression coloring at ":" or "!". End f-string if ending quote is seen in a "{}" expression. Fix terminating single quoted f-string at EOL.
2017-03-07Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled.Neil2-13/+62
2017-03-07Handle nested comments for adjacent markers like "/*/*" or "*/*/".Matt Gilarde1-0/+4
2017-03-06New "indent" lexer styled as plain text but folded by indentation level.Vicente1-0/+3
2017-03-06Fold a VHDL "entity" on the first line of the file.Vicente1-0/+3
2017-03-05For IMEs, do not clear selected text when there is no composition text to show.johnsonj1-0/+3
2017-03-03Change log.Neil Hodgson1-0/+5
2017-03-02Fix potential problems with IME on Cocoa when document contains invalid UTF-8.Neil1-0/+4
2017-03-02Bug [#1881]. Revert part of previous fix as it stopped the accented characterNeil1-0/+6
chooser from appearing. Special-case the Chinese "Cangjie" input source.
2017-02-26Bug [#1907]. GTK: Fix crash after destroying the widget on GTK < 3.3.6Colomban Wendling1-0/+4
On GTK2 and GTK3 < 3.3.6 there is no GtkAccessibleClass::widget_unset() method, so we can't destroy our accessible object right away. So, to avoid accessing a destroyed widget, we need to check whether the widget still exists in the the ScintillaGTKAccessible destructor. In other methods it's not necessary because the wrapping GObject class makes sure not to forward other when the widget has been destroyed, but we still have to destroy the C++ instance no matter what, so the check has to be on this side.
2017-02-25Bug [#1915]. Fix crash on OS X 10.9 due to accessibility API not available.Chinh Nguyen1-0/+4
2017-02-23Bug [#1905]. Fix stream selection mode when moving caret up or down.Neil1-0/+4
2017-02-22SciTE change log.Neil1-0/+7
2017-02-21Bug [#1901]. GTK: Fix double scrolling under X11Colomban Wendling1-0/+12
Really restrict smooth scrolling handling to Wayland.
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