aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj
AgeCommit message (Collapse)AuthorFilesLines
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-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-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 Hodgson1-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-09Backport: Feature [feature-requests:#1265]. Common Intermediate Language ↵mitchell1-0/+4
(CIL) lexer. Backport of changeset 7283:aaeca7f7cf9d.
2018-11-21Backport: Feature [feature-requests:#1242]. Add lexer for NimJad Altahan1-1/+5
Backport of changeset 7173:3e6cf75864cc.
2018-06-21Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata.Luke Rasmussen1-5/+13
Backport of changeset 7056:974bc87e0696.
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-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-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.
2013-11-11Update SDK version so builds on both Xcode 4.6 and 5.0.Neil Hodgson1-3/+5
2013-10-18Added DMAP lexer to Cocoa build.nyamatongwe1-0/+4
2013-10-08Feature [feature-requests:#1024]. Lexer added for Rust language.Neil1-0/+4
From SiegeLord.
2013-09-20Simplify project file. Set and use settings on the project level and avoid ↵nyamatongwe1-10/+2
setting on target.
2013-08-21Added LexKVIrc to project.nyamatongwe1-0/+4
2013-07-21Add standard compliance flag.nyamatongwe1-0/+2
2013-07-21Add standard compliance flag.nyamatongwe1-0/+2
2013-07-11Add new files to project and sort file names.nyamatongwe1-21/+41
2013-07-01Added CharacterCategory to project file.nyamatongwe1-0/+8