aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2016-03-25Since stddef.h is the most basic header, defining size_t, move it first.Neil2-2/+2
2016-03-21Change log.Neil1-0/+5
2016-03-20Feature [feature-requests:#1140]. JSON lexer added.nkmathew6-1/+538
2016-03-16Support Python 3.5 '@' operator.John Ehresman2-1/+19
2016-03-15SciTE change log.Neil1-0/+12
2016-03-13Added tag rel-3-6-4 for changeset d2d4928e3e6aNeil1-0/+1
2016-03-10Fix caret position bug on Qt and Gtk for win32 for Korean.rel-3-6-4johnsonj3-0/+7
2016-03-09Fix typos.Neil1-2/+2
2016-03-09Updates for 3.6.4.Neil8-17/+18
2016-03-07Change log.Neil1-0/+6
2016-03-07To avoid failures with MinGW 4.9 switch language standard from c++0x to gnu++0x.Neil2-2/+3
MinGW 4.9 doesn't install a copy of gcc as cc.exe so explicitly set CC=gcc.
2016-03-07Include stddef.h as using ptrdiff_t and stddef.h is its home.Neil1-0/+1
2016-03-03CPP: Add support for folding on `(` and `)`Colomban Wendling2-2/+6
Feature [feature-requests:#1138].
2016-02-29Backed out changeset: 8bc19ede3b51Neil2-28/+12
Was incompatible with Qt 4.7 and 4.8.
2016-02-25Support hexadecimal numeric literals.Matt Gilarde2-2/+5
2016-02-24Change log.Neil1-0/+5
2016-02-24Bug [#1813]. Unmangle exported Scintilla_DirectFunction.Neil2-4/+4
Backed out changeset: 819f953e432b
2016-02-24Retry copying to clipboard if it fails as another application may have opened itJason Hallam2-12/+28
2016-02-23Retry OpenClipboard if it fails as another application may have opened it.Neil3-5/+27
2016-02-17Ruby: Fix some HereDoc recognition with several expressions on a lineColomban Wendling1-1/+30
Part of bug [#1810].
2016-02-17Ruby: Allow a symbol before a HereDoc for an implicit hash argumentColomban Wendling1-0/+10
Part of bug [#1810].
2016-02-16Change log.Colomban Wendling1-1/+5
2016-02-14Bug [#1809]. Rust: Handle new-style Unicode escape sequencesColomban Wendling1-2/+24
https://doc.rust-lang.org/reference.html#unicode-escapes
2016-02-16Bug [#1810]. Lex alternate hash key syntax 'key:' as a symbol.Colomban Wendling2-0/+9
2016-02-09Simplified IME caret position discovery.johnsonj1-12/+8
2016-02-09Fix 64-bit build on Windows which was broken in 3.6.3 as long only 32-bits.Neil4-3/+6
2016-02-08Extract IME text insertion into AddWString method.johnsonj1-27/+19
2016-02-06Move IME code into IMContext.johnsonj1-22/+22
2016-02-04SciTE change log.Neil1-0/+5
2016-02-01Simplified inline IME by using StringEncode.johnsonj1-26/+6
2016-02-01Support single-line comments, abbreviated keywords and extend nested comments toMatt Gilarde2-22/+59
unlimited levels.
2016-01-31Replace expressions to find level number of a fold level with function call.Neil4-27/+27
Simplifies code by removing any precedence issues and is shorter.
2016-01-31Bug [#1799]. Folds unfolded when two fold regions are merged by either deletingMarkus Nißl3-0/+27
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-26Fix flags to be compatible with Qt 4.x.Neil1-2/+5
2016-01-25Make IME indicators work similarly on all 3 platforms.johnsonj2-25/+20
2016-01-22Encapsulate ImmGetCompositionStringW for GCS_COMPSTR and GCS_RESULTSTR.johnsonj1-19/+22
2016-01-22For Qt, release builds have assertions turned off.John Ehresman4-0/+12
2016-01-22Limit the extent of Mako line comments to finish before the line end characters.John Ehresman2-1/+13
This prevents a later assertion failure.
2016-01-18Added tag rel-3-6-3 for changeset e575024931f8Neil1-0/+1
2016-01-15Deferred release due to SciTE fix.rel-3-6-3Neil2-4/+7
2016-01-13Updated modification date.Neil1-1/+1
2016-01-12Add entries for ZeroBrane and XML Validator Buddy and fix description ofNeil1-1/+10
CodeAssistor.
2016-01-11Remove dead links and fix a broken link.Neil1-20/+1
2016-01-11Remove dead links and update others.Neil1-46/+28
2016-01-11Update links.Neil1-2/+2
2016-01-11Close viewport tag.Neil10-10/+10
2016-01-10Updates for 3.6.3.Neil8-16/+17
2016-01-10Use value initialization in preference to memset as simpler and more robust.Neil1-2/+1
2016-01-09Factored out mapping IME state to indicators and finding caret position.johnsonj1-25/+36