Changeset 3620
- Timestamp:
- 01/26/06 20:05:32 (3 years ago)
- Files:
-
- WiredClient/trunk/English.lproj/PrivateChat.nib/classes.nib (modified) (2 diffs)
- WiredClient/trunk/English.lproj/PrivateChat.nib/info.nib (modified) (2 diffs)
- WiredClient/trunk/English.lproj/PrivateChat.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/English.lproj/PrivateChat.nib/objects.nib (modified) (previous)
- WiredClient/trunk/English.lproj/PublicChat.nib/classes.nib (modified) (2 diffs)
- WiredClient/trunk/English.lproj/PublicChat.nib/info.nib (modified) (2 diffs)
- WiredClient/trunk/English.lproj/PublicChat.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/English.lproj/PublicChat.nib/objects.nib (modified) (previous)
- WiredClient/trunk/WCChat.m (modified) (1 diff)
- WiredClient/trunk/WCChatWindow.h (added)
- WiredClient/trunk/WCChatWindow.m (added)
- WiredClient/trunk/WCMessagesWindow.m (modified) (1 diff)
- WiredClient/trunk/WiredClient.xcodeproj/project.pbxproj (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/English.lproj/PrivateChat.nib/classes.nib
r3406 r3620 40 40 SUPERCLASS = WCConnectionController; 41 41 }, 42 {CLASS = WCChatWindow; LANGUAGE = ObjC; SUPERCLASS = WIWindow; }, 42 43 { 43 44 CLASS = WCConnectionController; … … 59 60 }, 60 61 {CLASS = WITextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }, 62 {CLASS = WIWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, 61 63 { 62 64 CLASS = WIWindowController; WiredClient/trunk/English.lproj/PrivateChat.nib/info.nib
r3565 r3620 8 8 <dict> 9 9 <key>196</key> 10 <string> 679 291 196 118 0 0 1280 1002</string>10 <string>1080 349 196 118 0 0 1920 1178 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> … … 16 16 <integer>48</integer> 17 17 </array> 18 <key>IBOldestOS</key> 19 <integer>3</integer> 18 20 <key>IBOpenObjects</key> 19 21 <array> WiredClient/trunk/English.lproj/PublicChat.nib/classes.nib
r3406 r3620 46 46 SUPERCLASS = WCConnectionController; 47 47 }, 48 {CLASS = WCChatWindow; LANGUAGE = ObjC; SUPERCLASS = WIWindow; }, 48 49 { 49 50 CLASS = WCConnectionController; … … 78 79 {CLASS = WITextFilter; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 79 80 {CLASS = WITextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }, 81 {CLASS = WIWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, 80 82 { 81 83 CLASS = WIWindowController; WiredClient/trunk/English.lproj/PublicChat.nib/info.nib
r3565 r3620 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string> 482 124 408 436 0 0 1280 1002</string>6 <string>894 83 408 436 0 0 1920 1178 </string> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 9 <key>105</key> 10 <string> 736 221 196 187 0 0 1280 1002</string>10 <string>1171 269 196 187 0 0 1920 1178 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> … … 16 16 <integer>48</integer> 17 17 </array> 18 <key>IBOldestOS</key> 19 <integer>3</integer> 18 20 <key>IBOpenObjects</key> 19 21 <array> WiredClient/trunk/WCChat.m
r3619 r3620 1364 1364 1365 1365 1366 - (NSTextView *)insertionTextView { 1367 return _chatInputTextView; 1368 } 1369 1370 1371 1366 1372 #pragma mark - 1367 1373 WiredClient/trunk/WCMessagesWindow.m
r3545 r3620 49 49 [characterSet formUnionWithCharacterSet:[NSCharacterSet symbolCharacterSet]]; 50 50 [characterSet formUnionWithCharacterSet:[NSCharacterSet whitespaceCharacterSet]]; 51 [characterSet removeCharactersInString:@"\t"]; 51 52 } 52 53 53 if([[event characters] isComposedOfCharactersFromSet:characterSet] && 54 [event character] != '\t') { 54 if([[event characters] isComposedOfCharactersFromSet:characterSet]) { 55 55 [[self delegate] showPrivateMessageReplyWithString:[event characters]]; 56 56 WiredClient/trunk/WiredClient.xcodeproj/project.pbxproj
r3598 r3620 86 86 777D36C50987E125005B5EC1 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 777D36C40987E125005B5EC1 /* WebKit.framework */; }; 87 87 777D37490987E8C6005B5EC1 /* Finder.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 777D37480987E8C6005B5EC1 /* Finder.tiff */; }; 88 777D3F6609890273005B5EC1 /* WCChatWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 777D3F6509890273005B5EC1 /* WCChatWindow.m */; }; 88 89 777E657B0740F34700A8DE0B /* WCFilesBrowserCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 777E65790740F34700A8DE0B /* WCFilesBrowserCell.m */; }; 89 90 777E663D07412EF300A8DE0B /* Columns.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 777E663C07412EF300A8DE0B /* Columns.tiff */; }; … … 347 348 777D36C40987E125005B5EC1 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = "<absolute>"; }; 348 349 777D37480987E8C6005B5EC1 /* Finder.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = Finder.tiff; sourceTree = "<group>"; }; 350 777D3F6509890273005B5EC1 /* WCChatWindow.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = WCChatWindow.m; sourceTree = "<group>"; }; 351 777D3F6709890278005B5EC1 /* WCChatWindow.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = WCChatWindow.h; sourceTree = "<group>"; }; 349 352 777E65780740F34700A8DE0B /* WCFilesBrowserCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WCFilesBrowserCell.h; sourceTree = "<group>"; }; 350 353 777E65790740F34700A8DE0B /* WCFilesBrowserCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WCFilesBrowserCell.m; sourceTree = "<group>"; }; … … 684 687 A5DC7F1F057AAFE100736BBF /* WCChat.m */, 685 688 A5DC7F24057AAFE100736BBF /* WCChat.h */, 689 777D3F6509890273005B5EC1 /* WCChatWindow.m */, 690 777D3F6709890278005B5EC1 /* WCChatWindow.h */, 686 691 A5DC7EFA057AAF6C00736BBF /* WCPrivateChat.m */, 687 692 A5DC7EF6057AAF6C00736BBF /* WCPrivateChat.h */, … … 1433 1438 A5DC7F84057AB05F00736BBF /* WCUserCell.m in Sources */, 1434 1439 A5DC7F09057AAF6C00736BBF /* WCUserInfo.m in Sources */, 1440 777D3F6609890273005B5EC1 /* WCChatWindow.m in Sources */, 1435 1441 ); 1436 1442 runOnlyForDeploymentPostprocessing = 0;
