Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-24 | Bug [#1865]. Style interpolated code in strings for CoffeeScript. | ActiveState | 2 | -1/+75 | |
2016-09-23 | Recognize inline comments in YAML. | Jim Pattee | 2 | -4/+22 | |
2016-09-23 | EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multiple | A-R-C-A | 8 | -19/+96 | |
vertical edges simultaneously. | |||||
2016-09-22 | Added header ordering section. | Neil | 1 | -0/+4 | |
2016-09-22 | Baan lexer changed significantly with more lexical states, keyword sets, and | Neil | 4 | -56/+578 | |
support for abridged keywords. | |||||
2016-09-21 | Feature [feature-requests:#1143]. Replace "progress" lexer with "abl". | Yuval Papish | 5 | -337/+550 | |
ILexer implementation Lexer can now correctly handle: "end triggers" phrase "last-event:function" phrase Indefinite comment level depth | |||||
2016-09-21 | Bug [#1864]. Fix incorrect nesting of tags. | Tse Kit Yam | 1 | -2/+1 | |
2016-09-21 | Removed extraneous spaces in documentation. | Neil | 1 | -2/+2 | |
2016-09-21 | Bug [#1863]. Allow subclass of SCIContentView to set cursor. | Tse Kit Yam | 2 | -1/+5 | |
2016-09-20 | Improved documentation on word functions and moved into a new section. | Neil | 1 | -164/+214 | |
2016-09-20 | Make Cursor and Mouse capture documentation sections similar to other sections. | Neil | 1 | -0/+4 | |
2016-09-20 | Link regex word flag documentation to word characters definition. | Neil | 1 | -2/+4 | |
2016-09-20 | Make documentation reference similar to other cases. | Neil | 1 | -1/+3 | |
2016-09-19 | Fix tag that was not terminated. | Neil | 1 | -1/+1 | |
2016-09-18 | Updating documentation on contributing code. | Neil | 3 | -1/+53 | |
2016-09-18 | Fix spelling in comment. | Neil | 1 | -1/+1 | |
2016-09-18 | Bug [#1861]. Fix caret position from left/right move with rectangular selection. | Neil | 2 | -6/+10 | |
2016-09-17 | Reset the comment after use so that it isn't applied to other features. | Neil | 1 | -0/+2 | |
2016-09-17 | Provide comments for each individual feature instead of group comments as | Neil | 1 | -8/+41 | |
this helps downstream use. | |||||
2016-09-16 | Adding shared schemes to project. | Neil Hodgson | 4 | -2/+87 | |
2016-09-14 | Updated to Xcode 8.0 and accepted its preferred warning options. | Neil Hodgson | 1 | -1/+33 | |
2016-09-14 | Casts for 64 to 32-bit conversions on OS X. | Neil Hodgson | 4 | -12/+12 | |
2016-09-12 | Fixed some enums in Scintilla.iface which may change bindings. | Neil | 2 | -2/+9 | |
2016-09-11 | Fix SC_AC_* values in documentation to match header. | Neil | 1 | -5/+5 | |
2016-09-10 | Expose NO_CXX11_REGEX in Win32 makefiles. | Neil | 2 | -4/+4 | |
2016-09-10 | SciTE change log. | Neil | 1 | -0/+4 | |
2016-09-07 | Add test cases for WordList::InListAbbreviated. | oirfeodent | 1 | -0/+16 | |
2016-09-07 | Add InListAbridged to WordList. | oirfeodent | 4 | -0/+88 | |
2016-09-07 | Change log. | Neil | 1 | -0/+4 | |
2016-09-06 | GTK: Fix autoc font size on GTK >= 3.21.0 | Colomban Wendling | 1 | -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-06 | SciTE change log. | Neil | 1 | -0/+4 | |
2016-09-06 | Bug [#1855]. Include ILexer.h in the public headers of the Scintilla framework. | Neil Hodgson | 2 | -2/+14 | |
2016-09-04 | Added tag rel-3-6-7 for changeset f9ff5b9b1a48 | Neil | 1 | -0/+1 | |
2016-09-01 | Credits.rel-3-6-7 | Neil | 1 | -1/+2 | |
2016-08-31 | Updates for 3.6.7. | Neil | 8 | -21/+22 | |
2016-08-31 | Bug [#1850]. Use tabs for virtual space in indentation when tabs enabled. | jedailey | 4 | -17/+35 | |
2016-08-30 | Regenerate deps.mak for Windows to include LexJSON. | Neil | 1 | -0/+4 | |
2016-08-30 | Regenerate deps.mak to include LexJSON. | Neil | 1 | -0/+4 | |
2016-08-27 | Feature [feature-requests:#1154]. GTK: Allow out-of-sources build. | Colomban Wendling | 1 | -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-30 | Fix spelling mistakes. | Neil | 1 | -3/+3 | |
2016-08-30 | Detect warnings from Visual C++ which do not contain line numbers. | Neil | 2 | -0/+7 | |
2016-08-30 | Feature [feature-requests:#210]. Allow folding on #else and #elif. | Neil | 2 | -2/+19 | |
2016-08-29 | Bug [#1854]. Fix: cannot get original input char on Mac for some input-modifiers | Tse Kit Yam | 2 | -1/+6 | |
combinations e.g. Option + e => empty char, Control + k => a char with ascii code 11 | |||||
2016-08-28 | SC_CHARSET_DEFAULT now means code page 1252 on Windows unless code page set. | Neil | 3 | -14/+62 | |
Improved documentation for character sets. | |||||
2016-08-25 | SciTE change log. | Neil | 1 | -0/+6 | |
2016-08-25 | Add unit tests for WordList class. | Neil | 3 | -0/+34 | |
2016-08-24 | SciTE change log. | Neil | 1 | -0/+5 | |
2016-08-20 | Use const reference parameter when it can prevent extra copies. | Neil | 1 | -1/+1 | |
2016-08-20 | Make some methods const where reasonable. | Neil | 4 | -4/+4 | |
2016-08-20 | Drop old blurbs. | Neil | 1 | -5/+0 | |