LNS Home
Script Debugger
Download & Buy
x Explore
x Edit
x Run & Debug
x Deploy
What's New In 4.5
bullet Documentation
bullet Blog Posts
My SD Story
Software Updates
 
4.0.9 Update
3.0.9 Update
bullet 2.0.5 Update
x Free Downloads
 
XML Tools
XSLT Tools
x Property List Tools
x List & Record Tools
Register Your Copy of Script Debugger
Join the Script Debugger Mailing List
x AppleScript/ Scripting Links
Products
x Script Debugger 4.5
Site Contents
bullet Mark’s Blog
Product Registration
Bug Reporting
x Freeware
Contacting Us

SD4 Headling


image

Pretty-Print

image

Pretty-printing in a viewer arranges text in lines, with indentations, to make the value easier to read. Pretty-printing is useful in Source view and AEPrint view. To give a simple example, pretty-printing makes the difference between this (no pretty-printing):

{1, 2, 3}

and this (pretty-printing):

{
    1, 
    2, 
    3
}

To control pretty-printing:

  • Choose View > Pretty Print. If the menu item is checked, pretty-printing is turned on. Alternatively, use the Pretty Print checkbox within the viewer. (And the Apple Event Log window has a Pretty Print button in the toolbar.)


Explore | Edit | Run & Debug | Deploy | What's New In 4.5 | My SD Story


Copyright © 1998-2009 Late Night Software Ltd. - All Rights Reserved.