
#Xcde simple writer how to
Open Recent Menu - Shows how to implement the Open Recent.Open and Save Dialogs - Provides and example of working with the Open and Save Dialog boxes and presenting them as Sheets.Open and Save Files - Provides an example of opening and saving files and marking a window as belonging to a given file.Tracking Modified Windows - Tracking when the document in a Window has been modified, notifying the user of the modification and prompting the user to save changes before closing a Window or quitting the app.Cross Communication - Provides an example of talking across the multiple parts of the app: App Delegate, Windows, Controllers, Views, Menus and Toolbars.About Window - Shows how to create a custom About Window and wire it into the About App.Template Window - Provides an example of a Template Window that allows the user to select the type of new document to create.Multiple Windows - Provides an example of working with multiple windows in a Xamarin.Mac app.Storyboards - Shows how to use a Storyboard and Xcode's Interface Builder to create a complex user interface.


File Types - Provides an example of assigning File Types to a Xamarin.Mac app.App Icons - Provides a unique icon for the app and each of its associated File Types.

SourceWriter includes the following features: It is presented as an example of a complete Xamarin.Mac app that includes many of the features a user would expect to find in a typical Mac application. The SourceWriter Xamarin.Mac app is a simple source code editor that provides support for code completion and simple syntax highlighting.
