<?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>The Highlander Blog &#187; eclipse</title>
	<atom:link href="http://www.highlander.co.uk/blog/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.highlander.co.uk/blog</link>
	<description>Thoughts and musing from within Highlander</description>
	<lastBuildDate>Fri, 04 May 2012 11:26:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Using Processing with Eclipse</title>
		<link>http://www.highlander.co.uk/blog/2010/01/30/using-processing-with-eclipse/</link>
		<comments>http://www.highlander.co.uk/blog/2010/01/30/using-processing-with-eclipse/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 12:57:36 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[DreamWeaver]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[computational art]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://www.highlander.co.uk/blog/?p=105</guid>
		<description><![CDATA[Recently I blogged about how I was going to start to use Processing. Since then I have realised that the Processing application is way too basic for me.  Using Eclipse or Flash Builder much of the time I naturally looked to see if there was a way of bringing in Processing to the Eclipse environment, <a href='http://www.highlander.co.uk/blog/2010/01/30/using-processing-with-eclipse/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Recently I blogged about how I was going to start to use Processing. Since then I have realised that the Processing application is way too basic for me.  Using Eclipse or Flash Builder much of the time I naturally looked to see if there was a way of bringing in Processing to the Eclipse environment, and very quickly I found the following link: http://www.creativecoding.org/en/beyond/p5/eclipse_as_editor (link no longer active)</p>
<p>Since Processing uses Java, I decided to download the standard Eclipse package. Following the instructions from the link above I quickly got a simple applet working. However I came across a couple of minor issues. Now I used to use Java, but many years ago, so I was quite rusty regarding the Java language, but when I create a simple applet, I immediately got this error…</p>
<p style="padding-left: 30px"><span style="color: #ff9900">The serializable class Table2 does not declare a static final serialVersionUID field of type long</span><span style="color: #ff9900"> </span><span style="color: #ff9900">Table2.java</span><span style="color: #ff9900"> </span><span style="color: #ff9900">/Table2/src</span><span style="color: #ff9900"> </span><span style="color: #ff9900">line 4</span><span style="color: #ff9900"> </span><span style="color: #ff9900">Java Problem</span></p>
<div>Now, for me, who does loads of actionscript, the above message is meaningless. However, right-mouse clicking on the warning symbol and choosing Quick Fix gave a list of options…</div>
<div>
<div id="attachment_106" class="wp-caption aligncenter" style="width: 716px"><a href="http://www.highlander.co.uk/blog/wp-content/uploads/2012/03/quickfix.jpg"><img class="size-full wp-image-106 " src="http://www.highlander.co.uk/blog/wp-content/uploads/2012/03/quickfix.jpg" alt="Quick fix in Eclipse" width="706" height="225" /></a><p class="wp-caption-text">Quick fix in Eclipse</p></div>
</div>
<p>… I chose the Add suppress warnings options and the following line was added…</p>
<p style="font: normal normal normal 13px/normal 'Lucida Sans';color: #777777;padding-left: 30px;margin: 0px">@SuppressWarnings<span style="color: #000000">(</span><span style="color: #4a00fb">&#8220;serial&#8221;</span><span style="color: #000000">)</span></p>
<p style="font: normal normal normal 13px/normal 'Lucida Sans';color: #777777;padding-left: 30px;margin: 0px"><span style="color: #000000"><br />
</span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777">
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #ffffff">The warning has now gone, and my applet runs.</span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #000000"><span style="color: #000000"><span style="color: #ffffff"><br />
</span> </span><span style="color: #ffffff"> </span></span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777">
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #ffffff">I have no idea what the warning refers to, and I am sure that when I last did Java I never came across this, but hey! it works.</span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #000000"><span style="color: #000000"><span style="color: #ffffff"><br />
</span> </span><span style="color: #ffffff"> </span></span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777">
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #ffffff">I will go through the little applet that I created soon, just to show you how to create a Processing applet within Eclipse, but the difference between using Eclipse and the actual Processing application is that the latter does all the work for you in creating a runnable Java applet, whilst with Eclipse you have to add the extra functions to make it a proper Java applet structure.</span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #000000"><span style="color: #000000"><span style="color: #ffffff"><br />
</span> </span><span style="color: #ffffff"> </span></span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777">
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #ffffff">However, I personally prefer using Eclipse as I will get all the extra functionality that I need (Flash Builder plugin, other plugins, etc). Using the Processing application is just something I refuse to do &#8211; it is way too basic for me.</span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #000000"><span style="color: #000000"><span style="color: #ffffff"><br />
</span> </span><span style="color: #ffffff"> </span></span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777">
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #ffffff">&#8212; alex</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.highlander.co.uk/blog/2010/01/30/using-processing-with-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the default font and colours in Flash Builder</title>
		<link>http://www.highlander.co.uk/blog/2009/11/24/changing-the-default-font-and-colours-in-flash-builder/</link>
		<comments>http://www.highlander.co.uk/blog/2009/11/24/changing-the-default-font-and-colours-in-flash-builder/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 16:10:21 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[flash builder]]></category>
		<category><![CDATA[preferences]]></category>

		<guid isPermaLink="false">http://www.highlander.co.uk/blog/?p=45</guid>
		<description><![CDATA[Whilst I love Flash Builder, it is somewhat daunting navigating the large amount of preferences. So, if you wish to change the font, size, and colour of your editing window here is where you go… Window &#62; Preferences &#62; General &#62; Appearance &#62; Colours &#38; Fonts &#62; Basic &#62; Text Font For the background colour <a href='http://www.highlander.co.uk/blog/2009/11/24/changing-the-default-font-and-colours-in-flash-builder/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Whilst I love Flash Builder, it is somewhat daunting navigating the large amount of preferences. So, if you wish to change the font, size, and colour of your editing window here is where you go…</p>
<p style="padding-left: 30px">Window &gt; Preferences &gt; General &gt; Appearance &gt; Colours &amp; Fonts &gt; Basic &gt; Text Font</p>
<p>For the background colour and stuff like that you go to …</p>
<p style="padding-left: 30px">Window &gt; Preferences &gt; General &gt; (and click on the text) Text Editors</p>
<p>At the bottom of the panel you will now Foreground colour, Background colour etc.</p>
<p>One to be aware of &#8211; Flash Builder/Eclipse has a somewhat non-standard interface compared to most apps that run on a mac (or a pc for that matter). For example, the Preferences in the Window menu has no ellipsis (…) which is used to indicate that a dialog will appear.</p>
<p>Also, you can click on a Preference title (like Text Editors) and you will see choices, as well as clicking on all the options below a title. So it can be confusing as to where things are and how to access them.</p>
<p>Anyway, enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.highlander.co.uk/blog/2009/11/24/changing-the-default-font-and-colours-in-flash-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful extras for extending Flash Builder (and Eclipse)</title>
		<link>http://www.highlander.co.uk/blog/2009/11/24/useful-extras-for-extending-flash-builder-and-eclipse/</link>
		<comments>http://www.highlander.co.uk/blog/2009/11/24/useful-extras-for-extending-flash-builder-and-eclipse/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 10:03:16 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[flash builder]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.highlander.co.uk/blog/?p=32</guid>
		<description><![CDATA[Here are some of the plugins that I always install when using Flash Builder. Let me know what you think, and let me know what other plugins you recommend. quantumDB &#8211; (quantum.sourceforge.net) &#8211; this will give you access to your MySQL database from within Flash Builder. Very useful to check what is going on and <a href='http://www.highlander.co.uk/blog/2009/11/24/useful-extras-for-extending-flash-builder-and-eclipse/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Here are some of the plugins that I always install when using Flash Builder. Let me know what you think, and let me know what other plugins you recommend.</p>
<p><span style="color: #ff6600">quantumDB</span> &#8211; (<a rel="nofollow" href="http://quantum.sourceforge.net/" target="_blank">quantum.sourceforge.net</a>) &#8211; this will give you access to your MySQL database from within Flash Builder. Very useful to check what is going on and also to check if your SQL commands return what you think.</p>
<p><span style="color: #ff6600">phpeclipse</span> (<a rel="nofollow" href="http://www.phpeclipse.com/wiki/Installation" target="_blank">www.phpeclipse.com</a>) &#8211; this will install a php editor and internal web browser, so you now do all your php editing from within Flash Builder.</p>
<p><span style="color: #ff6600">flash snippets panel</span> &#8211; (<a rel="nofollow" href="http://www.leebrimelow.com/?p=1494" target="_blank">theflashblog.com/?p=1494</a>) &#8211; this is very new and is still in alpha, but it works brilliantly so far. Check out Lee Brimelow&#8217;s blog for future updates to this. Highly recommended.</p>
<p><span style="color: #ff6600">subclipse</span> &#8211; (<a rel="nofollow" href="http://subclipse.tigris.org/" target="_blank">subclipse.tigris.org</a>) &#8211; this is a very good implementation of svn for FlashBuilder. Highly recommended. It is very easy to add your svn address and then check out the latest version. You can then create a new project from that trunk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.highlander.co.uk/blog/2009/11/24/useful-extras-for-extending-flash-builder-and-eclipse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

