aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaFramework
AgeCommit message (Collapse)AuthorFilesLines
2019-12-07Preparing for 3.11.2.mitchell1-2/+2
2019-12-06Backport: Feature [feature-requests:#1324] Add Hollywood lexer.mitchell1-0/+4
Backport of changeset 7761:abba8b1c6f4a.
2019-11-02Backport: Release build turns off assert by defining NDEBUG.Neil Hodgson1-0/+1
Backport of changeset 7748:aaf9e24d1256.
2019-10-26Preparing for 3.11.1 release.rel-3-11-1mitchell1-2/+2
2019-08-30Preparing for 3.11.0 release.rel-3-11-0mitchell1-2/+2
2019-07-11Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex.mitchell1-2/+6
Backport of changeset 7569:ab69548334b7, but with custom `_strnlen` function since `strnlen` is not part of the C or C++ standard.
2019-06-05Preparing for 3.10.6 release.mitchell1-2/+2
2019-05-27Backport: Feature [feature-requests:#1280]. Lexer added for X12.mitchell1-0/+4
Backport of changeset 7486:a99fa007805f, but with LexerX12::Terminator struct definition not having default values, which is a C++14 feature.
2019-05-09Updated version number for release.rel-3-10-5mitchell1-2/+2
2019-04-17Updated version number for release.mitchell1-2/+2
2019-04-17Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ↵mitchell1-0/+4
hide the implementation. Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's string_view.
2019-03-28Backport: Updated ScintillaFramework internationalization to fix warnings ↵Neil Hodgson2-8/+8
from Xcode 10.2. Backport of changeset 7349:0b7800a19ed3, but only .cxx file reordering. Internationalization was not backported in case it's not compatible with earlier versions of XCode.
2019-03-11Backport: Enable Base internationalization to avoid warning from Xcode.Neil Hodgson1-0/+1
Backport of changeset 7311:7a24b18327fa.
2019-03-09Updated version number for release.mitchell1-2/+2
2019-03-09Backport: Feature [feature-requests:#1265]. Common Intermediate Language ↵mitchell1-0/+4
(CIL) lexer. Backport of changeset 7283:aaeca7f7cf9d.
2019-01-12Updates for version 3.10.2.mitchell1-2/+2
2018-11-21Backport: Feature [feature-requests:#1242]. Add lexer for NimJad Altahan1-1/+5
Backport of changeset 7173:3e6cf75864cc.
2018-10-31Updated for 3.10.1.rel-3-10-1mitchell1-2/+2
2018-06-21Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata.Luke Rasmussen1-5/+13
Backport of changeset 7056:974bc87e0696.
2018-06-30Updated for 3.10.0.rel-3-10-0mitchell1-2/+2
2018-05-05Backport: Feature [feature-requests:#1212]. Move Unicode conversions into ↵mitchell1-4/+0
UniConversion. Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion. Backport of changeset 6645:463fa6965d9a.
2018-03-22Updating for 3.8.0.mitchell1-2/+2
2018-03-06Backport: Feature [feature-requests:#1210]. Maxima lexer added.Gunter Königsmann1-0/+4
Backport of changeset 6474:7a2aeece58b6.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-2/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-08-28Backport: Include ILoader.h in public interface to Scintilla framework.Neil Hodgson1-0/+4
Backport of changeset 6384:f569378826ff.
2017-06-22Backport: Add a DefaultLexer class which lexers can subclass if they want ↵Neil1-0/+8
reasonable default implementations of the ILexerWithSubStyles interface methods. Backport of changeset 6326:d18622e37a3e.
2017-06-12Backport: Removed unused functions and methods from Platform.h.Neil1-0/+4
Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f.
2018-03-11Added optional Lua lexer support.mitchell1-0/+4
This support is disabled by default and must be enabled via compile-time option.
2017-05-23Updated for 3.7.5 release.Neil1-2/+2
2017-03-19Update for 3.7.4 release.Neil1-2/+2
2017-03-06New "indent" lexer styled as plain text but folded by indentation level.Vicente1-0/+4
2017-02-16Updates for 3.7.3.rel-3-7-3Neil1-2/+2
2016-12-27Updates for 3.7.2.rel-3-7-2Neil1-2/+2
2016-11-30Updates for 3.7.1.Neil1-2/+2
2016-11-27Added module map to enable use of Scintilla from Swift.Neil Hodgson2-0/+16
2016-11-27Make EDIFACT lexer work on macOS.Neil Hodgson1-0/+4
2016-10-11Updates for 3.7.0.Neil1-2/+2
2016-09-16Adding shared schemes to project.Neil Hodgson2-0/+79
2016-09-14Updated to Xcode 8.0 and accepted its preferred warning options.Neil Hodgson1-1/+33
2016-09-06Bug [#1855]. Include ILexer.h in the public headers of the Scintilla framework.Neil Hodgson1-2/+2
2016-08-31Updates for 3.6.7.Neil1-2/+2
2016-05-18Updates for 3.6.6.Neil1-2/+2
2016-04-23Updates for 3.6.5 release.Neil1-2/+2
2016-04-08Added JSON lexer to Cocoa.Neil Hodgson1-0/+4
2016-03-09Updates for 3.6.4.Neil1-2/+2
2016-01-10Updates for 3.6.3.Neil1-2/+2
2015-11-02Updates for 3.6.2.Neil1-2/+2
2015-09-25Updated as recommended by Xcode 7.Neil Hodgson2-2/+5
2015-09-21Add short version string to Scintilla framework to specify the release version.Neil Hodgson1-1/+3
The current version value (CFBundleVersion) is a build version.
2015-08-07Copy Sci_Position.h into framework for Cocoa.Neil Hodgson1-0/+4