[ANN] lcSTackBrowser V 1.2.0 Released

Peter Haworth pete at lcsql.com
Wed Dec 12 13:02:05 EST 2012


Hi Bill,
Depending on demand, I hope to make it work with any of the SQL
database implementations offered by Livecode.

Later this month, I'll be making some teaser videos available to show how
it works.

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



On Wed, Dec 12, 2012 at 9:08 AM, william humphrey <
bill at bluewatermaritime.com> wrote:

> Cool. Also I see LiquidSQL on your website and it sounds interesting. Will
> it work, and will you be testing it for Valentina functionality?
>
>
> On Tue, Dec 11, 2012 at 12:47 PM, Ralph DiMola <rdimola at evergreeninfo.net
> >wrote:
>
> > Peter,
> >
> > Nice!! A must have of any LC developer.
> >
> > Ralph DiMola
> > IT Director
> > Evergreen Information Services
> > rdimola at evergreeninfo.net
> >
> >
> > -----Original Message-----
> > From: use-livecode [mailto:use-livecode-bounces at lists.runrev.com] On
> > Behalf
> > Of Peter Haworth
> > Sent: Monday, December 10, 2012 1:45 PM
> > To: How to use LiveCode
> > Subject: [ANN] lcSTackBrowser V 1.2.0 Released
> >
> > 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>
> > _______________________________________________
> > use-livecode mailing list
> > use-livecode at lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription
> > preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> >
> > _______________________________________________
> > use-livecode mailing list
> > use-livecode at lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
>
>
>
> --
> http://www.bluewatermaritime.com
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list