<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Releasable Revolution &#187; Plugins</title>
	<atom:link href="http://www.bluemangolearning.com/revolution/category/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bluemangolearning.com/revolution</link>
	<description>Creating release quality applications with LiveCode</description>
	<lastBuildDate>Tue, 17 May 2011 19:15:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>A Plugin For Monitoring the focusedObject</title>
		<link>http://www.bluemangolearning.com/revolution/2010/09/a-plugin-for-monitoring-the-focusedobject/</link>
		<comments>http://www.bluemangolearning.com/revolution/2010/09/a-plugin-for-monitoring-the-focusedobject/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 14:33:50 +0000</pubDate>
		<dc:creator>trevordevore</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.bluemangolearning.com/revolution/?p=685</guid>
		<description><![CDATA[Knowing which object currently has focus can help you troubleshoot situations when messages aren&#8217;t being sent to the object you think should be getting them. I have a plugin I use called ReportTheFocusedObject which continually monitors the focusedObject and selectedField so that you can quickly determine which object is the target of messages. You can [...]]]></description>
			<content:encoded><![CDATA[<p>Knowing which object currently has focus can help you troubleshoot situations when messages aren&#8217;t being sent to the object you think should be getting them. I have a plugin I use called ReportTheFocusedObject which continually monitors the focusedObject and selectedField so that you can quickly determine which object is the target of messages.</p>
<p><img class="aligncenter size-full wp-image-686" title="ReportTheFocusedObject" src="http://www.bluemangolearning.com/revolution/wp-content/uploads/2010/09/ReportTheFocusedObject.png" alt="" width="488" height="185" /></p>
<p>You can <a href="http://www.bluemangolearning.com/download/revolution/plugins/ReportTheFocusedObject.zip">download the plugin here</a>.</p>
<p>For instructions on how to install plugins for Revolution see <a href="http://lessons.runrev.com/spaces/lessons/buckets/784/lessons/6348-How-To-Install-a-3rd-Party-Plugin-In-the-Revolution-IDE">this lesson</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluemangolearning.com/revolution/2010/09/a-plugin-for-monitoring-the-focusedobject/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Yoga 1.0.1 Released with New IDE Plugin</title>
		<link>http://www.bluemangolearning.com/revolution/2010/01/sql-yoga-1-0-1-released-with-new-ide-plugin/</link>
		<comments>http://www.bluemangolearning.com/revolution/2010/01/sql-yoga-1-0-1-released-with-new-ide-plugin/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 19:50:47 +0000</pubDate>
		<dc:creator>trevordevore</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.bluemangolearning.com/revolution/?p=658</guid>
		<description><![CDATA[New Features and Bug Fixes SQL Yoga 1.0.1 is now available for immediate download from the SQL Yoga site. The new version has a number of bug fixes as well as some new features. Two new time-saving commands have been added to the library that will speed up creating and updating records: sqlquery_create sqlquery_update Both [...]]]></description>
			<content:encoded><![CDATA[<p><br clear="all"/></p>
<h2>New Features and Bug Fixes</h2>
<p>SQL Yoga 1.0.1 is now available for immediate download from the <a href="http://www.bluemangolearning.com/revolution/software/libraries/sql-yoga/">SQL Yoga</a> site. The new version has a number of bug fixes as well as some new features. </p>
<p>Two new time-saving commands have been added to the library that will speed up creating and updating records:</p>
<ul>
<li><a href="http://www.bluemangolearning.com/revolution/docs/sql_yoga/api_docs/Documents/stack_libSQLYoga_command_sqlquery_create.htm">sqlquery_create</a></li>
<li><a href="http://www.bluemangolearning.com/revolution/docs/sql_yoga/api_docs/Documents/stack_libSQLYoga_command_sqlquery_update.htm">sqlquery_update</a></li>
</ul>
<p>Both of these commands allow you to pass in arrays with the values you want to insert/update in the database.</p>
<p>For a full list of changes please see the <a href="http://www.bluemangolearning.com/download/revolution/sql_yoga/change_log.txt">change log</a>.</p>
<h2>New Plugin</h2>
<p>A new IDE plugin is now included with the SQL Yoga distribution. The plugin automates a few tasks and provides logging. You can read about how to install and use the plugin in the new <a href="http://revolution.screenstepslive.com/spaces/revolution/manuals/sqlyoga_plugin">plugin manual</a>.</p>
<h2>Learn More</h2>
<p>To learn more about SQL Yoga, download a demo or purchase please visit the <a href="http://www.bluemangolearning.com/revolution/software/libraries/sql-yoga/">SQL Yoga page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluemangolearning.com/revolution/2010/01/sql-yoga-1-0-1-released-with-new-ide-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin: Script Format Helper</title>
		<link>http://www.bluemangolearning.com/revolution/2009/07/code-test/</link>
		<comments>http://www.bluemangolearning.com/revolution/2009/07/code-test/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 15:32:25 +0000</pubDate>
		<dc:creator>trevordevore</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.bluemangolearning.com/revolution/blog/?p=100</guid>
		<description><![CDATA[I often include Revolution code snippets in lessons that I create. Those lessons are most often delivered in HTML or PDF. In order to speed up the process of converting code to the appropriate format I created a plugin called &#8220;Script Format Helper&#8221; that does the following: Formats the selected text in the script editor [...]]]></description>
			<content:encoded><![CDATA[<p>I often include Revolution code snippets in lessons that I create. Those lessons are most often delivered in HTML or PDF. In order to speed up the process of converting code to the appropriate format I created a plugin called &#8220;Script Format Helper&#8221; that does the following:</p>
<ol>
<li>Formats the selected text in the script editor using the Revolution script colorization functions</li>
<li>Converts the script to another format like HTML or a PNG image.</li>
</ol>
<p><br clear="all" /></p>
<h2>Examples of HTML Snippets</h2>
<p>Here is what some sample HTML output looks like without line numbers:</p>
<pre class="source-code">
<span class="storage storage_type storage_type_handler storage_type_handler_rev">on</span><span> mouseUp pMouseBtnNo</span>
<span>   </span><span class="keyword keyword_control keyword_control_rev">if</span><span> pMouseBtnNo </span><span class="keyword keyword_control keyword_control_rev">is</span><span> </span><span class="constant constant_numeric constant_numeric_rev">1</span><span> then</span>
<span>      </span><span class="entity entity_name entity_name_handler entity_name_handler_rev">put</span><span> </span><span class="string string_quoted string_quoted_double string_quoted_double_transcript">&quot;You colorized me!&quot;</span><span> </span><span class="keyword keyword_control keyword_control_rev">into</span><span> theMsg</span>
<span>      </span><span class="entity entity_name entity_name_handler entity_name_handler_rev">answer</span><span> theMsg</span>
<span>   </span><span class="keyword keyword_control keyword_control_rev">end</span><span> </span><span class="keyword keyword_control keyword_control_rev">if</span>
<span class="keyword keyword_control keyword_control_rev">end</span><span> mouseUp</span>
</pre>
<p>Here is what some sample HTML output looks like with line numbers:</p>
<pre class="source-code">
<span class='linenum'>    1</span><span class="storage storage_type storage_type_handler storage_type_handler_rev">on</span><span> mouseUp pMouseBtnNo</span>
<span class='linenum'>    2</span><span>   </span><span class="keyword keyword_control keyword_control_rev">if</span><span> pMouseBtnNo </span><span class="keyword keyword_control keyword_control_rev">is</span><span> </span><span class="constant constant_numeric constant_numeric_rev">1</span><span> then</span>
<span class='linenum'>    3</span><span>      </span><span class="entity entity_name entity_name_handler entity_name_handler_rev">put</span><span> </span><span class="string string_quoted string_quoted_double string_quoted_double_transcript">&quot;You colorized me!&quot;</span><span> </span><span class="keyword keyword_control keyword_control_rev">into</span><span> theMsg</span>
<span class='linenum'>    4</span><span>      </span><span class="entity entity_name entity_name_handler entity_name_handler_rev">answer</span><span> theMsg</span>
<span class='linenum'>    5</span><span>   </span><span class="keyword keyword_control keyword_control_rev">end</span><span> </span><span class="keyword keyword_control keyword_control_rev">if</span>
<span class='linenum'>    6</span><span class="keyword keyword_control keyword_control_rev">end</span><span> mouseUp</span>
</pre>
<h2>Get The Plugin</h2>
<p>For more information visit the <a href="http://www.bluemangolearning.com/revolution/software/plugins/script-format-helper/">Script Format Helper page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluemangolearning.com/revolution/2009/07/code-test/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.197 seconds -->

