<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3103995262404508700</id><updated>2011-07-07T22:00:28.888-07:00</updated><category term='swfmill'/><category term='haxegui'/><category term='jedit'/><category term='svn'/><category term='ohloh'/><title type='text'>haxegui</title><subtitle type='html'>Haxe Graphical User Interface for the flash9 platform, is a set of classes working as widgets like flash/flex's components and windows.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://haxegui.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://haxegui.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>gershon</name><uri>http://www.blogger.com/profile/05233691060444466078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3103995262404508700.post-1330344358047642336</id><published>2009-09-12T04:12:00.000-07:00</published><updated>2009-09-12T05:57:19.705-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='haxegui'/><category scheme='http://www.blogger.com/atom/ns#' term='swfmill'/><title type='text'>SwfMillEditor, the "break-apart"</title><content type='html'>&lt;div style="float: right;"&gt;
&lt;embed src="http://swfmill.org/assets/swfmill-banner2.swf" quality="high" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" height="31" width="81" align="middle"&gt;&lt;/embed&gt;
&lt;/div&gt;&lt;p&gt;
After prototyping a single file with XML &amp;amp; hscript, i started creating proper classes for the different elements of the frontend application.&lt;/p&gt;&lt;p&gt;Currently, most of the work revolves the source editor, which is shown in the screenshot below.&lt;/p&gt;&lt;p&gt;&lt;xmleditor&gt;When prototyping, the source editor was a simple window with an "onLoaded" action, that placed a textfield in it, made sure to resize it when needed, and maybe had a few other lines...
&lt;/xmleditor&gt;&lt;/p&gt;&lt;p&gt;&lt;xmleditor&gt;That code was replaced by a single line, instead of a window, an XmlEditor class, its imported into the main application, and sits in its own file, XmlEditor.hx, as  something like:
&lt;/xmleditor&gt;&lt;/p&gt;&lt;pre class="code haxe"&gt;
class XmlEditor extends Window {
...
public static var layoutXml = Xml.parse('
// here comes its xml layout...
...').firstElement();

public function highlight() {...}
public function updateTree() {...}
...
}&lt;/pre&gt;This allowed much better writing, with the full power of haxe driving the bigger logic and small scripts handling the smaller, this is where it left its prototyping stage, and some of its features now are:
&lt;ul&gt;&lt;li&gt;Llightning-fast highlighting with regular expressions
&lt;/li&gt;&lt;li&gt;Tab\Shift-Tab indentation (with visual marks too)&lt;/li&gt;&lt;li&gt;Auto-close of opened tags&lt;/li&gt;&lt;li&gt;xsltproc can be called with indent.xsl to format the source&lt;/li&gt;&lt;li&gt;XML is parsed to a tree to provide a document outline (still slow as hell though...)&lt;/li&gt;&lt;li&gt;Attributes and values of the active tag (the one which contains the caret) are displayed in a list.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Second screenshot, shows the FileDialog class, tree is filled with directories, and the lists are filled with files and their stats, all data arrives via the neko backend, this should make it simpler to browse virtual filesystems too, like those that actually sit inside a remote database or in memory...
&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
Checkout the shots below, and stay tuned for more, gershon.
&lt;/p&gt;

&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_jhhCwGCa5Zg/SquIQSrfpmI/AAAAAAAAABM/iHS6Na5MQkE/s1600-h/Screenshot1.jpg"&gt;&lt;img style="cursor: pointer; width: 320px; height: 178px;" src="http://2.bp.blogspot.com/_jhhCwGCa5Zg/SquIQSrfpmI/AAAAAAAAABM/iHS6Na5MQkE/s320/Screenshot1.jpg" alt="" id="BLOGGER_PHOTO_ID_5380543993297741410" border="0" /&gt;&lt;/a&gt;


&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_jhhCwGCa5Zg/SquJw65rcjI/AAAAAAAAABU/On9UjN5emyA/s1600-h/Screenshot2.jpg"&gt;&lt;img style="cursor: pointer; width: 320px; height: 180px;" src="http://4.bp.blogspot.com/_jhhCwGCa5Zg/SquJw65rcjI/AAAAAAAAABU/On9UjN5emyA/s320/Screenshot2.jpg" alt="" id="BLOGGER_PHOTO_ID_5380545653362094642" border="0" /&gt;&lt;/a&gt;
&lt;p&gt;
P.S:
sorry for the mis-spell on the note in the first screenshot, too late&amp;amp;lazy to fix it ;)
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3103995262404508700-1330344358047642336?l=haxegui.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://haxegui.blogspot.com/feeds/1330344358047642336/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://haxegui.blogspot.com/2009/09/swfmilleditor-break-apart.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/1330344358047642336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/1330344358047642336'/><link rel='alternate' type='text/html' href='http://haxegui.blogspot.com/2009/09/swfmilleditor-break-apart.html' title='SwfMillEditor, the &quot;break-apart&quot;'/><author><name>gershon</name><uri>http://www.blogger.com/profile/05233691060444466078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_jhhCwGCa5Zg/SquIQSrfpmI/AAAAAAAAABM/iHS6Na5MQkE/s72-c/Screenshot1.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3103995262404508700.post-4818988967595900693</id><published>2009-09-06T05:21:00.000-07:00</published><updated>2009-09-06T08:45:39.906-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='haxegui'/><category scheme='http://www.blogger.com/atom/ns#' term='ohloh'/><title type='text'>haxegui Ohloh page</title><content type='html'>Spawned by a webcraweler, &lt;a href="https://www.ohloh.net/p/haxegui"&gt;https://www.ohloh.net/p/haxegui&lt;/a&gt;, is a nice page, somewhere between this overly-flash-embedded blog and the plain googlecode page...

