Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-21 | Add license (GNU GPLv3+) | Teddy Wing | |
2018-11-21 | AppDelegate.applescript: Fix whitespace | Teddy Wing | |
Xcode was set to 4-space tabs, but the template-generated AppDelegate used tabs. Switch over to tabs. | |||
2018-10-08 | Close the application when the window is closed with the close button | Teddy Wing | |
2018-10-08 | Add a label to display the filename of the document used | Teddy Wing | |
Provides a way to confirm that the word counter operated on the expected document. | |||
2018-10-08 | Update the window with character, word, and paragraph counts | Teddy 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-08 | New AppleScript App initialised from Xcode Version 9.2 (9C40b) | Teddy Wing | |