0

I'm building an Integrated Development Environment (IDE) application for Mac OS X.

When creating a new Mac OS X Cocoa Application should I select (check) Create a Document-Based Application?

What are some examples of document-based apps?

ma11hew28
  • 121,420
  • 116
  • 450
  • 651

1 Answers1

3

Yes, you'll probably want your IDE to be a document-based app because the Document-Based App Programming Guide for Mac says, "Document-based apps handle multiple documents ... and often display more than one document at a time." For an IDE app, each document could be a source file.

Examples of Document-Based Apps

ma11hew28
  • 121,420
  • 116
  • 450
  • 651