Its statistics complain, as i have before, that
&lt;blockquote&gt;Over the past twelve months, only &lt;a href="https://www.ohloh.net/p/haxegui/contributors"&gt;3 developers&lt;/a&gt;   contributed new code to &lt;a href="https://www.ohloh.net/p/haxegui"&gt;haxegui&lt;/a&gt;, making this a relatively          small project.
&lt;/blockquote&gt;
Well, by no means can the codebase be considered small, and its getting bigger, approximately 20k of haxe code, with about 500k more backing it up in XML data and HTML docs, Considering its capabilities, that ain't bad at all...

Please consider using, contributing, asking and commenting, here, on the new ohloh page, on the haxe mailing-list or in #haxe on irc, your support can mean a lot, a good comment's worth 1k line of code ;)

In an effort to enlarge the number code contributers, i have been writing more text, the GC &lt;a href="http://code.google.com/p/haxegui/w/list"&gt;wiki&lt;/a&gt; has a number of tutorials on some basic haxegui components, soon i'll start writing task-specific tutorials ("real world" practical examples, custom components, skinning tutorials...)

Off to do some coding....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3103995262404508700-4818988967595900693?l=haxegui.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://haxegui.blogspot.com/feeds/4818988967595900693/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://haxegui.blogspot.com/2009/09/haxegui-ohloh-page.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/4818988967595900693'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/4818988967595900693'/><link rel='alternate' type='text/html' href='http://haxegui.blogspot.com/2009/09/haxegui-ohloh-page.html' title='haxegui Ohloh page'/><author><name>gershon</name><uri>http://www.blogger.com/profile/05233691060444466078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3103995262404508700.post-5434861932627963175</id><published>2009-08-29T18:25:00.000-07:00</published><updated>2009-08-29T18:55:54.043-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='haxegui'/><title type='text'>Step Sequencer Demo</title><content type='html'>&lt;p&gt;
Another sample of the great look and power of the haxegui framework, this time, a step sequencer for flash9 in under 500 lines, still WIP, and requires some fixing and optimizing. Has been hacked up over the weekend, uses  mp3 samples, has a nice FFT spectrum, individual channel volume and pan, no note velocities and  patterns yet sorry...
&lt;/p&gt;
&lt;p&gt;
The code is on svn as usual  (single file, &lt;a href="http://code.google.com/p/haxegui/source/browse/trunk/samples/Example4.xml"&gt;samples/Example4.xml&lt;/a&gt;), no "haxe" has been used when writing this, just XML and hscript, on top of the usual haxegui application skeleton. This means there was very little compilation to do while writing this, still the app takes a few seconds to boot, so please be patient.&lt;/p&gt;
I would love feedback on this post, but hate it if it came from my stereo... ;)

