Contributing Code

If you have any suggestions for Nano development, or would like to submit bugs or patches, then please contact me.

Submitted code will be placed under the Nano licence, and you should review the terms of that document before contributing code.

Custom Views

Future releases of Nano will extend the number of custom views in the library, in order to provide views that are currently Cocoa-specific or restricted to applications from Apple.

Examples of these views could be:

NCoreImageView Contains a CoreImage view
NCoreVideoView Contains a CoreVideo view
NHoverText Similar to the Safari bookmark control
NSplitterView A "splitter" view that splits two views
NURLText A static hyperlink text view
NFilePathView Similar to the Finder Find window

If you are interested in developing one of these views for Nano, please contact me first to ensure that nobody else is working on a similar class.