aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
AgeCommit message (Collapse)AuthorFilesLines
2016-03-15SciTE change log.Neil1-0/+12
2016-03-10Fix caret position bug on Qt and Gtk for win32 for Korean.rel-3-6-4johnsonj1-0/+3
2016-03-09Fix typos.Neil1-2/+2
2016-03-09Updates for 3.6.4.Neil1-2/+2
2016-03-07Change log.Neil1-0/+6
2016-03-03CPP: Add support for folding on `(` and `)`Colomban Wendling1-0/+4
Feature [feature-requests:#1138].
2016-02-29Backed out changeset: 8bc19ede3b51Neil1-1/+1
Was incompatible with Qt 4.7 and 4.8.
2016-02-25Support hexadecimal numeric literals.Matt Gilarde1-1/+2
2016-02-24Change log.Neil1-0/+5
2016-02-24Retry copying to clipboard if it fails as another application may have opened itJason Hallam1-1/+1
2016-02-23Retry OpenClipboard if it fails as another application may have opened it.Neil1-0/+4
2016-02-16Change log.Colomban Wendling1-1/+5
2016-02-16Bug [#1810]. Lex alternate hash key syntax 'key:' as a symbol.Colomban Wendling1-0/+4
2016-02-09Fix 64-bit build on Windows which was broken in 3.6.3 as long only 32-bits.Neil1-0/+3
2016-02-04SciTE change log.Neil1-0/+5
2016-02-01Support single-line comments, abbreviated keywords and extend nested comments toMatt Gilarde1-0/+5
unlimited levels.
2016-01-31Bug [#1799]. Folds unfolded when two fold regions are merged by either deletingMarkus Nißl1-0/+6
an intervening line or changing its fold level by adding characters. Add LevelNumber function to simplify expressions implmenting folding.
2016-01-26Change log.Neil1-0/+3
2016-01-25Make IME indicators work similarly on all 3 platforms.johnsonj1-0/+3
2016-01-22For Qt, release builds have assertions turned off.John Ehresman1-0/+3
2016-01-22Limit the extent of Mako line comments to finish before the line end characters.John Ehresman1-0/+12
This prevents a later assertion failure.
2016-01-15Deferred release due to SciTE fix.rel-3-6-3Neil1-2/+5
2016-01-11Close viewport tag.Neil1-1/+1
2016-01-10Updates for 3.6.3.Neil1-1/+1
2016-01-09Recognize numbers more accurately and allow non-ASCII verbatim quotingThomas Linder Puls1-0/+5
characters.
2016-01-07Fix bug with final line in escape sequence recognition mode.Neil1-0/+3
2016-01-05Fix module ::-syntax when special characters such as 'x' are used.Kein-Hong Man1-1/+4
Added ' and " detection as prefix chars for x repetition operator.
2015-12-31Bug [#1796]. Expand folded areas before deleting fold header line.Neil1-0/+7
2015-12-28Bug [#1797]. Highlight changed subroutine prototype syntax for Perl 5.20.Kein-Hong Man1-1/+3
2015-12-28Bug [#1778]. Recognize more characters as here-doc delimiters.Kein-Hong Man1-1/+3
2015-12-20Bug [#1794]. Support using '#' in non-comment ways as is possible with zsh.Kein-Hong Man1-5/+7
2015-12-18Bug [#1793]. Add support for Perl 5.22.Kein-Hong Man1-2/+7
Double-diamond operator <<>> Hexadecimal floating point literals Repetition in list assignment Added example file to the lexing tests and changed lexing tests to allow larger files and to standardise on Unix line ends when testing these larger files to avoid spurious failures.
2015-12-16Change log.Neil1-0/+7
2015-12-15Updated change log for SciTE addition.Neil1-0/+5
2015-12-15Minor cleanups for GObject introspection.Neil1-0/+3
Avoid doc-comment in header as they are interpreted by g-ir-scanner, fix a typo, remove empty lines, add to change log.
2015-12-14Block IME when some selected text is protected.johnsonj1-0/+4
2015-12-13Korean input by word fixed.johnsonj1-1/+1
2015-12-12Bug [#1791]. Added a missing symbol (the underscore) for subroutine prototypes.Kein-Hong Man1-0/+4
Removed the dynamic array.
2015-12-11Korean input by word fixed.johnsonj1-0/+3
2015-12-11Bug [#1790]. Include '&' and '|' bitwise operators for Lua 5.3.Kein-Hong Man1-0/+4
2015-12-10Bug [#1788]. Fix crash when autocompletion list closed during scroll bounce-backChinh Nguyen1-0/+4
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-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 visibleNeil1-0/+6
text then styling in the background using idle-time.
2015-11-11SciTE change log.Neil1-0/+5
2015-11-09Change log.Neil1-0/+12