Adding an alphagram ivar to Word which is calculated and then stored in the keyed...
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 21 May 2008 20:54:46 +0000 (16:54 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 21 May 2008 20:54:46 +0000 (16:54 -0400)
commit7193fd0a7190e56c34f426c5a8010e199ff7f510
tree921559efefcf25446d532fa81a6dde130710f188
parentbdda3a76b9d3b941d1e5686543ba7a61b7f4d525
Adding an alphagram ivar to Word which is calculated and then stored in the keyed archive

* Dictionary/Dictionary.m: Create Word objects and archive them rather than NSStrings
* Dictionary/Dictionary.xcodeproj: Switch to C99 mode and include Word.m/h
* Scrabbalize.xcodeproj: Mysterious project updates?
* Source/Word.h: Adding alphagram ivar and getter
* Source/Word.m:
(-[dealloc]): New method
(-[initWithCoder:]): New method
(-[encodeWithCoder:]): New method
(-[alphagram]): New method
(-[createAlphagram]): New method
(-[description]): Include the alphagram in the description
Dictionary/Dictionary.m
Dictionary/Dictionary.xcodeproj/project.pbxproj
Scrabbalize.xcodeproj/project.pbxproj
Source/Word.h
Source/Word.m