Age | Commit message (Collapse) | Author |
|
|
|
Xcode was set to 4-space tabs, but the template-generated AppDelegate
used tabs. Switch over to tabs.
|
|
Otherwise names that were larger than "No File" would be cut off.
|
|
|
|
Makes it clear that the application wasn't able to find a file to read
from.
|
|
|
|
Fix this error:
error: Auto Layout before OS X 10.7
by un-checking the "Use Auto Layout" check box in Interface Builder.
|
|
I accidentally deleted the nib file when disabling internationalisation.
When prompted, I had selected the "Move to Trash" option instead of the
"Move to English" option, thinking that the non-defined files would get
moved and the English one would remain. Not so. This restores the nib
file.
|
|
Uncheck the "Use Base Internationalization" check box in the project
Info panel as that requires OS 10.8 or higher.
|
|
Provides a way to confirm that the word counter operated on the expected
document.
|
|
Previously they were only a single digit wide. Extend them to reach the
right edge of the window to allow large numbers to be displayed
correctly.
|
|
Turns out you have to call Objective-C methods, weird. Never seen that
syntax in AppleScript before. Neat though once you know.
|
|
A single window with an "OK" button and three lines for character, word,
and paragraph count.
|
|
|