Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
/* ScriptController */ #import <Cocoa/Cocoa.h> class Hello { public: Hello(); ~Hello(); bool do_modulation(bvec inp); }; @interface ScriptController : NSObject { IBOutlet NSTextField *textField; } - (IBAction)okClicked:(id)sender; -(id) init; @end
This paste will be private.
From the Design Piracy series on my blog: