<?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>Some More Bytes &#187; Eclipse</title>
	<atom:link href="http://somemorebytes.com/wp/index.php/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://somemorebytes.com/wp</link>
	<description>in the binary maze...</description>
	<lastBuildDate>Tue, 22 Mar 2011 19:17:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Ubuntu 9.10 + Eclipse + Subclipse = JavaHL problems?</title>
		<link>http://somemorebytes.com/wp/index.php/2010/04/ubuntu-9-10-eclipse-subclipse-javahl-problems/</link>
		<comments>http://somemorebytes.com/wp/index.php/2010/04/ubuntu-9-10-eclipse-subclipse-javahl-problems/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 18:40:25 +0000</pubDate>
		<dc:creator>somemorebytes</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javahl]]></category>
		<category><![CDATA[subclipse]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://somemorebytes.com/wp/?p=508</guid>
		<description><![CDATA[Fixing javaHL missing libraries]]></description>
			<content:encoded><![CDATA[<p>Are you experiencing problems with the Subclipse plugin for eclipse? Well, I am too. The solution however, is pretty straighforward.</p>
<p>I&#8217;m using  a custom eclipse installation. The ubuntu repositories package is too old, so I always update my eclipse installation from the eclipse <a href="http://eclipse.org" target="_blank">website</a>. I install it to /opt/eclipse. If you&#8217;re using the default installation package, just look for yor install forlder, probably somewhere near /usr/share.</p>
<p>Now, I assume you installed the subclipse plugin, a nice SVN client. This client uses JavaHL libraries to communicate to the svn program istelf, and  unfortunately, this libraries installation is up to you. If you do not have them, subclipse will complain about missing libraries each time you need to do somthing svn-related. So, to fix if:</p>
<ol>
<li>Install the javaHL libraries:<br />
<code>sudo apt-get install libsvn-java</code></li>
<li>Tell eclipse where to look for them. Edit the file /opt/eclipse/eclipse.ini (or /your-eclipse-path/eclipse.ini), and locate the line:<br />
<code>-vmargs</code><br />
Now just below this line, add the following one:<br />
<code>-Djava.library.path=/usr/lib/jni</code></li>
<li>Happy coding!.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://somemorebytes.com/wp/index.php/2010/04/ubuntu-9-10-eclipse-subclipse-javahl-problems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reduce eye strain with color schemes while coding</title>
		<link>http://somemorebytes.com/wp/index.php/2010/02/reduce-eye-strain-with-color-schemes-while-coding/</link>
		<comments>http://somemorebytes.com/wp/index.php/2010/02/reduce-eye-strain-with-color-schemes-while-coding/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 16:09:29 +0000</pubDate>
		<dc:creator>somemorebytes</dc:creator>
				<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Colo]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[Editplus]]></category>
		<category><![CDATA[Notepad++]]></category>
		<category><![CDATA[Styles]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://somemorebytes.com/wp/?p=328</guid>
		<description><![CDATA[Color schemes for Visual Studio, Eclipse, Editplus and Notepad++]]></description>
			<content:encoded><![CDATA[<p>Those who spend many hours in front of an IDE writing code will know how much an LCD screen can make your eyes strain.</p>
<p>It is not new that monospaced fonts make an overall better alignment, improving the scan speed while reading code. There are a lot of Monospaced fonts there. The one I&#8217;ve been using is called <strong>Consolas</strong>. Just google it and you&#8217;ll find a lot more. ProggyFonts, Pragmata and Inconsolata are great too. However, proportional fonts are in general a bit easier on the eye. I compensate this modifying the color scheme of my editors.<br />
<span id="more-328"></span><br />
Color schemes can help you improve redability on the code while providing a more comfortable experience using less contrast between the background of the screen and the font. My personal solution for many years was just setting the background color of my code editors in a medium gray tone instead the default white. Just this small change already did a great good to my eyes.</p>
<p>Recently, I&#8217;ve been looking for real color schemes, with appropiate syxtax color styles. There&#8217;s a lot <a href="http://www.hanselman.com/blog/VisualStudioProgrammerThemesGallery.aspx" target="_blank">written</a> <a href="http://winterdom.com/category/vs-color-scheme" target="_blank">about </a>this. In my search I came up with <a href="http://slinky.imukuppi.org/zenburnpage/" target="_blank">Zenburn</a>, a Vim color scheme, and I inmediately fell in love with it.</p>
<p>Using <strong>Zenburn</strong> with the <strong>Consolas</strong> font is in my opinion one of the best editor setups for coding during long hours, specially in the dark.</p>
<p>Here you have some links:</p>
<p><a href="http://www.codinghorror.com/blog/2006/09/is-your-ide-hot-or-not.html" target="_blank">Zenburn For Visual Studio</a> (Jeff Attwood)<br />
<a href="http://blog.nankov.com/2009/09/02/visual-studio-low-contrast-theme-zenburn-remixed/" target="_blank">Zenburn Remixed for Visual Studio</a> (more relaxed highlight and command console). This is the one I&#8217;m using, just with a smaller font.<br />
<a href="http://chaosteil.googlepages.com/stylers.xml" target="_blank">Zenburn for Notepad++</a> (better than the integrated one)<br />
<a href="http://www.vim.org/scripts/script.php?script_id=415" target="_blank">Zenburn for Vim</a><br />
<a href="http://blog.edwards-research.com/2009/11/color-schemes-for-eclipse-cdt-3/" target="_blank">Zenburn (and more) for Eclipse and CDT</a></p>
<div id="attachment_333" class="wp-caption alignleft" style="width: 160px"><a href="http://somemorebytes.com/wp/wp-content/uploads/2010/03/zenburn.jpg" rel="lightbox[328]"><img class="size-thumbnail wp-image-333" title="zenburn" src="http://somemorebytes.com/wp/wp-content/uploads/2010/03/zenburn-150x150.jpg" alt="GVim zenburn screenshot" width="150" height="150" /></a><p class="wp-caption-text">Gvim Zenburn</p></div>
]]></content:encoded>
			<wfw:commentRss>http://somemorebytes.com/wp/index.php/2010/02/reduce-eye-strain-with-color-schemes-while-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  somemorebytes.com/wp/index.php/tag/eclipse/feed/ ) in 0.38860 seconds, on Feb 5th, 2012 at 4:27 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 5th, 2012 at 5:27 pm UTC -->
