aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaTest/AppController.mm
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.
2021-08-24Remove line end white space.Neil1-25/+25
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-10Use Lexilla in ScintillaTest. Switch from ScintillaFramework to Scintilla.Neil Hodgson1-3/+10
2018-02-10Eliminate calls of Scintilla APIs that have been removed.Neil Hodgson1-3/+0
2017-04-22Move NSString for example contents to local as it showed up in memory leakNeil1-11/+17
checks making them more difficult to understand.
2015-10-23Add a menu command to ScintillaTest to add or remove an extra ScintillaNeil Hodgson1-1/+25
view on the right of the window to allow testing deletion of a ScintillaView.
2014-01-20Fix typo in string (cocoa)Stefan Weil1-1/+1
2013-05-02Feature: [feature-requests:#988]. Cocoa support for font quality.nyamatongwe1-0/+5
From Mark Yen.
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-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-02-07Merged in current scintilla-cocoa from bzr.nyamatongwe1-1/+1
2010-07-24Updates from Scintilla-Cocoa project.nyamatongwe1-0/+12
Updated case mapping, modifier key for zoom, redo, mouse wheel, search and highlight.
2009-06-26Updated cocoa to current version from bzr.nyamatongwe1-5/+5
2009-05-14Reinstated styles for SCE_MYSQL_HIDDENCOMMAND.nyamatongwe1-2/+2
2009-05-14First upload of Cocoa platform from Mike Lischke at Sun.nyamatongwe1-0/+215