<?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>mat janson blanchet &#187; Eclipse</title>
	<atom:link href="http://jansensan.net/category/eclipse/feed" rel="self" type="application/rss+xml" />
	<link>http://jansensan.net</link>
	<description></description>
	<lastBuildDate>Tue, 10 Aug 2010 12:29:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding web browsers to Eclipse on Mac OS X</title>
		<link>http://jansensan.net/adding-web-browsers-to-eclipse</link>
		<comments>http://jansensan.net/adding-web-browsers-to-eclipse#comments</comments>
		<pubDate>Sun, 28 Feb 2010 22:23:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://jansensan.net/?p=162</guid>
		<description><![CDATA[As a web developer, I need to be able to use many browsers. I also use one browser for actually browsing the web, and another to develop.
Eclipse offers the possibility to target browsers. Simply go into the preferences of Eclipse, then into the "General" section, and then into the "Web Browser" subsection. You can next [...]]]></description>
			<content:encoded><![CDATA[<p>As a web developer, I need to be able to use many browsers. I also use one browser for actually browsing the web, and another to develop.</p>
<p>Eclipse offers the possibility to target browsers. Simply go into the preferences of Eclipse, then into the "General" section, and then into the "Web Browser" subsection. You can next check the "Use external Web browser" to use a browser that is not part of Eclipse.</p>
<p><img class="alignnone" title="Eclipse Web browser preferences" src="http://jansensan.net/images/blog/post0010_001.jpg" alt="" width="640" height="360" /></p>
<p>If your browser of choice is not on that list, you can click on "New" to add another one.</p>
<p><img class="aligncenter" title="Add new browser to Eclipse" src="http://jansensan.net/images/blog/post0010_002.jpg" alt="" width="455" height="239" /></p>
<p>For example, I add Safari here. I selected the application from the "Applications" folder, however I got this:</p>
<p><img class="aligncenter" title="Error when adding a browser in Eclipse" src="http://jansensan.net/images/blog/post0010_003.jpg" alt="" width="518" height="137" /></p>
<p>That is quite baffling... I did as I usually would by selecting the Safari.app file, and got an error. I will be honest, I have no idea if this occurs on Windows, as I do not have access to that OS anymore.</p>
<p>I decided to try something before I googled for anything. I decided to go into the package content of the application.</p>
<p>If you are not familiar with this, know that in Mac OS X you can right-click onto an application and select "Show Package Contents". This will present you the files that make up the application. The actual application file can be found in the "Contents/MacOS" folder.</p>
<p>Now, you cannot do all that from the Finder window that opens when you browse for files from an application. I believe that in this regards, Windows is better, since you actually have access to all the functionalities of the File Explorer even when browsing from whithin applications.</p>
<p>So, where does that leave us? Well, then the idea is to get the location of the file outside of Eclipse. You can always get such a location by dragging a file into the Terminal, or even into Spotlight. Then copy that location and paste it in the appropriate field.</p>
<p>There you go, multiple browsers are now available to you!</p>
]]></content:encoded>
			<wfw:commentRss>http://jansensan.net/adding-web-browsers-to-eclipse/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Flash Builder plugin changes Eclipse&#8217;s UI language</title>
		<link>http://jansensan.net/installing-flash-builder-plugin-changes-eclipse_s-ui-language</link>
		<comments>http://jansensan.net/installing-flash-builder-plugin-changes-eclipse_s-ui-language#comments</comments>
		<pubDate>Mon, 14 Sep 2009 22:24:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flash Builder]]></category>

		<guid isPermaLink="false">http://jansensan.net/?p=19</guid>
		<description><![CDATA[If you are using Eclipse in a different language than your OS, that is. And on Mac OSX. Anyways that is what I faced. Hear my tale and be baffled!
Let's backtrack a bit. My OS is in French, as I am French Canadian. Whenever I use software that requires that I write (namely MS Word, [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using Eclipse in a different language than your OS, that is. And on Mac OSX. Anyways that is what I faced. Hear my tale and be baffled!</p>
<p>Let's backtrack a bit. My OS is in French, as I am French Canadian. Whenever I use software that requires that I write (namely MS Word, but also utilities for emails, etc.), I want my software in my native language. However, in the case of programming (and that actually goes for Adobe's Creative Suite as well) I want my software in English. A simple matter of aligning more properly with a lot of tutorials online.</p>
<p>As stated in my <a href="http://jansensan.net/my-setup" target="_blank">previous post</a>, I use Eclipse to program, and my setup is in English. After installing the Flash Builder plugin, I ended up with Eclipse's UI switched to French. Erh... what gives? During the process of installation, I did not chose French at any point.</p>
<p>I uninstalled and reinstalled Eclipse and Flash Builder a couple of times to see where I had gone wrong. Nowhere.</p>
<p>The answer came from a similar question asked on the <a href="http://forums.adobe.com/thread/448441" target="_blank">Adobe forums</a>. The explanation given on the forum is for Gumbo, here is a translation for Eclipse:</p>
<ol>
<li> Exit Eclipse and open the finder and go to the Eclipse install directory</li>
<li> Right-click on Eclipse and select "Show Package contents"</li>
<li> Navigate to Contents &gt; MacOS</li>
<li> Edit Eclipse.ini in TextEdit</li>
<li> Below the line "-vmargs", enter "-Duser.language=en" and then "-Duser.country=CA" (or "-Duser.country=US")</li>
</ol>
<p>The guy on the forum seemed to have the wrong language installed, so instead of asking him to uninstall and reinstall Flash Builder, the Adobe employee suggested this option. Fair enough. However I do not understand why I had to go through the same steps when I decided to install the plugin in English. Why has the plugin decided to take my OS language rather than the one I chose during the installation? As James Paterson says, Flash is surrounded by black magic!</p>
]]></content:encoded>
			<wfw:commentRss>http://jansensan.net/installing-flash-builder-plugin-changes-eclipse_s-ui-language/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My setup</title>
		<link>http://jansensan.net/my-setup</link>
		<comments>http://jansensan.net/my-setup#comments</comments>
		<pubDate>Mon, 14 Sep 2009 04:30:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://jansensan.net/clients/jansensan/?p=1</guid>
		<description><![CDATA[
I've been thinking of what to write for my first post, other than "Welcome to this blog". I realized that since I intend to share my work habits and to make some tutorials out of what I have learned the past few years, I might as well present how I work.
I have tried different ways [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="Jansensan's Eclipse Setup" src="http://jansensan.net/images/blog/post0001_setup_640x360.jpg" alt="Jansensan's Eclipse Setup" width="640" height="360" /></p>
<p>I've been thinking of what to write for my first post, other than "Welcome to this blog". I realized that since I intend to share my work habits and to make some tutorials out of what I have learned the past few years, I might as well present how I work.</p>
<p>I have tried different ways of writing ActionScript over the last years: the Flash IDE (not really efficient), <a href="http://www.flashdevelop.org/" target="_blank">FlashDevelop</a> (is a good start), <a href="http://www.adobe.com/products/flex/" target="_blank">Flex Builder</a> and finally <a href="http://www.eclipse.org/" target="_blank">Eclipse</a>. Ok, the last two are actually the same. Here is why I am now using Eclipse to write my ActionScript projects, and sometimes even other projets.</p>
<p>The Flash IDE is a great visual tool as it merges some parts of Photoshop, Illustrator, After Effects and a code editor. However, try as you might, you can be good at a lot of things, but rarely can you master them all. The code completion in the Flash IDE is less than optimal, I haven't found a way to create snippets and honestly, it's missing many customization options.</p>
<p>FlashDevelop is great. Honestly. But you have to have a Windows system. Ever since I bought my MacBook Pro, I don't have that anymore. Sure I could install Parallels, but I think it's a lot of time wasted in an efficient workflow.</p>
<p>When I started at Sid Lee, I switched to Flex Builder since this is the tool used there. At iCongo, where I worked previously, we were using Eclipse, so I kind of got used to that workflow. After Flash Builder's (or Gumbo's) release, I struggled with some bugs and decided to move back to Eclipse.</p>
<p>I now use Eclipse 3.4 with the <a href="http://labs.adobe.com/technologies/flashbuilder4/" target="_blank">Flash Builder 4 plugin</a>. I prefer Eclipse to Flash Builder as the base IDE since Eclipse already includes an XML and HTML editor. Another huge... ok, let me rephrase... HUGE advantage that Eclipse has over FlashDevelop is the fact that Eclipse has a plugin for dealing with <a href="http://en.wikipedia.org/wiki/Subversion_%28software%29" target="_blank">SVN</a>, which I think is crucial for teamwork. Oh yea, you can install <a href="http://tortoisesvn.tigris.org/" target="_blank">TortoiseSVN</a> on your machine and deal with SVN separately from your code, but let's face it, that offers more chances for your team to mess the SVN flow.</p>
<p>So, to sum it up, I added the <a href="http://subclipse.tigris.org/" target="_blank">Subclipse</a> plugin to my Eclipse setup.</p>
<p>I also added the <a title="FlexFormatter" href="http://sourceforge.net/projects/flexformatter/" target="_blank">FlexFormatter</a> plugin, which allows me to format my code automatically the way i want. Quite useful when you are a neat freak like me.</p>
<p>When working with Java developpers at iCongo, I have seen that they had a tab for tasks, which I found useful. When I code, I may not want to write all the code at once, so I need to sprinkle some reminders along the way. The TODO and FIXME tags are quite useful in that sense. The <a href="http://www.richinternet.de/blog/index.cfm?entry=911D4B57-0F0D-5A73-AF6F4D4D04099757" target="_blank">Flex Builder 2 task extension</a> does just the thing!</p>
<p>Finally, since I started to edit my WordPress blog, I added a <a href="http://www.phpeclipse.com/" target="_blank">PHP extension</a> to my Eclipse.</p>
<p>If I was only work oriented, that would be sufficient. But I like my work environment to look great. I remembered three articles that <a href="http://theflashblog.com/" target="_blank">Lee Brimelow</a> wrote about making your Eclipse look better (<a href="http://theflashblog.com/?p=483" target="_blank">Pimp my Eclipse part 1</a>, <a href="http://theflashblog.com/?p=484" target="_blank">part 2</a>, <a href="http://theflashblog.com/?p=486" target="_blank">part 3</a>). There is a lot of stuff from his articles I did not use, but that could be useful nevertheless.</p>
]]></content:encoded>
			<wfw:commentRss>http://jansensan.net/my-setup/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
