Stacksmith 1.0a11 (1761)
Pre-release2019-02-20
Prettify the code snippet list a bit.
Add icons to a few of the message snippets.
2019-02-19
Make dropping snippets in a script work properly: You can't drop inside a handler, only between them.
WIP on making snippet insertion work.
Oops wromg suffix.
Icon picker cleanup.
2019-02-18
Icon picker now correctly shows the selection.
Icon picker now displays images again, though hit-testing still seems to be intercepted by the icon and label.
Touch-ups to magnifying glass.
Better object ("file") names in debugger.
2019-02-17
Improve the magnifying glass, add message watcher, variable watcher and message box icons.
Make non-native tool palette not clip.
Update Copyright year.
Track Forge HEAD for #54 bugfix in Leonie.
Another round of icon updates so Mike won't be too sad about what I've done to his great icon design in the process of making a vector version :-S
Use the new icon re-draw for the app icon itself and make them easier to re-generate.
I'm not sure why the doc icon won't be generated by Xcode from the asset catalog, so I renamed the .appicon to .iconset, re-assigned the sizes, and when that didn't help used iconutil --convert icns on it to generate an old-fashioned WILDDocIcon.icns.
Add text edit tool to palette.
Move the front/back scripts from a global into the context group where they belong.
Funnily, I had started putting them there ages ago, it seems.
We now insert the tools card as a frontscript to update its buttons when the tool changes.
WIP on adding "insert script" command so we have front scripts our tool palette can use to hear of tool changes.