aboutsummaryrefslogtreecommitdiffstats
path: root/Word Count/AppDelegate.applescript
AgeCommit message (Collapse)Author
2018-11-21Add license (GNU GPLv3+)Teddy Wing
2018-11-21AppDelegate.applescript: Fix whitespaceTeddy Wing
Xcode was set to 4-space tabs, but the template-generated AppDelegate used tabs. Switch over to tabs.
2018-10-08Close the application when the window is closed with the close buttonTeddy Wing
2018-10-08Add a label to display the filename of the document usedTeddy Wing
Provides a way to confirm that the word counter operated on the expected document.
2018-10-08Update the window with character, word, and paragraph countsTeddy Wing
Turns out you have to call Objective-C methods, weird. Never seen that syntax in AppleScript before. Neat though once you know.
2018-10-08New AppleScript App initialised from Xcode Version 9.2 (9C40b)Teddy Wing