aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil4-1428/+0
2020-05-23Add file that avoids extra upgrade checks.Neil Hodgson1-0/+8
2020-01-03Added Raku lexer and style properties and example filesMark Reay1-0/+4
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-09-30Update project to Xcode 11.Neil Hodgson1-5/+1
2019-06-15Feature [feature-requests:#1295]. Lexer added for DataFlex.Wil van Antwerpen1-0/+4
2019-04-29Feature [feature-requests:#1280]. Lexer added for X12.Iain Clarke1-0/+4
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 Hodgson1-14/+11
2019-03-11Enable Base internationalization to avoid warning from Xcode.Neil Hodgson1-0/+1
2019-02-28Feature [feature-requests:#1265]. Common Intermediate Language (CIL) lexer.Jed Altahan1-0/+4
2018-11-21Feature [feature-requests:#1242]. Add lexer for NimJad Altahan1-0/+4
2018-06-21Feature [feature-requests:#1185]. Add lexers for SAS and Stata.Luke Rasmussen1-0/+8
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-01-26Ensure build allows C++17.Neil Hodgson1-2/+4
ARC setting is matching same setting at different scope so no effect.
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-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-03-06New "indent" lexer styled as plain text but folded by indentation level.Vicente1-0/+4
2016-11-27Added module map to enable use of Scintilla from Swift.Neil Hodgson1-0/+6
2016-11-27Make EDIFACT lexer work on macOS.Neil Hodgson1-0/+4
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-04-08Added JSON lexer to Cocoa.Neil Hodgson1-0/+4
2015-09-25Updated as recommended by Xcode 7.Neil Hodgson1-1/+4
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
2014-12-06Updated by Xcode 6.1Neil Hodgson1-3/+1
2014-10-10Remove 32-bit support.Neil Hodgson1-2/+2
2014-10-02Switch C++ runtime library to libc++ to allow use of features from C++11.Neil Hodgson1-0/+4
2014-09-19Updated for Xcode 6.0.1.Neil Hodgson1-1/+1
2014-09-03Add BibTeX lexer to OS X project.Neil Hodgson1-0/+4
2014-08-09Added registry lexer to Cocoa build.Neil Hodgson1-0/+4
2014-07-08Made recent refactor work on Cocoa.Neil Hodgson1-0/+24
2014-06-17Stop copying private headers to framework headers directory.Neil Hodgson1-8/+8
2014-04-29Added DMIS lexer.Neil Hodgson1-0/+4
2014-03-11Upgrade to Xcode 5.1.Neil Hodgson1-1/+1
2014-01-21Added some missing headers.Neil Hodgson1-0/+12
2013-11-12Fix a warning from Xcode about using a INSTALL_PATH that includes ↵Neil Hodgson1-0/+2
@executable_path but had SKIP_INSTALL off.
2013-11-12Specify deployment target as OS X 10.5 so builds on recent versions will run ↵Neil Hodgson1-0/+2
on older.
2013-11-11Add @2x images for cursors and info bar to match retina displays.Neil Hodgson1-0/+12
From Mike Lischke.