aboutsummaryrefslogtreecommitdiffstats
path: root/Word Count/AppDelegate.applescript
AgeCommit message (Collapse)Author
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