aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2019-11-24Bug [#2140]. Move rather than grow selection when insertion at start.Neil1-0/+4
2019-11-21Feature [feature-requests:#1326] Recognize squiggly heredocs.Zufu Liu1-0/+4
2019-11-15Feature [feature-requests:#1316] Allow target to have virtual space.Neil2-2/+17
2019-11-15Feature [feature-requests:#1316] Add access to virtual space at start and end ofNeil2-1/+10
multiple selections.
2019-11-16Bug [#2137]. Clear IME state when switching language.Zufu Liu1-0/+4
2019-11-15Moved line to correct place and avoid line with single entry.Neil1-4/+4
2019-11-12Feature [feature-requests:#1324] Add Hollywood lexer.Andreas Falkenhahn1-0/+5
2019-11-04Bug [#1933]. Fix highlighting of lines longer than 1024 characters.Neil1-0/+4
2019-11-03Bug [#2130]. Setting rectangular selection made faster by reusing surface.Neil1-0/+4
2019-11-02Feature [feature-requests:#1299] Treat custom tags from HTML5 as known tags.Zufu Liu1-0/+4
These contain "-" like "custom-tag".
2019-11-02Feature [feature-requests:#1320] Fix non-alphabetic characters in unknown tags.Neil1-0/+4
2019-10-31Change from SciTE.Neil1-0/+3
2019-10-30Feature [feature-requests:#1304] Avoid unnecessary IME caret movement.Zufu Liu1-0/+4
2019-10-28Added credit.Neil1-0/+1
2019-10-28Change from SciTE.Neil1-0/+5
2019-10-28Added section for next release.Neil1-0/+8
2019-10-20Readying 4.2.1 release.rel-4-2-1Neil3-12/+10
2019-10-19Bug [#2128]. Add fold.xml.at.tag.open option to fold tags at the start of theZufu Liu1-0/+4
tag instead of the end.
2019-10-16Feature [feature-requests:#1315] Update to Unicode 12.1.Neil1-0/+4
2019-10-13Bug [#2131]. Turn off whitespace fold flag when fold.compact=0.Zufu Liu1-0/+4
2019-10-04Clarified value 0 for SCI_SETWHITESPACESIZE.Neil1-0/+1
2019-07-05Bug [#2118]. Add TabMinimumWidth property to API so applications can displayNeil2-1/+18
overviews or minimaps with reasonable layout.
2019-09-30Feature [feature-requests:#1305] Optimize setting up keyword lists in lexers.Zufu Liu1-0/+4
Avoids splitting and sorting the input twice.
2019-09-28Bug [#2129]. Fix crash with 'interface=none' comment.Neil1-0/+4
2019-09-28Updated credits.Neil1-1/+1
2019-09-26Bug [#2121]. Support indented here-docs.SilverDirk1-0/+5
2019-09-26Feature [feature-requests:#1306] Fold qw arrays.Zufu Liu1-0/+4
2019-07-17Feature [feature-requests:#1300] part 5. Stop Google IME on Windows 7 movingjohnsonj1-0/+1
while typing.
2019-07-17Feature [feature-requests:#1300] part 4. Align candidate window to target partjohnsonj1-0/+1
of composition text.
2019-07-17Feature [feature-requests:#1300] part 3. Stop candidate window moving whilejohnsonj1-0/+1
typing.
2019-07-17Feature [feature-requests:#1300] part 2. Position candidate window closer toZufu Liu1-0/+1
composition text.
2019-07-17Bug [#2120]. Avoid candidate window obscuring text when near bottom of screen.Neil1-0/+6
Feature [feature-requests:#1300] part 1.
2019-07-10SciTE changelog.Neil1-0/+3
2019-07-10Added section for next release.Neil1-0/+8
2019-07-03Mentioning second bug report for 2110.rel-4-2-0Neil1-1/+3
2019-07-02Updated version number.Neil1-1/+1
2019-07-02Readying 4.2.0 release.Neil3-12/+10
2019-06-30Bug [#2038]. Source of input reported in SCN_CHARADDED.Zufu Liu2-2/+45
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT, or SC_CHARACTERSOURCE_IME_RESULT.
2019-06-29Bug [#2111]. Retracted change to IME on GTK.Neil1-4/+0
Backed out changeset: 512ec9ab2e7c
2019-06-28Bug [#2116]. Fix deletion of isolated invalid bytes.Zufu Liu1-0/+4
2019-06-22Bug [#1924]. Option to allow block carets to trail selection ranges.Neil2-0/+8
Bit flag value is CARETSTYLE_BLOCK_AFTER=256.
2019-06-21Bug [#2106]. Place line caret in correct location for line caret with block OVR.Neil1-0/+4
That is for CARETSTYLE_LINE | CARETSTYLE_BLOCK mode.
2019-06-25Bug [#2098]. Fix single quoted strings where '" (quote, double quote) was seenZufu Liu1-0/+4
as continuing the string.
2019-06-25Bug [#2112]. Matlab lexer now treats keywords as case-sensitive.Zufu Liu1-0/+4
2019-06-25Updating file download sizes to be in megabytes.Neil1-2/+2
2019-06-22Bug [#2111]. Reset IME when mouse is clicked on GTK.Hodong Kim1-0/+6
2019-06-22Feature [feature-requests:#1297] Updates to types of LineScroll,Zufu Liu1-2/+2
[Set]MarginTypeN, and [Set]MarginCursorN.
2019-06-22Feature [feature-requests:#1297] Updated Scintilla.h from Scintilla.iface.Neil1-5/+27
Adds *_NONE and INDICATOR_* enumeration values. Moves old INDIC?_MASK to deprecated section.
2019-06-22Feature [feature-requests:#1297] Explain in change log.Neil1-0/+6
2019-06-18Feature [feature-requests:#1297] 3: Use pointer type in documentation.Neil1-27/+32