aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2016-09-17Reset the comment after use so that it isn't applied to other features.Neil1-0/+2
2016-09-17Provide comments for each individual feature instead of group comments asNeil1-8/+41
this helps downstream use.
2016-09-16Adding shared schemes to project.Neil Hodgson4-2/+87
2016-09-14Updated to Xcode 8.0 and accepted its preferred warning options.Neil Hodgson1-1/+33
2016-09-14Casts for 64 to 32-bit conversions on OS X.Neil Hodgson4-12/+12
2016-09-12Fixed some enums in Scintilla.iface which may change bindings.Neil2-2/+9
2016-09-11Fix SC_AC_* values in documentation to match header.Neil1-5/+5
2016-09-10Expose NO_CXX11_REGEX in Win32 makefiles.Neil2-4/+4
2016-09-10SciTE change log.Neil1-0/+4
2016-09-07Add test cases for WordList::InListAbbreviated.oirfeodent1-0/+16
2016-09-07Add InListAbridged to WordList.oirfeodent4-0/+88
2016-09-07Change log.Neil1-0/+4
2016-09-06GTK: Fix autoc font size on GTK >= 3.21.0Colomban Wendling1-1/+9
GTK 3.21.0 fixed font size handling, leading to properly interpreting pixels and points in CSS declarations. However, as older versions incorrectly handled those, the code has to handle both behaviours. From CSS, GTK < 3.21.0 actually applied the conversion to points, but incorrectly: 10px was used as 10pt, but 10pt was scaled up twice. So, assuming 96 DPI, it leads to: font-size | 3.20.0 | 3.21.0 | ----------|---------|---------| 10px | 13.33px | 10px | 10pt | 17.77px | 13.33px | So, we need to fix the code to accommodate for both (either scaling ourselves, or adapting the unit: I chose the second, simpler, option). See https://git.gnome.org/browse/gtk+/commit/?id=df08fc91bdc1d2e4c866122304fabe4dd298a7de
2016-09-06SciTE change log.Neil1-0/+4
2016-09-06Bug [#1855]. Include ILexer.h in the public headers of the Scintilla framework.Neil Hodgson2-2/+14
2016-09-04Added tag rel-3-6-7 for changeset f9ff5b9b1a48Neil1-0/+1
2016-09-01Credits.rel-3-6-7Neil1-1/+2
2016-08-31Updates for 3.6.7.Neil8-21/+22
2016-08-31Bug [#1850]. Use tabs for virtual space in indentation when tabs enabled.jedailey4-17/+35
2016-08-30Regenerate deps.mak for Windows to include LexJSON.Neil1-0/+4
2016-08-30Regenerate deps.mak to include LexJSON.Neil1-0/+4
2016-08-27Feature [feature-requests:#1154]. GTK: Allow out-of-sources build.Colomban Wendling1-8/+11
Allow out-of-sources build by setting Make variable srcdir. This still generates the scintilla.a library in the source directory, though.
2016-08-30Fix spelling mistakes.Neil1-3/+3
2016-08-30Detect warnings from Visual C++ which do not contain line numbers.Neil2-0/+7
2016-08-30Feature [feature-requests:#210]. Allow folding on #else and #elif.Neil2-2/+19
2016-08-29Bug [#1854]. Fix: cannot get original input char on Mac for some input-modifiersTse Kit Yam2-1/+6
combinations e.g. Option + e => empty char, Control + k => a char with ascii code 11
2016-08-28SC_CHARSET_DEFAULT now means code page 1252 on Windows unless code page set.Neil3-14/+62
Improved documentation for character sets.
2016-08-25SciTE change log.Neil1-0/+6
2016-08-25Add unit tests for WordList class.Neil3-0/+34
2016-08-24SciTE change log.Neil1-0/+5
2016-08-20Use const reference parameter when it can prevent extra copies.Neil1-1/+1
2016-08-20Make some methods const where reasonable.Neil4-4/+4
2016-08-20Drop old blurbs.Neil1-5/+0
2016-08-20Bug [#1648]: Option added to prevent left arrow movement and selection wrappingNeil5-4/+16
to previous line.
2016-08-15Bug [#1842]. Fix fold expand when some child text not styled.Neil2-0/+8
2016-08-14Change log.Neil1-0/+5
2016-08-03Bug [#1849]: LexHTML: Fix resuming at a script startColomban Wendling1-0/+11
The lexer can't handle getting out of some states, so make sure never to start in any of them.
2016-08-14Change log.Neil1-0/+4
2016-08-03Bug [#767]: LexHTML: Don't handle XML start inside a JavaScript stringColomban Wendling1-1/+1
2016-08-14Reindent code with spaces to stop "misleading indentation" warning from g++ 6.1.Neil1-7/+7
2016-08-12Remove tests that are not needed.Neil1-2/+2
2016-08-12Discourage use of buffered mode.Neil1-1/+8
2016-08-11Update change log for SciTE.Neil1-0/+5
2016-08-11Update change log.Van de Bugger1-0/+8
2016-08-11Bug [#1846]. Allow setting ARFLAGS for make.Van de Bugger1-1/+2
2016-08-11Bug [#1845]. Allow recreating deps.mak if ever deleted.Van de Bugger1-2/+3
2016-08-11Bug [#1844]. Allow setting CFLAGS for make.Neil Hodgson1-2/+1
2016-06-20docs: Update Design.html to better reflect current statusColomban Wendling1-16/+12
2016-08-10Bug [#1851]. Fix scroll bar size warnings.Chris Mayo2-1/+14
2016-08-09Some more documentation for multi-coloured indicators.Neil1-2/+3