aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx/SciTest
AgeCommit message (Collapse)AuthorFilesLines
2011-09-24Removing Carbon platform layer in favour of Cocoa.nyamatongwe7-1956/+0
2011-07-27Removed old nib directory as replaced with xib which works withnyamatongwe3-294/+0
Xcode 4.1.
2011-07-27Converting nib to xib for compatibility with newer tools.nyamatongwe2-10/+1367
2011-07-27Ran modernize project.nyamatongwe1-4/+5
2011-03-18Avoid const warnings.nyamatongwe1-2/+2
2010-12-08Added 68K assembler lexer.nyamatongwe1-0/+7
Some region settings were inserted automatically by Xcode.
2010-07-15For lexer objects added lexlib as a headers search directory.nyamatongwe1-0/+2
2009-07-12Added PerLine to build.nyamatongwe1-0/+2
2007-06-12Added some basic colours so can see that styling is being done.nyamatongwe1-225/+255
2007-06-04add missing main.nib for test containerscaraveo3-0/+294
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo6-0/+557
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