aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.mm
AgeCommit message (Collapse)AuthorFilesLines
2011-05-27IME fixed to avoid inserting keys that are part of a character.nyamatongwe1-7/+19
Allows for either NSString or NSAttributedString. From Mike Schroeder of Adobe.
2011-05-27Expose registerNotifyCallback on ScintillaView class.nyamatongwe1-0/+11
From Elizabeth Irizarry of Adobe.
2011-02-07Merged in current scintilla-cocoa from bzr.nyamatongwe1-24/+63
2010-07-24Updates from Scintilla-Cocoa project.nyamatongwe1-3/+85
Updated case mapping, modifier key for zoom, redo, mouse wheel, search and highlight.
2010-04-22Updated to launchpad scintilla-cocoa revision 33.nyamatongwe1-33/+56
Context menu implemented. Many warnings avoided. Make files added.
2010-01-20Updated to current version (28) of Scintilla Cocoa.nyamatongwe1-9/+56
2009-09-04Avoid errors from new compiler in OS X 10.6.nyamatongwe1-1/+3
2009-09-04Fix in the InfoBar to avoid setting a cell class for the entire application.nyamatongwe1-6/+14
Fixed memory leak re. notification center. Cursor handling did not properly retain the used cursor image.
2009-06-26Updated cocoa to current version from bzr.nyamatongwe1-20/+234
2009-05-14First upload of Cocoa platform from Mike Lischke at Sun.nyamatongwe1-0/+1082