ANNOUNCE: Script Debugger 8.0.6 (8A67)

A new Script Debugger 8.0.6 BETA build is available. You can download it here:

http://www.latenightsw.com/archives/beta_for_script_debugger/ScriptDebugger8.0.6-8A67.dmg

Build 8A67 Changes

  • 1833: Resolved a hang that can occur when balancing or hovering over source code containing very rare instances of unbalanced parentheses characters within a block comment and unbalanced parentheses characters in a line comment.

  • 1827: Fixed issue where printing sometimes failed.

  • 1832: Reinstated the deprecated OSAAppleScriptObjCEnabled Info.plist entry for script bundles that use AppleScriptObjC. This is no longer required, but there are suggestions its presence helps eliminate some unexpected crashes in deployed scripts. The boolean expert preference key PrefIncludeOSAAppleScriptObjCEnabled can be used to turn inclusion on or off.

  • 1824: Resolved a problem where Script Debugger’s open documents were not properly remembered following a system restart or after quitting Script Debugger using the Dock’s Quit Script Debugger menu item.

  • 1831: Fixed issue where run-only exports can fail when bundling used execute-only script libraries.

Build 8A66 Changes

  • 1828: Corrected a long standing regression that prevented Script Debugger from respecting the Set Default Script Size & State command.

Build 8A65 Changes

  • 1825: Resolved a terminology conflict between the application class’ search string property and the dictionary window class’ search string property. Any scripts using the dictionary window class’ search string property must be changed to accommodate this change.

  • 1823: Corrected a display problem when viewing dictionary inspector search results.

Build 8A63 Changes

  • 1822: Resolved a crash that can occur when the Printing theme is misconfigured.

  • 1820: Fixed issue where text encoding of .applescript files saved by Script Editor was not always properly detected.

  • 1817: Fixed bugs where exporting run-only from .scpt files. Used script libraries and user frameworks are correctly embedded when requested, and the source export preference is honored.

Build 8A62 Changes

  • 1816: Resolved a problem where typed characters are inserted incorrectly while the Synchronize split-view selection Editor preference setting is enabled cause.