aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2015-12-10Flag incomplete here doc delimiters as syntax errors, matching bash 4.3.Kein-Hong Man1-0/+4
Avoid heap allocations for here delimiter and quote stack.
2015-12-04Change log.Neil1-0/+4
2015-11-20Remove line end whitespace.Neil5-39/+39
2015-11-20Using DirectWrite, for ligatures and other character clusters, display caret andNeil1-0/+5
selections part-way through clusters so that the caret doesn't stick to the end of the cluster making it easier to understand editing actions.
2015-11-20Bug [#1779]. Better Unicode input support on Windows systems.Sam Hocevar1-0/+6
- support surrogate pairs in WM_CHAR messages - support characters from supplementary planes in WM_UNICHAR messages - support WM_UNICHAR messages in non-Unicode mode - fix some code duplication Also, do not return FALSE upon receiving a WM_UNICHAR message with a UNICODE_NOCHAR parameter, since WM_UNICHAR can actually be handled just fine (at least with the exact same level of support as WM_CHAR).
2015-11-15Fix HTML markup.Neil1-1/+1
2015-11-15Send SCN_UPDATEUI with SC_UPDATE_SELECTION when application changes multipleJohn Ehresman1-0/+4
selection.
2015-11-11Implemented idle styling. This allows painting without first styling all visibleNeil2-1/+26
text then styling in the background using idle-time.
2015-11-11SciTE change log.Neil1-0/+5
2015-11-09Change log.Neil1-0/+12
2015-11-02Fix typo.rel-3-6-2Neil1-1/+1
2015-11-02Updates for 3.6.2.Neil3-16/+12
2015-11-02Fix grammar.Neil1-1/+1
2015-10-25GTK: Fix autoc popup row height on GTK2 when it changes at runtimeColomban Wendling1-0/+4
Now the popup is cached the row height has to be re-computed when the font changes on GTK2 too. Closes [bugs:1774].
2015-10-27Log previous change.Neil1-0/+5
2015-10-26Log Cocoa crash fix changes.Neil Hodgson1-0/+7
2015-10-19Bug [#1768]. Report error when negative length passed to SCI_SETSTYLING.Neil1-0/+4
2015-10-19Change log for SciTE on GTK+.Neil1-0/+4
2015-10-19Mention changes to SciTE properties.Neil1-0/+11
2015-10-14Bug [#1766]. Treat line starts consistently to always highlight *foo* or similarActiveState1-0/+4
at line start.
2015-10-13Bug [#1765]. CoffeeScript lexer highlights ranges correctly.ActiveState1-0/+4
2015-10-08Optimize image files.Neil5-0/+0
2015-10-08Make the documentation more readable on phones.Neil10-0/+10
2015-09-27Change log for SciTE.Neil1-0/+4
2015-09-26Centre whitespace dot when dot is larger than 1 pixel.Neil1-0/+3
2015-09-26Whitespace may be made visible just in indentation.nkmathew2-0/+11
2015-09-23When SC_MARK_UNDERLINE if not assigned to a margin, stop drawing the whole line.Neil1-0/+6
Optimise drawing of markers that appear in the text area.
2015-09-23Change log.Neil1-0/+4
2015-09-21Mention Cocoa version numbers.Neil Hodgson1-0/+11
2015-09-16Annotate change with bug report.Neil1-0/+1
2015-09-10Updates for 3.6.1.rel-3-6-1johnsonj3-10/+11
2015-09-10Change log.johnsonj1-0/+3
2015-09-09Change log.Neil1-0/+8
2015-09-04Bug [#1757]. Treat CRLF as two characters in SCI_COUNTCHARACTERS.Neil1-0/+4
2015-09-03Removing support for old GTK+ versions. Minimum GTK+ is 2.18 with glib 2.22.Neil2-2/+5
2015-08-28Implement some ANSI escape sequences to change foreground colour and intensity.Neil1-0/+4
2015-08-26Removed setting list colours on GTK+ 3.16+ as no longer appears needed.Neil1-0/+2
2015-08-26On GTK+ 3.x, fix height of lines in autocompletion lists to match the font.Neil1-0/+3
2015-08-23Change log.Neil1-0/+4
2015-08-22Change log.Neil1-0/+4
2015-08-22Change log for SciTE.Neil1-0/+5
2015-08-21Fix empty comments /**/ so the comment state does not continue.Mike Lischke1-0/+3
2015-08-16On GTK+, support code page 866 with SC_CHARSET_OEM866.Serg Stetsuk2-1/+6
2015-08-16Bug [#1749]. Added lexical class for CoffeeScript instance properties and fixedNeil1-0/+4
some cases of regex highlighting. From active-m / ActiveState.
2015-08-16Change log.Neil1-0/+5
2015-08-11Change log.Neil1-0/+3
2015-08-07Copy Sci_Position.h into framework for Cocoa.Neil Hodgson1-0/+3
2015-08-06Change log.Vicente1-0/+4
2015-08-06Add VHDL protected keyword for folding.Vicente1-0/+11
2015-08-03Mention interface change and changed release date.rel-3-6-0Neil2-4/+6