<?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>Next Door Hacker &#187; programming</title>
	<atom:link href="http://www.nextdoorhacker.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nextdoorhacker.com</link>
	<description>I&#039;m just your friendly neighborhood hacker</description>
	<lastBuildDate>Mon, 05 Apr 2010 09:44:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eclipse has block selection? Awesome! err.. finally</title>
		<link>http://www.nextdoorhacker.com/2009/12/eclipse-has-block-selection-awesome-err-finally/</link>
		<comments>http://www.nextdoorhacker.com/2009/12/eclipse-has-block-selection-awesome-err-finally/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 09:45:11 +0000</pubDate>
		<dc:creator>Prasanna</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://www.nextdoorhacker.com/?p=203</guid>
		<description><![CDATA[Just noticed this &#8220;block selection&#8221; feature in eclipse. What this lets you do is select a block of text instead of just lines. Suppose you wanted to copy
1 class Hello:
2               def __init__(self):
3                               print &#8220;hello&#8221;
If you [...]]]></description>
			<content:encoded><![CDATA[<p>Just noticed this &#8220;block selection&#8221; feature in eclipse. What this lets you do is select a block of text instead of just lines. Suppose you wanted to copy</p>
<blockquote><p>1 class Hello:<br />
2               def __init__(self):<br />
3                               print &#8220;hello&#8221;</p></blockquote>
<p>If you wanted to copy this, I&#8217;d put in vim and run :%s/^\(\d\+\)\s //g [Double check this]<br />
to remove the line numbers or depending on how much I&#8217;d like to tinker, perl.. Now I can just do it in eclipse. Something I&#8217;ve wanted to do since my pre-regexp days..</p>
<p>Notepad++ has had this feature since forever, but its nice to see this in eclipse finally.<br />
http://www.vasanth.in/2009/03/31/eclipse-tip-block-selection-mode/</p>
<p>Granted, it doesn&#8217;t really really add much for me personally, I&#8217;ve heard a bunch of people ditching eclipse for Notepad++, so here you go!<br />
Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nextdoorhacker.com/2009/12/eclipse-has-block-selection-awesome-err-finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with Netbeans and Eclipse together</title>
		<link>http://www.nextdoorhacker.com/2009/05/working-with-netbeans-and-eclipse-together/</link>
		<comments>http://www.nextdoorhacker.com/2009/05/working-with-netbeans-and-eclipse-together/#comments</comments>
		<pubDate>Sat, 16 May 2009 20:27:39 +0000</pubDate>
		<dc:creator>Prasanna</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.nextdoorhacker.com/?p=117</guid>
		<description><![CDATA[I am a huge fan of Eclipse. However, I should be honest in that Netbeans was my first Java IDE and that&#8217;s where I learned most of Java from (before college of course). So, it still holds some special place in my heart. What I like about Netbeans is that it makes GUI design in [...]]]></description>
			<content:encoded><![CDATA[<p>I am a huge fan of Eclipse. However, I should be honest in that Netbeans was my first Java IDE and that&#8217;s where I learned most of Java from (before college of course). So, it still holds some special place in my heart. What I like about Netbeans is that it makes GUI design in Swing very easy if you know how to do it properly. However, after Netbeans 4.5, I felt it lost some of the focus I wanted for Java and it seemed to make things harder to do that I&#8217;d like.  Of course, I was into eclipse already and didn&#8217;t see much point in switching to another IDE for the hell of it. Who will memorize all the shortcuts for me?</p>
<p>Now, of course I had this crazy idea to work on IRC again which soon enough turned to cloning a popular chat client. Now, I needed to make some user interfaces. After trying to do it old fashioned way in Eclipse for about an hour, I decided to download Netbeans 6.5.1 and give it a go. What I discovered was that I can import my eclipse projects</p>
<p>from File&gt;Import Project &gt; Eclipse Project</p>
<p>You give the eclipse project location in the workspace and your Netbeans project location</p>
<p>After you work with it for a bit, for example work on making a GUI, you can just right click the project and say resynchronize with Eclipse</p>
<p>You can safely go back to eclipse and work more (after doing refresh in Eclipse of course)</p>
<p>This works both ways.</p>
<p>Enjoy hacking in Java. <img src='http://www.nextdoorhacker.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nextdoorhacker.com/2009/05/working-with-netbeans-and-eclipse-together/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