&lt;embed src="http://haxegui.googlecode.com/svn/trunk/samples/Sequencer.swf" flashvars="baseURL=http://haxegui.googlecode.com/svn/trunk/&amp;amp;layout=samples/Example4.xml" quality="high" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" height="800" width="900" align="middle"&gt;&lt;/embed&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3103995262404508700-5434861932627963175?l=haxegui.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://haxegui.blogspot.com/feeds/5434861932627963175/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://haxegui.blogspot.com/2009/08/step-sequencer-demo.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/5434861932627963175'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/5434861932627963175'/><link rel='alternate' type='text/html' href='http://haxegui.blogspot.com/2009/08/step-sequencer-demo.html' title='Step Sequencer Demo'/><author><name>gershon</name><uri>http://www.blogger.com/profile/05233691060444466078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3103995262404508700.post-6604357374843446415</id><published>2009-08-14T17:07:00.000-07:00</published><updated>2009-08-14T20:48:50.911-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='haxegui'/><category scheme='http://www.blogger.com/atom/ns#' term='swfmill'/><title type='text'>Prototyping the SwfMill Editor</title><content type='html'>&lt;div style="float: right;"&gt;
&lt;embed src="http://swfmill.org/assets/swfmill-banner2.swf" quality="high" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="31" width="81"&gt;&lt;/embed&gt;
&lt;/div&gt;&lt;p&gt;
Its been a great companion, and i just love it.
How can you not love a program that takes 'simple' as an argument?
&lt;/p&gt;&lt;p&gt;
For me its been the simplest, whether i compile with MTASC and inject the logic into a swf containing assets linked to as2 classes, or  add assets into haXe made swfs compiled to as3.
&lt;/p&gt;&lt;p&gt;
Its a small and wonderful tool, that integrated well into my workflow, saving me not only time, but also from the jaws of proprietary software...
&lt;/p&gt;&lt;p&gt;
But for a while now, i've been toying around with the thought of making it even simpler using a frontend. The screenshoot below shows that thought transformed to working code, you can see the application editing the very same files that have been embedded when creating it.
&lt;/p&gt;&lt;p&gt;
The details of what it does, and does'nt yet, are already annotated in the screenshot, i'll just add a word or two about its prototyping process.
It took only a couple of hours to generate this little app, some of which involved fixing stuff in the framework, which takes longer and requires compilation in haxe, layouting and simple events are done in xml and only require a browser refresh. Other than the haxegui package, there are 3 files involved. First one is a xml file for the layout and some simple events, second is a hx file that is compiled to a flash9 target, it has a single class and static main function, it initializes haxegui, loads the layout and works the logic, like parsing xml and setting up event listeners. The 3rd file is also a single class hx, it compiles to neko, and is a server for files and for swfmill input and output. The whole thing is run in two stages, first i run a local neko daemon, using &lt;span style="font-family:courier new;"&gt;'nekotools server'&lt;/span&gt;, then i navigate to the server address to land in a &lt;span style="font-family:courier new;"&gt;'index.html'&lt;/span&gt; page which embeds the swf.
&lt;/p&gt;&lt;p&gt;
No paid software, knowledge or service has been used to write, run and bring you this, i would love to have your ideas and comments on this one, a working demo and the code should be released soon...&lt;/p&gt;

&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_jhhCwGCa5Zg/SoX9lAn_L6I/AAAAAAAAABE/XTEuxPBnrSw/s1600-h/Screenshot_annotated.png"&gt;&lt;img style="cursor: pointer; width: 400px; height: 275px;" src="http://3.bp.blogspot.com/_jhhCwGCa5Zg/SoX9lAn_L6I/AAAAAAAAABE/XTEuxPBnrSw/s400/Screenshot_annotated.png" alt="" id="BLOGGER_PHOTO_ID_5369976942973890466" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3103995262404508700-6604357374843446415?l=haxegui.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://haxegui.blogspot.com/feeds/6604357374843446415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://haxegui.blogspot.com/2009/08/prototyping-swfmill-editor.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/6604357374843446415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/6604357374843446415'/><link rel='alternate' type='text/html' href='http://haxegui.blogspot.com/2009/08/prototyping-swfmill-editor.html' title='Prototyping the SwfMill Editor'/><author><name>gershon</name><uri>http://www.blogger.com/profile/05233691060444466078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_jhhCwGCa5Zg/SoX9lAn_L6I/AAAAAAAAABE/XTEuxPBnrSw/s72-c/Screenshot_annotated.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3103995262404508700.post-6057676540560308527</id><published>2009-08-12T08:16:00.000-07:00</published><updated>2009-08-13T10:43:26.156-07:00</updated><title type='text'>Small online tutorial</title><content type='html'>Here's a little interactive tutorial, the black window in swf below is the Console class, its got one textfield which traces results, and another (the lighter, single-line input at the bottom) which parses hscript.

