aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx/makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-09-24Removing Carbon platform layer in favour of Cocoa.nyamatongwe1-100/+0
2011-05-21Dropped ppc architecture as not supported by Xcode 4.nyamatongwe1-1/+1
2010-07-15Updated for lexer objects with files in lexlib and lexers as well as src.nyamatongwe1-9/+9
2010-06-05Using Make functions to avoid regenerating makefile when set ofnyamatongwe1-16/+1
lexers changed.
2010-01-21Changed SDK headers from 10.4 to 10.5 so should beuild on mostnyamatongwe1-1/+1
installations.
2009-08-27Markdown lexer from FR #2844081.nyamatongwe1-6/+7
2009-07-12Added PerLine to build.nyamatongwe1-1/+1
2009-07-12Include new selection code in build.nyamatongwe1-1/+1
2009-05-27Reinstated SCI_NAMESPACE in makefile as not set in header again.nyamatongwe1-2/+2
2009-05-12Moving SCI_LEXER out of header and back into make file.nyamatongwe1-2/+2
2009-05-06First stage of Cocoa platform addition.nyamatongwe1-2/+2
Changed identifier id since this is a reserved word in Objective C. SCI_LEXER and SCI_NAMESPACE turned on automatically for OS X native compilation.
2009-03-29Lexer for SML. Feature Request #2710950.nyamatongwe1-1/+1
2009-03-04Nimrod lexer from Andreas Rumpf added.nyamatongwe1-5/+5
2009-01-23Reinstated EScript after license returned to standard Scintilla license.nyamatongwe1-6/+6
2009-01-22Removal of EScript lexer cause changes to build files, etc.nyamatongwe1-6/+6
2009-01-01Lexer for PowerPro from Christopher Bean.nyamatongwe1-4/+4
2008-12-13Lexer added for SORCUS Installation files.nyamatongwe1-3/+3
2008-10-22Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406nyamatongwe1-8/+9
2008-09-14Added LexMySQL by Anders Karlsson.nyamatongwe1-4/+4
2008-01-18PowerShell lexer implemented by Tim Gerundt.nyamatongwe1-3/+3
2007-12-31Added Magik lexer.nyamatongwe1-7/+7
2007-12-05modified version of adobe OSX patches. Most of these patches are provided ↵mixedpuppy1-5/+10
by Adobe, though I've reorganized a lot of them - improved drag/drop - make copy/paste use modern pasteboard api's - optimized textlayout usage - reduce assertions for debug builds - implement IME support - other minor things patches are available in openkomodo, which is a good test ground for scintilla osx (until someone ports SCiTE).
2007-11-15Regenerated by LexGen.pynyamatongwe1-2/+2
2007-11-12fix osx buildmixedpuppy1-8/+20
- add namespace to lexR - fix name collision with osx headers in LexTeX
2007-11-04Added support for 'R' language by Stephen Stagg.nyamatongwe1-1/+1
2007-09-08Lexer for Asymptote.nyamatongwe1-10/+10
2007-06-30Support for Abaqus language added by Sergio Lucato.nyamatongwe1-10/+10
2007-06-12PL/M and Progress lexers added.nyamatongwe1-4/+5
2007-06-04fix osx build for new positioncache codescaraveo1-1/+1
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-0/+95
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable