{ IBClasses = ( { ACTIONS = {cancelButton = id; okayButton = id; }; CLASS = EditSheetController; LANGUAGE = ObjC; OUTLETS = {fTextView = NSTextView; fWindow = NSWindow; }; SUPERCLASS = NSObject; }, {CLASS = FastSheetWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, {CLASS = NonCascadingWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; } ); IBVersion = 1; }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 4225 | Jeff Argast |
Added resolve support, reveal in finder, drag and drop edit, show local files, and showing added files. |
||
#2 | 3132 | Jeff Argast |
Finally fixed the stupid wrapping problem. Turns out there are tabs in the text returned from Perforce. No problem. But in NSTextView if a tab occurs beyond the last tab stop then NSTextView breaks the line. So no what I want. The fix is to create a bunch of tab stops out to the etherlands. |
||
#1 | 2732 | Jeff Argast | Initial submission of P4Cocoa |