[ANN] lcSTackBrowser V 1.2.0 Released

Peter Haworth pete at lcsql.com
Mon Dec 10 13:44:57 EST 2012


Version 1.1.3 of lcStackBrowser, a plugin replacement for the Livecode IDE
Application Browser is now available
here<http://www.lcsql.com/utilities.html#lcstackbrowser>
.

This version includes several significant enhancements.

*Live Find*

A new "Live Find" field at the top of the lcStackBrowser stack window can
be used to quickly locate an object by name.

As you type into the field, the first object whose name matches the typed
characters will be highlighted in the display.  The search starts from the
current highlighted line and collapsed objects will be expanded if
necessary. After a line is highlighted, you can keep typing more characters
or click the up and down arrows to the right of the Live Find field to go
to the previous/next qualifying object.

Using the dropdown menu to the left of the Live Find field, you can save
your search strings, execute saved searches, and remove saved searches from
the list

*Integration with explicitProperties plugin*
*
*
Alex Tweedly's explicitProperties is a great way to protect yourself from
typos in custom property names which can cause difficult-to-debug problems.
 It finds custom property references in a stack and gives you the option of
adding each one to a list of valid custom property names.
 explicitProperties is free and you can download a copy
here<http://www.tweedly.org/showpage.lc?page=ExplicitProperties>.
 Note: You must have explicitProperties V1.1.1 for the integration to work.

The explicitProperties valid custom property names will be displayed in the
lcStackBrowser Script Assist palette.  Double clicking on one will insert
it into the current position in your script editor window in the form "the
<cpropname> of ".

*Auto commenting of end if, end repeat, and end switch statements*
*
*
A new "Auto Comment" button is available on the Script Assist palette.

Place the cursor anywhere in an end if, end repeat, or end switch
statement, click the Auto Comment button and a comment will be appended to
the end statement consisting of the contents of its corresponding
if/repeat/switch statement.

Pete
lcSQL Software <http://www.lcsql.com>



More information about the use-livecode mailing list