<?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>fallinglab &#187; NetBeans</title>
	<atom:link href="http://www.fallinglab.com/category/netbeans/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fallinglab.com</link>
	<description>It's Not How Far You Fall, It's the Way You Land</description>
	<lastBuildDate>Wed, 17 Mar 2010 21:10:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>JRuby 1.1 en NetBeans 6.1</title>
		<link>http://www.fallinglab.com/2008/08/16/jruby-11-en-netbeans-61/</link>
		<comments>http://www.fallinglab.com/2008/08/16/jruby-11-en-netbeans-61/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 16:49:00 +0000</pubDate>
		<dc:creator>gustavoe</dc:creator>
				<category><![CDATA[JRuby]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.fallinglab.com/2008/08/16/jruby-11-en-netbeans-61/</guid>
		<description><![CDATA[La instalación de JRuby 1.1 incluida en NetBeans 6.1 no funciona en la instalación por defecto, al menos en una gran cantidad de casos. Si bien para la mayoría puede funcionar la alternativa de usar la instalación estándar de Ruby, esto se puede arreglar de forma sencilla, entonces podremos elegir cualquiera de los dos entornos [...]]]></description>
			<content:encoded><![CDATA[<p>La instalación de JRuby 1.1 incluida en NetBeans 6.1 no funciona en la instalación por defecto, al menos en una gran cantidad de casos. Si bien para la mayoría puede funcionar la alternativa de usar la instalación estándar de Ruby, esto se puede arreglar de forma sencilla, entonces podremos elegir cualquiera de los dos entornos para nuestros proyectos.</p>
<p><code><br />
# renombrar la carpeta en el perfil<br />
mv ~/.netbeans/6.1/jruby-1.1 ~/.netbeans/6.1/jruby-1.1.old<br />
</code></p>
<p><code><br />
# crear un link simbólico a la instalación de jruby<br />
ln -s /usr/local/netbeans-6.1/ruby2/jruby-1.1 ~/.netbeans/6.1/jruby-1.1<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fallinglab.com/2008/08/16/jruby-11-en-netbeans-61/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>El poder de Vi en NetBeans</title>
		<link>http://www.fallinglab.com/2008/07/16/el-poder-de-vi-en-netbeans/</link>
		<comments>http://www.fallinglab.com/2008/07/16/el-poder-de-vi-en-netbeans/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 00:57:33 +0000</pubDate>
		<dc:creator>gustavoe</dc:creator>
				<category><![CDATA[Gedit]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Vi]]></category>

		<guid isPermaLink="false">http://www.fallinglab.com/2008/07/16/el-poder-de-vi-en-netbeans/</guid>
		<description><![CDATA[Para aquellos que conocen y disfrutan de la productividad de Vi(m) y quieren tener la funcionalidad que ofrece un IDE como NetBeans les recomiendo instalar el plugin jVi si no lo han hecho aún. jVi es un clon de Vi desarrollado en java y disponible para NetBeans como plugin. La versión más reciente es la [...]]]></description>
			<content:encoded><![CDATA[<p>Para aquellos que conocen y disfrutan de la productividad de <a href="http://www.vim.org/" target="_blank">Vi(m)</a> y quieren tener la funcionalidad que ofrece un IDE como <a href="http://www.netbeans.org/" target="_blank">NetBeans</a> les recomiendo instalar el plugin <a href="http://jvi.sourceforge.net/" target="_blank">jVi</a> si no lo han hecho aún. <a href="http://jvi.sourceforge.net/" target="_blank">jVi</a> es un clon de <a href="http://www.vim.org/" target="_blank">Vi</a> desarrollado en java y disponible para <a href="http://www.netbeans.org/" target="_blank">NetBeans</a> como plugin. La versión más reciente es la <a href="https://sourceforge.net/project/showfiles.php?group_id=3653" target="_blank">1.1.6</a> y anda bien en <a href="http://www.netbeans.org/" target="_blank">NetBeans 6.1</a></p>
<p><strong>Sitio Web:</strong> <a href="http://jvi.sourceforge.net/" target="_blank">http://jvi.sourceforge.net/</a><br />
<strong>Bajar:</strong> <a href="https://sourceforge.net/project/showfiles.php?group_id=3653" target="_blank">https://sourceforge.net/project/showfiles.php?group_id=3653<br />
</a><br />
Hay otra alternativa, <a href="http://viex.sourceforge.net/" target="_blank">Viex</a>, aunque parece no ser tan madura ni completa como la anterior.</p>
<p>También para quienes usan <a href="http://www.gnome.org/projects/gedit/" target="_blank">Gedit</a>, en mi caso uso ambos, hay una herramienta similar: <a href="https://launchpad.net/vigedit/" target="_blank">ViGedit</a></p>
<p><strong>Bajar:</strong> <a href="https://launchpad.net/vigedit/" target="_blank">https://launchpad.net/vigedit/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fallinglab.com/2008/07/16/el-poder-de-vi-en-netbeans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apariencia de Netbeans en Ubuntu</title>
		<link>http://www.fallinglab.com/2008/05/11/apariencia-de-netbeans-en-ubuntu/</link>
		<comments>http://www.fallinglab.com/2008/05/11/apariencia-de-netbeans-en-ubuntu/#comments</comments>
		<pubDate>Sun, 11 May 2008 15:34:20 +0000</pubDate>
		<dc:creator>gustavoe</dc:creator>
				<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.fallinglab.com/?p=3</guid>
		<description><![CDATA[Para todos aquellos preocupados por la horrible apariencia de Netbeans corriendo en Linux les recomiendo que instalen el módulo Substance. Eso mejora bastante las cosas, aunque tiene algunos pequeños detalles. Este es un exhaustivo artículo acerca de Substance:Customizing the Look and Feel of the Netbeans IDE Pueden bajar el módulo desde acá]]></description>
			<content:encoded><![CDATA[<p>Para todos aquellos preocupados por la horrible apariencia de Netbeans corriendo en Linux les recomiendo que instalen el módulo Substance. Eso mejora bastante las cosas, aunque tiene algunos pequeños detalles.</p>
<p><a href="http://www.fallinglab.com/wp-content/uploads/2008/05/netbeans_bn.gif"><img title="Netbeans 6.1" src="http://www.fallinglab.com/wp-content/uploads/2008/05/netbeans_bn.gif" border="0" alt="" width="210" height="45" /></a></p>
<p>Este es un exhaustivo artículo acerca de Substance:<a href="http://wiki.netbeans.org/LookAndFeel#section-LookAndFeel-InstallingSubstanceNetbeansPlugin">Customizing the Look and Feel of the Netbeans IDE</a></p>
<p>Pueden bajar el módulo desde <a href="http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=815">acá</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fallinglab.com/2008/05/11/apariencia-de-netbeans-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

