aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaTest
AgeCommit message (Collapse)AuthorFilesLines
2024-03-15Turn on multiple selection for macOS demonstration application.Neil Hodgson1-0/+1
2023-09-27Deprecated methods disableFlushWindow and enableFlushWindow are avoided onNeil Hodgson1-0/+4
macOS 10.14+. Test application contains example calls that exercize this when available.
2023-09-27Update test application for Xcode 15 which requires deployment target 10.13+.Neil Hodgson1-8/+21
2023-02-26Specify runpath for ScintillaTest to be able to run on a different computer,Neil Hodgson1-0/+2
2021-08-24Remove line end white space.Neil1-25/+25
2021-07-28Update Xcode project for Xcode 12.5.Neil Hodgson1-1/+7
Turn off CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER as headers also used on other platforms that do not build as a framework.
2021-05-09Add @file <filename> comments to follow convention.Neil1-1/+1
Fix incorrect filename comments. Normalize Qt code to use #endif /* X */ insetad of #endif // X.
2021-03-16Set deployment target of ScintillaTest to the minimum supported by current ↵Neil1-0/+4
Xcode.
2021-03-10Use Lexilla in ScintillaTest. Switch from ScintillaFramework to Scintilla.Neil Hodgson3-33/+63
2020-05-23Add file that avoids extra upgrade checks.Neil Hodgson1-0/+8
2019-03-28Updated ScintillaTest internationalization to fix warnings from Xcode 10.2.Neil Hodgson3-9/+6
2019-03-11Enable Base internationalization to avoid warning from Xcode.Neil Hodgson1-0/+1
2018-03-30New Xcode 9.3 so ran the updater which turned on some warnings andNeil Hodgson1-2/+8
it fiddled with the projects and schemes.
2018-02-10Update Cocoa test app to Xcode 9.2 settings.rel-4-0-3Neil Hodgson1-7/+15
2018-02-10Eliminate calls of Scintilla APIs that have been removed.Neil Hodgson1-3/+0
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
2017-04-22Update ScintillaTest project with current Xcode.Neil1-1/+7
2017-04-22Update ScintillaTest XIB with current Xcode to avoid warnings.Neil1-14/+8
2017-04-22Move NSString for example contents to local as it showed up in memory leakNeil2-12/+17
checks making them more difficult to understand.
2016-09-16Adding shared schemes to project.Neil Hodgson1-0/+7
2015-10-23Add a menu command to ScintillaTest to add or remove an extra ScintillaNeil Hodgson3-1/+34
view on the right of the window to allow testing deletion of a ScintillaView.
2015-10-23Xcode 7 didn't like the xib so upgraded it to the current format.Neil Hodgson1-3992/+609
2015-09-25Updated as recommended by Xcode 7.Neil Hodgson2-2/+5
2015-06-19Updated test program with Xcode recommended settings.Neil Hodgson1-5/+7
2014-01-20Fix typo in string (cocoa)Stefan Weil1-1/+1
2014-06-17Use headers from framework instead of from relative paths.Neil Hodgson2-4/+4
This checks that the Scintilla framework exposes headers correctly.
2014-06-12Accepted updates from Xcode 5.1.Neil Hodgson1-1/+23
2013-11-11Update InfoBar to use combined images.Neil Hodgson1-4/+4
Change SDK setting to latest so will work with both Xcode 4.6 and 5.0.
2013-05-02Feature: [feature-requests:#988]. Cocoa support for font quality.nyamatongwe2-0/+129
From Mark Yen.
2012-10-06Updated upgrade check numbers avoids dialogs.nyamatongwe1-1/+1
2012-07-29Updated Base SDK to 10.7 so builds with standard Xcode 4.4.nyamatongwe1-2/+4
2012-06-07Use clang instead of gcc for ScintillaTest as that allows building fornyamatongwe1-0/+2
OS X 10.5 with Xcode 4.3.2.
2012-04-16Implemented find indicator with animation for OS X.nyamatongwe1-0/+5
2012-03-27Ensure default style copied to all styles so that font attributes work.nyamatongwe1-0/+2
2011-10-26Updated to Xcode 4.2 and now using Clang.nyamatongwe1-1/+1
2011-09-09Merge with main repository.nyamatongwe1-0/+43
2011-08-20Include autocompletion list test.nyamatongwe1-0/+43
2011-08-02Implemented floating point text positioning for Cocoa.nyamatongwe1-1/+1
2011-07-27Ran modernize.nyamatongwe1-5/+5
2011-05-26Project files target 64-bit as well as 32-bit architectures.nyamatongwe1-0/+2
2011-05-21Updated to work with XCode 4 and use 10.6 SDK.nyamatongwe1-10/+4
Removed reference to MySQL build directory.
2011-02-07Merged in current scintilla-cocoa from bzr.nyamatongwe1-1/+1
2010-12-08Added 68K assembler lexer.nyamatongwe1-0/+7
Some region settings were inserted automatically by Xcode.
2010-07-24Updates from Scintilla-Cocoa project.nyamatongwe3-122/+818
Updated case mapping, modifier key for zoom, redo, mouse wheel, search and highlight.
2010-01-20Updated to current version (28) of Scintilla Cocoa.nyamatongwe2-5/+8
2009-06-26Updated cocoa to current version from bzr.nyamatongwe3-704/+73
2009-05-14Reinstated styles for SCE_MYSQL_HIDDENCOMMAND.nyamatongwe1-2/+2
2009-05-14Test file from Mike Lischke at Sun.nyamatongwe1-0/+215
2009-05-14First upload of Cocoa platform from Mike Lischke at Sun.nyamatongwe9-0/+4502