aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaFramework
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil8-1473/+0
2020-11-28Update version number to 4.4.6 and release date.Neil1-2/+2
2020-09-05Update version number to 4.4.5.Neil1-2/+2
2020-07-18Updates for 4.4.4.Neil1-2/+2
2020-06-03Updates for 4.4.3.Neil1-2/+2
2020-06-02Updates for 4.4.2.rel-4-4-2Neil1-2/+2
2020-05-28Updates for 4.4.0.Neil1-2/+2
2020-05-23Add file that avoids extra upgrade checks.Neil Hodgson1-0/+8
2020-04-23Updates for 4.3.3.rel-4-3-3Neil1-2/+2
2020-03-06Readying 4.3.1 release.rel-4-3-2Neil1-2/+2
2020-03-01Readying 4.3.1 release.rel-4-3-1Neil1-2/+2
2020-01-12Readying 4.3.0 release.rel-4-3-0Neil1-2/+2
2020-01-03Added Raku lexer and style properties and example filesMark Reay1-0/+4
2019-12-11Readying 4.2.3 release.rel-4-2-3Neil1-2/+2
2019-12-03Readying 4.2.2 release.rel-4-2-2Neil1-2/+2
2019-11-12Feature [feature-requests:#1324] Add Hollywood lexer.Andreas Falkenhahn1-0/+4
2019-11-02Release build turns off assert by defining NDEBUG.Neil Hodgson1-1/+4
2019-10-20Readying 4.2.1 release.rel-4-2-1Neil1-2/+2
2019-09-30Update project to Xcode 11.Neil Hodgson1-5/+1
2019-07-02Readying 4.2.0 release.Neil1-2/+2
2019-06-15Feature [feature-requests:#1295]. Lexer added for DataFlex.Wil van Antwerpen1-0/+4
2019-06-13Make a new release due to a regression in SciTE with 4.1.6.rel-4-1-7Neil1-2/+2
2019-06-05Preparing for 4.1.6 release.Neil1-2/+2
2019-04-29Feature [feature-requests:#1280]. Lexer added for X12.Iain Clarke1-0/+4
2019-04-13Preparing for 4.1.5 release.Neil1-2/+2
2019-04-05Move UniqueStringCopy into its own source file UniqueString.cxx to hide theNeil1-0/+4
implementation.
2019-03-28Updated ScintillaFramework internationalization to fix warnings from Xcode 10.2.Neil Hodgson2-14/+11
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.