Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-21 | Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata. | Luke Rasmussen | 1 | -5/+13 | |
Backport of changeset 7056:974bc87e0696. | |||||
2018-06-30 | Updated for 3.10.0.rel-3-10-0 | mitchell | 1 | -2/+2 | |
2018-05-05 | Backport: Feature [feature-requests:#1212]. Move Unicode conversions into ↵ | mitchell | 1 | -4/+0 | |
UniConversion. Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion. Backport of changeset 6645:463fa6965d9a. | |||||
2018-03-22 | Updating for 3.8.0. | mitchell | 1 | -2/+2 | |
2018-03-06 | Backport: Feature [feature-requests:#1210]. Maxima lexer added. | Gunter Königsmann | 1 | -0/+4 | |
Backport of changeset 6474:7a2aeece58b6. | |||||
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -2/+0 | |
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
2017-08-28 | Backport: Include ILoader.h in public interface to Scintilla framework. | Neil Hodgson | 1 | -0/+4 | |
Backport of changeset 6384:f569378826ff. | |||||
2017-06-22 | Backport: Add a DefaultLexer class which lexers can subclass if they want ↵ | Neil | 1 | -0/+8 | |
reasonable default implementations of the ILexerWithSubStyles interface methods. Backport of changeset 6326:d18622e37a3e. | |||||
2017-06-12 | Backport: Removed unused functions and methods from Platform.h. | Neil | 1 | -0/+4 | |
Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f. | |||||
2018-03-11 | Added optional Lua lexer support. | mitchell | 1 | -0/+4 | |
This support is disabled by default and must be enabled via compile-time option. | |||||
2017-05-23 | Updated for 3.7.5 release. | Neil | 1 | -2/+2 | |
2017-03-19 | Update for 3.7.4 release. | Neil | 1 | -2/+2 | |
2017-03-06 | New "indent" lexer styled as plain text but folded by indentation level. | Vicente | 1 | -0/+4 | |
2017-02-16 | Updates for 3.7.3.rel-3-7-3 | Neil | 1 | -2/+2 | |
2016-12-27 | Updates for 3.7.2.rel-3-7-2 | Neil | 1 | -2/+2 | |
2016-11-30 | Updates for 3.7.1. | Neil | 1 | -2/+2 | |
2016-11-27 | Added module map to enable use of Scintilla from Swift. | Neil Hodgson | 2 | -0/+16 | |
2016-11-27 | Make EDIFACT lexer work on macOS. | Neil Hodgson | 1 | -0/+4 | |
2016-10-11 | Updates for 3.7.0. | Neil | 1 | -2/+2 | |
2016-09-16 | Adding shared schemes to project. | Neil Hodgson | 2 | -0/+79 | |
2016-09-14 | Updated to Xcode 8.0 and accepted its preferred warning options. | Neil Hodgson | 1 | -1/+33 | |
2016-09-06 | Bug [#1855]. Include ILexer.h in the public headers of the Scintilla framework. | Neil Hodgson | 1 | -2/+2 | |
2016-08-31 | Updates for 3.6.7. | Neil | 1 | -2/+2 | |
2016-05-18 | Updates for 3.6.6. | Neil | 1 | -2/+2 | |
2016-04-23 | Updates for 3.6.5 release. | Neil | 1 | -2/+2 | |
2016-04-08 | Added JSON lexer to Cocoa. | Neil Hodgson | 1 | -0/+4 | |
2016-03-09 | Updates for 3.6.4. | Neil | 1 | -2/+2 | |
2016-01-10 | Updates for 3.6.3. | Neil | 1 | -2/+2 | |
2015-11-02 | Updates for 3.6.2. | Neil | 1 | -2/+2 | |
2015-09-25 | Updated as recommended by Xcode 7. | Neil Hodgson | 2 | -2/+5 | |
2015-09-21 | Add short version string to Scintilla framework to specify the release version. | Neil Hodgson | 1 | -1/+3 | |
The current version value (CFBundleVersion) is a build version. | |||||
2015-08-07 | Copy Sci_Position.h into framework for Cocoa. | Neil Hodgson | 1 | -0/+4 | |
2015-07-14 | Fix Xcode project file to contain all the individual lexers split out from ↵ | Neil Hodgson | 1 | -5/+25 | |
LexOthers in the previous commit. | |||||
2015-06-26 | Updated OS X deployment target to 10.7 at the project level as it already was | Neil Hodgson | 1 | -2/+2 | |
at the target level. | |||||
2014-12-16 | Feature [feature-requests:#1091]. S-Record lexer added on OS X. | Neil Hodgson | 1 | -0/+4 | |
2014-12-06 | Updated by Xcode 6.1 | Neil Hodgson | 1 | -3/+1 | |
2014-10-10 | Remove 32-bit support. | Neil Hodgson | 1 | -2/+2 | |
2014-10-02 | Switch C++ runtime library to libc++ to allow use of features from C++11. | Neil Hodgson | 1 | -0/+4 | |
2014-09-19 | Updated for Xcode 6.0.1. | Neil Hodgson | 1 | -1/+1 | |
2014-09-03 | Add BibTeX lexer to OS X project. | Neil Hodgson | 1 | -0/+4 | |
2014-08-09 | Added registry lexer to Cocoa build. | Neil Hodgson | 1 | -0/+4 | |
2014-07-08 | Made recent refactor work on Cocoa. | Neil Hodgson | 1 | -0/+24 | |
2014-06-17 | Stop copying private headers to framework headers directory. | Neil Hodgson | 1 | -8/+8 | |
2014-04-29 | Added DMIS lexer. | Neil Hodgson | 1 | -0/+4 | |
2014-03-11 | Upgrade to Xcode 5.1. | Neil Hodgson | 1 | -1/+1 | |
2014-01-21 | Added some missing headers. | Neil Hodgson | 1 | -0/+12 | |
2013-11-12 | Fix a warning from Xcode about using a INSTALL_PATH that includes ↵ | Neil Hodgson | 1 | -0/+2 | |
@executable_path but had SKIP_INSTALL off. | |||||
2013-11-12 | Specify deployment target as OS X 10.5 so builds on recent versions will run ↵ | Neil Hodgson | 1 | -0/+2 | |
on older. | |||||
2013-11-11 | Add @2x images for cursors and info bar to match retina displays. | Neil Hodgson | 1 | -0/+12 | |
From Mike Lischke. | |||||
2013-11-11 | Update SDK version so builds on both Xcode 4.6 and 5.0. | Neil Hodgson | 1 | -3/+5 | |