Type the following code in the console, type 'help' to see a list of other commands:

&lt;pre class="code haxe"&gt;new haxegui.Window().init();
// window name might vary here, can type 'ls' to make sure
cd Window19
// following is written in a single line to preserve the scope
var c = new haxegui.containers.Container(this); c.init();
// following also might differ at runtime
cd Container29
//
var tf = new flash.text.TextField(); this.addChild(tf);
this.firstChild().text="hello world"
&lt;/pre&gt;

ok now for something more fun:
&lt;pre class="code haxe"&gt;
cd ..
// should be back in root.Window19
this.updatePositionTween(new feffects.Tween(0,1,1000), new flash.geom.Point(200,200))
&lt;/pre&gt;

&lt;embed src="http://haxegui.googlecode.com/svn/trunk/samples/console_only.swf" flashvars="baseURL=http://haxegui.googlecode.com/svn/trunk/" quality="high" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="600" width="900"&gt;&lt;/embed&gt;


&lt;span style="font-size:85%;"&gt;&lt;i&gt;Update:&lt;/i&gt;&lt;/span&gt;
&lt;p&gt;Here's a screencast of me following the tutorial, then loading an example layout from the svn and playing with it a little, please excuse the jittery mouse tracking...&lt;/p&gt;

&lt;object height="505" width="640"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Pm8D0F1_hj4&amp;amp;hl=en&amp;amp;fs=1&amp;amp;"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/Pm8D0F1_hj4&amp;amp;hl=en&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="505" width="640"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3103995262404508700-6057676540560308527?l=haxegui.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://haxegui.blogspot.com/feeds/6057676540560308527/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://haxegui.blogspot.com/2009/08/small-online-tutorial.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/6057676540560308527'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/6057676540560308527'/><link rel='alternate' type='text/html' href='http://haxegui.blogspot.com/2009/08/small-online-tutorial.html' title='Small online tutorial'/><author><name>gershon</name><uri>http://www.blogger.com/profile/05233691060444466078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3103995262404508700.post-7658592452778560751</id><published>2009-08-06T23:26:00.000-07:00</published><updated>2009-08-07T00:50:39.919-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='haxegui'/><category scheme='http://www.blogger.com/atom/ns#' term='jedit'/><title type='text'>jEdit and haXe</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_jhhCwGCa5Zg/SnvbQ1gpsDI/AAAAAAAAAA8/1am6ksclXF4/s1600-h/icon128.png"&gt;&lt;img style="border: medium none ; margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 128px; height: 128px;" src="http://2.bp.blogspot.com/_jhhCwGCa5Zg/SnvbQ1gpsDI/AAAAAAAAAA8/1am6ksclXF4/s320/icon128.png" alt="" id="BLOGGER_PHOTO_ID_5367124463230496818" border="0" /&gt;&lt;/a&gt;

