<?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>Voice of the PPL &#187; tags</title>
	<atom:link href="http://arianesoft.ca/blog/tag/tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://arianesoft.ca/blog</link>
	<description>It&#039;s all about the PPL!</description>
	<lastBuildDate>Sun, 25 Apr 2010 03:42:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Yep, I am still alive</title>
		<link>http://arianesoft.ca/blog/yep-i-am-still-alive/</link>
		<comments>http://arianesoft.ca/blog/yep-i-am-still-alive/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 21:43:31 +0000</pubDate>
		<dc:creator>Alain Deschenes</dc:creator>
				<category><![CDATA[PPL]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[components store]]></category>
		<category><![CDATA[crash reporter]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[profiler]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[trial]]></category>

		<guid isPermaLink="false">http://arianesoft.ca/blog/?p=112</guid>
		<description><![CDATA[<br/>People often say, no news is good news. It is true. Development on PPL 2.0 is going full speed these days. We have a new real time profiler and memory analyser that giving you tons of information about your running program including Charts and Graphs about memory consumption, leaks, time spent on each line executed [...]]]></description>
			<content:encoded><![CDATA[<br/><p>People often say, no news is good news. It is true. Development on PPL 2.0 is going full speed these days. We have a new real time profiler and memory analyser that giving you tons of information about your running program including Charts and Graphs about memory consumption, leaks, time spent on each line executed and procedures/functions. Very nice addition. I will post a screenshot most probably tomorrow. We just have to include Sprites, Surfaces, API Windows and Objects into the memory analyser to really make it much more useful.</p>
<p>The events list has been moved to its own panel so you can move the events without the properties list.</p>
<p>The search by tag features has been implemented and is really amazing. You can look for almost anything by typing phrases ex:</p>
<blockquote><p>&#8220;move a sprite&#8221;</p></blockquote>
<p>The tag search engine will suggest something like:</p>
<blockquote><p>MoveSprite<br />
SetSpriteX<br />
SetSpriteY</p></blockquote>
<p>Multi project support is working well, you can load as many projects as you want into the IDE.</p>
<p>We have worked on polishing the Hint engine, it now displays a little Icon on the left of the hint window to let you know that more help is available, you can just click on the icon to reveal the complete help page.</p>
<p>Here are a few more things we would like to include next week:</p>
<ul>
<blockquote>
<li>A welcome screen that loads an HTML page with the latest news, updates and links to the blog, the forums and support.</li>
<li>A crash reporter that will automatically send via email a complete report about the crash that just happened, including a screenshot and a lot of details. This way it will help us improve the program tremendously.</li>
</blockquote>
</ul>
<p>I am more and more decided on the fast that PPL 2.0 will have a Trial, Pro and Enterprise version. The Enterprise version will focus more on database and profiling.</p>
<p>We have a ton of PCL objects that we would love to include into the official launch of PPL 2.0 but unfortunately that won&#8217;t be possible unless we delay the release by half a year. So what we will do is offer them via a component store for a reduced price. This will help ArianeSoft stay viable economically and offer the opportunity for components developers to sell them.</p>
]]></content:encoded>
			<wfw:commentRss>http://arianesoft.ca/blog/yep-i-am-still-alive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Life goes on&#8230;</title>
		<link>http://arianesoft.ca/blog/life-goes-on/</link>
		<comments>http://arianesoft.ca/blog/life-goes-on/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 21:37:04 +0000</pubDate>
		<dc:creator>Alain Deschenes</dc:creator>
				<category><![CDATA[PPL]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://arianesoft.ca/blog/?p=92</guid>
		<description><![CDATA[<br/>Even though life is trying hard to put me down, I won&#8217;t let it work its nasty tricks on me.
I have worked on the Tag search engine today and man does it look and work great. The Help Engine is also getting revamped a little bit to give it some boost. From the code completion [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Even though life is trying hard to put me down, I won&#8217;t let it work its nasty tricks on me.</p>
<p>I have worked on the Tag search engine today and man does it look and work great. The Help Engine is also getting revamped a little bit to give it some boost. From the code completion you can get the full help page as a hint window, very very handy.</p>
<p>I have also worked on the Help Engine, Search feature which searches through all the help pages in HTML for user defined strings.</p>
<p>The code completion window has also been revamped to display using the syntax highlighting that the code editor uses (looks very nice now).</p>
<p>Here is the Help Engine Index:</p>
<p><a href="http://arianesoft.ca/blog/wp-content/uploads/2008/10/snap4.png"><img class="alignnone size-medium wp-image-94" title="snap4" src="http://arianesoft.ca/blog/wp-content/uploads/2008/10/snap4-141x300.png" alt="" width="141" height="300" /></a></p>
<p>Finding by tag with help engine hint window activated:</p>
<p><a href="http://arianesoft.ca/blog/wp-content/uploads/2008/10/snap5.png"><img class="alignnone size-medium wp-image-95" title="snap5" src="http://arianesoft.ca/blog/wp-content/uploads/2008/10/snap5-300x167.png" alt="" width="300" height="167" /></a></p>
<p>The Code Completion with help engine hint window activated:</p>
<p><a href="http://arianesoft.ca/blog/wp-content/uploads/2008/10/snap6.png"><img class="alignnone size-medium wp-image-96" title="snap6" src="http://arianesoft.ca/blog/wp-content/uploads/2008/10/snap6-300x203.png" alt="" width="300" height="203" /></a></p>
<p>Finding text in all help engine pages:</p>
<p><a href="http://arianesoft.ca/blog/wp-content/uploads/2008/10/snap7.png"><img class="alignnone size-medium wp-image-97" title="snap7" src="http://arianesoft.ca/blog/wp-content/uploads/2008/10/snap7-300x193.png" alt="" width="300" height="193" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://arianesoft.ca/blog/life-goes-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tags from heaven</title>
		<link>http://arianesoft.ca/blog/tags-fron-heaven/</link>
		<comments>http://arianesoft.ca/blog/tags-fron-heaven/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 22:05:36 +0000</pubDate>
		<dc:creator>Alain Deschenes</dc:creator>
				<category><![CDATA[PPL]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://arianesoft.ca/blog/?p=52</guid>
		<description><![CDATA[<br/>In PPL 2.0 there will be a new technology called tag programming. What does this mean exactly you ask? To put it simple, it allows you to search for functions, classes, properties, events and methods using tags related to the nature of the selection.
For example, how often do you search for a function name in [...]]]></description>
			<content:encoded><![CDATA[<br/><p>In PPL 2.0 there will be a new technology called tag programming. What does this mean exactly you ask? To put it simple, it allows you to search for functions, classes, properties, events and methods using tags related to the nature of the selection.</p>
<p>For example, how often do you search for a function name in particular but don&#8217;t remember its name? Very often you say, me too&#8230; You know what this function is to do right? By searching by tags you can easily find it!</p>
<p>Lets say you want to show a message on screen. What if you don&#8217;t remember the function to do this is called ShowMessage() ? Well you could search for the following tags: &#8220;show,display,message&#8221;, they will come up with ShowMessage and a few other items.</p>
<p>We are trying to implement this technology right in the roots of PPL 2.0 so that third party developers can set tags for their classes, properties,methods and events easily. This will provide consistency through all libraries.</p>
<p>We want to integrate the help feature right from the functions, classes, properties, methods and events as well. It will be a property just like the others. We will have, description, parameters and example properties for all objects so that all help dialog does show exactly the same without having to merge help files together or other odd help file formats.</p>
<p>We want to make library creations very easy and powerful this time. PPL 2.0 will have tons of information on screen to simplify your programming experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://arianesoft.ca/blog/tags-fron-heaven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

