Skip to content

Commit

Permalink
Added /clear
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliff Rowley committed Apr 13, 2008
1 parent 0db4986 commit bdfad74
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 7 deletions.
45 changes: 43 additions & 2 deletions CocoaCollab.xcodeproj/crowley.mode1v3
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,48 @@
<key>Notifications</key>
<array/>
<key>OpenEditors</key>
<array/>
<array>
<dict>
<key>Content</key>
<dict>
<key>PBXProjectModuleGUID</key>
<string>AD86511C0DB2C00A00F1C7A8</string>
<key>PBXProjectModuleLabel</key>
<string>SimpleController.m</string>
<key>PBXSplitModuleInNavigatorKey</key>
<dict>
<key>Split0</key>
<dict>
<key>PBXProjectModuleGUID</key>
<string>AD86511D0DB2C00A00F1C7A8</string>
<key>PBXProjectModuleLabel</key>
<string>SimpleController.m</string>
<key>_historyCapacity</key>
<integer>0</integer>
<key>bookmark</key>
<string>AD86511E0DB2C00A00F1C7A8</string>
<key>history</key>
<array>
<string>AD8651190DB2BFEA00F1C7A8</string>
</array>
</dict>
<key>SplitCount</key>
<string>1</string>
</dict>
<key>StatusBarVisibility</key>
<true/>
</dict>
<key>Geometry</key>
<dict>
<key>Frame</key>
<string>{{0, 20}, {849, 660}}</string>
<key>PBXModuleWindowStatusBarHidden2</key>
<false/>
<key>RubberWindowFrame</key>
<string>489 126 849 701 0 0 1440 878 </string>
</dict>
</dict>
</array>
<key>PerspectiveWidths</key>
<array>
<integer>-1</integer>
Expand Down Expand Up @@ -516,12 +557,12 @@
<integer>5</integer>
<key>WindowOrderList</key>
<array>
<string>AD8651180DB2BEE100F1C7A8</string>
<string>AD8650A40DB2B23100F1C7A8</string>
<string>1CD10A99069EF8BA00B06720</string>
<string>ADD8386C0D93B074007BCA95</string>
<string>1C78EAAD065D492600B07095</string>
<string>/Users/crowley/Work/Personal/Cocoa/CocoaCollab/CocoaCollab.xcodeproj</string>
<string>AD86511C0DB2C00A00F1C7A8</string>
</array>
<key>WindowString</key>
<string>6 62 723 483 0 0 1440 878 </string>
Expand Down
26 changes: 21 additions & 5 deletions CocoaCollab.xcodeproj/crowley.pbxuser
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@
AD8651110DB2BE0E00F1C7A8 /* PBXTextBookmark */ = AD8651110DB2BE0E00F1C7A8 /* PBXTextBookmark */;
AD8651130DB2BE1F00F1C7A8 /* PBXTextBookmark */ = AD8651130DB2BE1F00F1C7A8 /* PBXTextBookmark */;
AD8651160DB2BEB100F1C7A8 /* PBXTextBookmark */ = AD8651160DB2BEB100F1C7A8 /* PBXTextBookmark */;
AD8651190DB2BFEA00F1C7A8 /* PBXBookmark */ = AD8651190DB2BFEA00F1C7A8 /* PBXBookmark */;
AD86511E0DB2C00A00F1C7A8 /* PBXTextBookmark */ = AD86511E0DB2C00A00F1C7A8 /* PBXTextBookmark */;
};
sourceControlManager = ADD838550D93AA32007BCA95 /* Source Control */;
userBuildSettings = {
Expand Down Expand Up @@ -227,9 +229,9 @@
};
AD032EBB0DA1C8820039A853 /* SimpleController.m */ = {
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {1004, 5810}}";
sepNavSelRange = "{6356, 0}";
sepNavVisRange = "{5937, 1111}";
sepNavIntBoundsRect = "{{0, 0}, {1004, 5936}}";
sepNavSelRange = "{10492, 0}";
sepNavVisRange = "{9850, 651}";
sepNavWindowFrame = "{{489, 70}, {849, 757}}";
};
};
Expand Down Expand Up @@ -1185,7 +1187,7 @@
rLen = 0;
rLoc = 10288;
rType = 0;
vrLen = 733;
vrLen = 730;
vrLoc = 9702;
};
AD8651130DB2BE1F00F1C7A8 /* PBXTextBookmark */ = {
Expand All @@ -1195,7 +1197,7 @@
rLen = 0;
rLoc = 10367;
rType = 0;
vrLen = 733;
vrLen = 730;
vrLoc = 9702;
};
AD8651160DB2BEB100F1C7A8 /* PBXTextBookmark */ = {
Expand All @@ -1208,6 +1210,20 @@
vrLen = 1315;
vrLoc = 4594;
};
AD8651190DB2BFEA00F1C7A8 /* PBXBookmark */ = {
isa = PBXBookmark;
fRef = AD032EBB0DA1C8820039A853 /* SimpleController.m */;
};
AD86511E0DB2C00A00F1C7A8 /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = AD032EBB0DA1C8820039A853 /* SimpleController.m */;
name = "SimpleController.m: 419";
rLen = 0;
rLoc = 10492;
rType = 0;
vrLen = 651;
vrLoc = 9850;
};
ADADD50D0DA04C0000874171 /* XMLSocket.h */ = {
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {786, 574}}";
Expand Down
5 changes: 5 additions & 0 deletions SimpleController.m
Original file line number Diff line number Diff line change
Expand Up @@ -414,4 +414,9 @@ - (void)command_nick:(NSString*)args

}

- (void)command_clear:(NSString*)args
{
[self clearOutput:nil];
}

@end

0 comments on commit bdfad74

Please sign in to comment.