aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaFramework
AgeCommit message (Collapse)AuthorFilesLines
2019-03-11Enable Base internationalization to avoid warning from Xcode.Neil Hodgson1-0/+1
2019-03-04Updated version number for release.Neil1-2/+2
2019-02-28Feature [feature-requests:#1265]. Common Intermediate Language (CIL) lexer.Jed Altahan1-0/+4
2019-01-07Updates for version 4.1.3.rel-4-1-3Neil1-2/+2
2018-11-21Feature [feature-requests:#1242]. Add lexer for NimJad Altahan1-0/+4
2018-09-30Updates for 4.1.2 release.Neil1-2/+2
2018-09-05Updates for 4.1.1.Neil1-2/+2
2018-06-21Feature [feature-requests:#1185]. Add lexers for SAS and Stata.Luke Rasmussen1-0/+8
2018-06-15Updates for 4.1.0.Neil1-2/+2
2018-05-06Updates for 4.0.5.rel-4-0-5Neil1-2/+2
2018-04-07Updates for 4.0.4.rel-4-0-4Neil1-2/+2
2018-03-30New Xcode 9.3 so ran the updater which turned on some warnings andNeil Hodgson2-6/+8
it fiddled with the projects and schemes.
2018-03-24Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.Zufu Liu1-4/+0
Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion.
2018-03-06Feature [feature-requests:#1210]. Maxima lexer added.Gunter Königsmann1-0/+4
2018-02-08Updating for 4.0.3.Neil1-2/+2
2018-01-26Ensure build allows C++17.Neil Hodgson1-2/+4
ARC setting is matching same setting at different scope so no effect.
2017-10-26Updates for 4.0.2.rel-4-0-2Neil1-2/+2
2017-10-18Updates for 4.0.1 release.rel-4-0-1Neil1-2/+2
2017-09-25Update Xcode project files automatically for Xcode 9.Neil Hodgson2-9/+19
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
2017-08-28Include ILoader.h in public interface to Scintilla framework.Neil Hodgson1-0/+4
2017-08-11Preparing for the 4.0.0 release.Neil1-2/+2
2017-06-22Add a DefaultLexer class which lexers can subclass if they want reasonableNeil1-0/+8
default implementations of the ILexerWithSubStyles interface methods.
2017-06-12Removed unused functions and methods from Platform.h.Neil1-0/+4
Replaced Platform::Clamp with Sci::clamp but will later change this to std::clamp once on full C++17 compilers. Drop MouseButtonBounce workaround for very early GTK+/Linux.
2017-06-05Converted to Automatic Reference Counting.Neil Hodgson1-2/+4
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
2015-07-14Fix Xcode project file to contain all the individual lexers split out from ↵Neil Hodgson1-5/+25
LexOthers in the previous commit.
2015-06-26Updated OS X deployment target to 10.7 at the project level as it already wasNeil Hodgson1-2/+2
at the target level.
2014-12-16Feature [feature-requests:#1091]. S-Record lexer added on OS X.Neil Hodgson1-0/+4