&lt;p&gt;For a while now, i've been using GtkSourceView-based applications for writing (Geany&amp;amp;Gedit), but decided to move back to the old trusty friend. I must admit that i'm a newbie to java, my previous uses for jEdit were mainly as2 and php, this time its haxe and java.
&lt;/p&gt;
&lt;p&gt;
There's a haxe mode for jEdit &lt;a href="http://haxe.org/com/ide/jedit"&gt;here&lt;/a&gt;, which does the highlighting, my intention is to write a proper haxe plugin for jedit, one which will install the mode above, add a haxe menu for easy access, options dialog for configuring general haxe stuff like paths, classpaths and the likes, sidekick integration, project integration, text completion, import tools and documentaion launchers.
&lt;/p&gt;
&lt;p&gt;I have'nt much thus far, but i'd like to share what i do.&lt;/p&gt;&lt;p&gt;
Installing the console &amp;amp; errorlist plugins, you get a single click reference to the line on compilation error,  and works for haxe\ant(i'm using anthx)\make\swfmill.
&lt;/p&gt;&lt;p&gt;Installing the sidekick plugin, outline plugin, ctags plugin, and custom folds, will get you a couple of nice views on the sidebar.
&lt;/p&gt;&lt;p&gt;So for a typical function that looks like this:&lt;/p&gt;
&lt;pre class="code haxe"&gt;
//{{{ doSomething
/** This function does something **/
public function doSomething() : Void {
trace("Done.")'
}
//}}}
&lt;/pre&gt;
&lt;p&gt;I get 2 folds, one for the expilict fold (line #1), which opens up the comment and the function header, the second opens the function's body (#3). If 2 clicks seem much to get to the body, not to worry, keyboard shortcuts are a-plenty in jEdit, alt-enter and alt-bs will collapse and expand folds...
&lt;/p&gt;&lt;p&gt;This needs a lot of cleanup, but basically works for the ctags plugins (place this at ~/.ctags on linux):&lt;/p&gt;
&lt;pre class="code perl"&gt;
--langdef=haxe
--langmap=haxe:.hx

--regex-haxe=/^[ \t]*[import ]+[ \t]+([A-Za-z0-9_.]+)[ \t]*/\1 /F,import, imports/
--regex-haxe=/^[ \t]*[(enum) ( \t)]+ [ \t]+([A-Za-z0-9_.]+)[ \t]*\(/\1 /e,enum, enumerators/
--regex-haxe=/^[ \t]*[(typedef) ( \t)]+ [ \t]+([A-Za-z0-9_]+)[ \t]*\(/\1 /t,typedef, typedefs/
--regex-haXe=/^[ \t]*(private|public|static|inline) *[ \t]+var[ \t]+([A-Za-z0-9_]+)[ \t]*/\2 : \1/v,variable, variables/
--regex-haXe=/^[ \t]*(private|public|static|override) *[ \t]*function[ \t]+([A-Za-z0-9_]+)[ \t]*\(+([A-Za-z0-9_]+)*\)*/\1 \2 (\3)/f,function, functions/
--regex-haXe=/^[ \t]*[(class|interface) ( \t)]+([A-Za-z0-9_]+)+([ \t]?)(extends|implements)[ \t]+([A-Za-z0-9_]+)+[ \t]*/\1 \2 /c,class, classes/
&lt;/pre&gt;
&lt;p&gt;
The project viewer, buffer tabs, tasklist, svn, jdiff (uses the built-in splitting), whitespace, textautocomplete and textutils plugins are also great and must have.
&lt;/p&gt;
&lt;p&gt;
Even with all these plugins loaded, the editor is very light compared to its java friends (eclipse and netbeans) both in size and resource usage.
&lt;/p&gt;
&lt;p&gt;Here are a couple of screenshots, to stop me yapping. have a great day!&lt;/p&gt;

&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_jhhCwGCa5Zg/SnvW0GHuRQI/AAAAAAAAAAs/CE7MmLBA96c/s1600-h/Screenshot-jEdit+-+%7E-Desktop-haxegui-haxegui-controls-Component.hx+%28modified%29+%5BGroup:+All+Projects%5D.png"&gt;&lt;img style="cursor: pointer; width: 320px; height: 192px;" src="http://4.bp.blogspot.com/_jhhCwGCa5Zg/SnvW0GHuRQI/AAAAAAAAAAs/CE7MmLBA96c/s320/Screenshot-jEdit+-+%7E-Desktop-haxegui-haxegui-controls-Component.hx+%28modified%29+%5BGroup:+All+Projects%5D.png" alt="" id="BLOGGER_PHOTO_ID_5367119571426624770" border="0" /&gt;&lt;/a&gt;

&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_jhhCwGCa5Zg/SnvaEHh0D9I/AAAAAAAAAA0/WmJ9qtK0WcM/s1600-h/Screenshot-jEdit+-+%7E-Desktop-haxegui-samples-Example1.xml,+%7E-Desktop-haxegui-haxegui-Binding.hx.png"&gt;&lt;img style="cursor: pointer; width: 320px; height: 192px;" src="http://2.bp.blogspot.com/_jhhCwGCa5Zg/SnvaEHh0D9I/AAAAAAAAAA0/WmJ9qtK0WcM/s320/Screenshot-jEdit+-+%7E-Desktop-haxegui-samples-Example1.xml,+%7E-Desktop-haxegui-haxegui-Binding.hx.png" alt="" id="BLOGGER_PHOTO_ID_5367123145217282002" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3103995262404508700-7658592452778560751?l=haxegui.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://haxegui.blogspot.com/feeds/7658592452778560751/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://haxegui.blogspot.com/2009/08/jedit-and-haxe.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/7658592452778560751'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/7658592452778560751'/><link rel='alternate' type='text/html' href='http://haxegui.blogspot.com/2009/08/jedit-and-haxe.html' title='jEdit and haXe'/><author><name>gershon</name><uri>http://www.blogger.com/profile/05233691060444466078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_jhhCwGCa5Zg/SnvbQ1gpsDI/AAAAAAAAAA8/1am6ksclXF4/s72-c/icon128.png' height='72' width='72'/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3103995262404508700.post-2427159468249792518</id><published>2009-08-05T09:37:00.000-07:00</published><updated>2009-08-05T10:46:03.240-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='haxegui'/><title type='text'>Call for devs</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_jhhCwGCa5Zg/Snm-CSWVdTI/AAAAAAAAAAk/f5mpi0Q0yH8/s1600-h/Screenshot.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 320px; height: 239px;" src="http://2.bp.blogspot.com/_jhhCwGCa5Zg/Snm-CSWVdTI/AAAAAAAAAAk/f5mpi0Q0yH8/s320/Screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5366529377483191602" border="0" /&gt;&lt;/a&gt;&lt;p&gt;About a month has past since the birth of this blog, 2 for the googlecode repository, and total of 3 for the whole project.&lt;/p&gt;
&lt;p&gt;
Since its my opinion that no self-respecting developer should put up a project like this online, without utilizing all of the resources available to him, i've been tracking these pages with analytics.
&lt;/p&gt;
&lt;p&gt;
The score is &lt;span style="font-weight: bold;"&gt;800&lt;/span&gt; to &lt;span style="font-weight: bold;"&gt;2&lt;/span&gt;, there's support, i'll grant that. A couple of devs on the mailing-list, and a few around #haxe, but in the code you'll still find only two names.
&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;
So this is a call to anyone doing anything gui-oriented in haxe, to chip in.
&lt;!--[--&gt;
&lt;/p&gt;&lt;p&gt;
How about this for an interesting challenge, haxegui on the iphone via haxe cpp and nme\neash?
&lt;/p&gt;&lt;p&gt;
Some haxegui applications? an icon editor, map editor for tile-based games, sprite sheet editor with bitmap, swf and swfmill input\output, mp3 sample editor for trimming and looping, pattern &amp;amp; multi-track sequencers, image orgranisers, chat and im clients...
&lt;/p&gt;&lt;p&gt;
Or how about a haxe ide in haxe? regexing and highlighting, with dot completion, the hscript console, system shell, and a haxegui builder?
&lt;/p&gt;&lt;p&gt;
Hmm... ok, so seems like anyone doing anything haxe is welcome ;)
&lt;/p&gt;&lt;p&gt;
See you around, gershon.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3103995262404508700-2427159468249792518?l=haxegui.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://haxegui.blogspot.com/feeds/2427159468249792518/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://haxegui.blogspot.com/2009/08/call-for-devs.html#comment-form' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/2427159468249792518'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/2427159468249792518'/><link rel='alternate' type='text/html' href='http://haxegui.blogspot.com/2009/08/call-for-devs.html' title='Call for devs'/><author><name>gershon</name><uri>http://www.blogger.com/profile/05233691060444466078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_jhhCwGCa5Zg/Snm-CSWVdTI/AAAAAAAAAAk/f5mpi0Q0yH8/s72-c/Screenshot.png' height='72' width='72'/><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3103995262404508700.post-6344263924176564663</id><published>2009-07-24T18:03:00.000-07:00</published><updated>2009-07-24T18:54:25.467-07:00</updated><title type='text'>A* First Test</title><content type='html'>So i started playing around, trying to implement A* into haxegui (AStar is a shortest-path finding algorithm, look &lt;a href="http://www.policyalmanac.org/games/aStarTutorial.htm"&gt;here&lt;/a&gt; for probably the easiest tutorial about it), the good news are that sitnarf already wrote &lt;a href="http://lib.haxe.org/p/aPath"&gt;aPath&lt;/a&gt; is its easily imported and very generic, just give it a grid, mark the nodes and you're good to go.

Bad news are that the benchmarks don't look that good, see the video below.
&lt;br/&gt;
&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/dxXEsQmKa1g&amp;amp;hl=en&amp;amp;fs=1"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/dxXEsQmKa1g&amp;amp;hl=en&amp;amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/br&gt;
The drawing code does slow things down, but i had to visualize it somehow :)

Here's a snippet, all this is done before the path calculation:
&lt;pre class="code haxe"&gt;var container = this.getParentContainer();
container.redraw();

var s = Haxegui.gridSpacing;
var hs = s&amp;gt;&amp;gt;1;

var w = (container.box.width/s);
var h = (container.box.height/s);

var engine = new aPath.Engine();
engine.generateMap(w,h);

for(i in 0...w)
 for(j in 0...h) {
   // get top-most object
   var o = container.getObjectsUnderPoint(new flash.geom.Point(hs+i*s, hs+j*s)).pop();

   // mark it unwalkable if its a widget
   if(o!=container &amp;amp;amp;&amp;amp;amp; !Std.is(o, toys.Socket) ) {
container.graphics.beginFill(Color.BLUE, .5);
container.graphics.drawRect(i*s, j*s, s, s);
container.graphics.endFill();

engine.map[i][j].close = true;
    }
   ...
   ...
&lt;/pre&gt;
Seen on the video, a 10x10px grid takes more than 3.5sec to be marked (this includes drawing "unwalkable" blue tiles, which is expensive, it takes about 0.55sec without, still not fast enough)
I guess the most expensive is the &lt;span style="font-style: italic;"&gt;getObjectsUnderPoint()&lt;/span&gt; but i'll need better profiling to be sure...

The next step would be to get the target node, before doing all this, so i could minimize the gridded area to be checked.

Any A*\haXe tips and optimizations will be more than welcome, have a great weekend!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3103995262404508700-6344263924176564663?l=haxegui.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://haxegui.blogspot.com/feeds/6344263924176564663/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://haxegui.blogspot.com/2009/07/first-test.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/6344263924176564663'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/6344263924176564663'/><link rel='alternate' type='text/html' href='http://haxegui.blogspot.com/2009/07/first-test.html' title='A* First Test'/><author><name>gershon</name><uri>http://www.blogger.com/profile/05233691060444466078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3103995262404508700.post-5463541169215590667</id><published>2009-07-23T17:14:00.000-07:00</published><updated>2009-07-23T17:38:43.188-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='haxegui'/><title type='text'>Signal \ Slot experiments</title><content type='html'>A Short screencast showing how widgets can be visually connected, i've always liked node-based or "graphical programming" software like &lt;a href="http://puredata.info/"&gt;PureData&lt;/a&gt;, it allows even non-programmers an easy entry point, and saves time typing, besides the obvious eye-candy.

Next step would either be the A* algorithm, so "patch cables" would go around widgets, or maybe use curves and drop-shadows to fake them being "on-top" (check &lt;a href="http://www.flashstore.com/components/PatchMe---Patch-Cable-Interface---V1.0_4160.html"&gt;this&lt;/a&gt; link for a cool sample)

&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/PECb-WxWq6o&amp;amp;hl=en&amp;amp;fs=1&amp;amp;"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/PECb-WxWq6o&amp;amp;hl=en&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="344" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3103995262404508700-5463541169215590667?l=haxegui.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://haxegui.blogspot.com/feeds/5463541169215590667/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://haxegui.blogspot.com/2009/07/signal-slot-experiments.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/5463541169215590667'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/5463541169215590667'/><link rel='alternate' type='text/html' href='http://haxegui.blogspot.com/2009/07/signal-slot-experiments.html' title='Signal \ Slot experiments'/><author><name>gershon</name><uri>http://www.blogger.com/profile/05233691060444466078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3103995262404508700.post-1200096301009315520</id><published>2009-07-19T21:13:00.000-07:00</published><updated>2009-07-20T01:04:00.957-07:00</updated><title type='text'>Couple of changes</title><content type='html'>Changed the logo on the blog, started working on better documentation (the doc system itself and the commenting in the source) check the link above, its full of goodies!

please leave any comments and have a great day!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3103995262404508700-1200096301009315520?l=haxegui.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://haxegui.blogspot.com/feeds/1200096301009315520/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://haxegui.blogspot.com/2009/07/couple-of-changes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/1200096301009315520'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/1200096301009315520'/><link rel='alternate' type='text/html' href='http://haxegui.blogspot.com/2009/07/couple-of-changes.html' title='Couple of changes'/><author><name>gershon</name><uri>http://www.blogger.com/profile/05233691060444466078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3103995262404508700.post-4605182788234872493</id><published>2009-07-15T08:38:00.000-07:00</published><updated>2009-07-19T21:13:20.476-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='haxegui'/><title type='text'>Comparision of coding styles</title><content type='html'>this &lt;a href="http://flashexplained.com/actionscript/creating-an-analog-clock-with-actionscript-using-no-design-tools-whatsoever/"&gt;link&lt;/a&gt; has a tutorial for writing an analog clock in actionscript.

I've ported it to haxe using two coding styles, one is pure haxe, the other in xml&amp;hscript, to show you they are equally powerful, and the choice is completely yours.

two things to note, clocks start ticking once loaded, from the time of creation, so the xml has the initialization offset of the all the xml parsing, its not a bug, as they could represent different time-zones. 
Secons, is that had this not been a demonstration, i would have probably gone with a 3rd hybrid coding style, using hscript in the haxe .hx file, instead of multiple classes...

&lt;embed src="http://haxegui.googlecode.com/svn/trunk/samples/clocks.swf" flashvars="baseURL=http://haxegui.googlecode.com/svn/trunk/&amp;layout=samples/Example7.xml" quality="high" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="600" width="900"&gt;&lt;/embed&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3103995262404508700-4605182788234872493?l=haxegui.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://haxegui.blogspot.com/feeds/4605182788234872493/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://haxegui.blogspot.com/2009/07/comparision-of-coding-styles.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/4605182788234872493'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/4605182788234872493'/><link rel='alternate' type='text/html' href='http://haxegui.blogspot.com/2009/07/comparision-of-coding-styles.html' title='Comparision of coding styles'/><author><name>gershon</name><uri>http://www.blogger.com/profile/05233691060444466078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3103995262404508700.post-1038534308542301426</id><published>2009-07-11T13:14:00.000-07:00</published><updated>2009-07-11T15:24:08.391-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='haxegui'/><title type='text'>haxegui screencast on youtube</title><content type='html'>Screencast of an earlier version 

&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/m-6IlN57DWw&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/m-6IlN57DWw&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3103995262404508700-1038534308542301426?l=haxegui.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://haxegui.blogspot.com/feeds/1038534308542301426/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://haxegui.blogspot.com/2009/07/haxegui-screencast-on-youtube.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/1038534308542301426'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/1038534308542301426'/><link rel='alternate' type='text/html' href='http://haxegui.blogspot.com/2009/07/haxegui-screencast-on-youtube.html' title='haxegui screencast on youtube'/><author><name>gershon</name><uri>http://www.blogger.com/profile/05233691060444466078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3103995262404508700.post-7718810616933780708</id><published>2009-07-11T07:12:00.000-07:00</published><updated>2009-07-11T15:23:47.871-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='haxegui'/><category scheme='http://www.blogger.com/atom/ns#' term='svn'/><title type='text'>haxegui SVN</title><content type='html'>this is how the current svn looks like:

press "`" (Backtick) to pop up the console.

more info can be found at &lt;a href="http://code.google.com/p/haxegui/"&gt;http://code.google.com/p/haxegui/&lt;/a&gt;

please comment below, have fun!

&lt;embed src="http://haxegui.googlecode.com/svn/trunk/samples/main.swf" flashvars="baseURL=http://haxegui.googlecode.com/svn/trunk/&amp;layout=samples/Example1.xml" quality="high" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="600" width="900"&gt;&lt;/embed&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3103995262404508700-7718810616933780708?l=haxegui.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://haxegui.blogspot.com/feeds/7718810616933780708/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://haxegui.blogspot.com/2009/07/alternate-text-including-link-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/7718810616933780708'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3103995262404508700/posts/default/7718810616933780708'/><link rel='alternate' type='text/html' href='http://haxegui.blogspot.com/2009/07/alternate-text-including-link-to.html' title='haxegui SVN'/><author><name>gershon</name><uri>http://www.blogger.com/profile/05233691060444466078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
