BlitzBuddy v1.4 released

BlitzMax Forums/BlitzMax Programming/BlitzBuddy v1.4 released

SJB(Posted 2005) [#1]
BlitzBuddy 1.4 is a build tool for BlitzMax on OS X. It enables you to use third-party editors instead of the limited native BlitzMax one.

Version 1.4 has the following changes:
* The %token% things (like %exename% etc) have been removed and replaced by standard AppleScript properties. This means that any existing script will not work properly if it uses these things. The advantage of the new system is that scripts can be run and debugged in the AppleScript script editor.
* Scripts are now stored in the folder ~/Library/Application Support/BlitzBuddy/Scripts, and are selected from a popup menu, rather than being entered into a text field. This makes it easier to use the same script in multiple projects.
* A crash when the current project is deleted has been fixed.

You can download it here


DannyD(Posted 2005) [#2]
Just tried it briefly, very nice.