<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Drop IDEA, move to Eclipse? No open source license from IntelliJ</title>
	<atom:link href="http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/feed/" rel="self" type="application/rss+xml" />
	<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/</link>
	<description></description>
	<lastBuildDate>Mon, 15 Mar 2010 13:03:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-155260</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Tue, 26 Aug 2008 06:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-155260</guid>
		<description>@Jose: You won&#039;t regret it, IDEA 8.0M1 is great - even better than 7.0 (Performance and features)</description>
		<content:encoded><![CDATA[<p>@Jose: You won&#8217;t regret it, IDEA 8.0M1 is great &#8211; even better than 7.0 (Performance and features)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-154916</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Mon, 25 Aug 2008 18:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-154916</guid>
		<description>I just started delving into IntellijIDEA 7.0. I am a fervent Eclipse user (4 years using it). I tried Netbeans, it looks nice, great as an RCP, but haven&#039;t given it the time it needs. I downloaded IDEA after a fellow employee &quot;preached the Good News&quot; to me. It looks interesting, chock full of many features. My trial ends September 21, still trying to get over the learning curve. I may convert in the next couple of weeks; we&#039;ll see... :)</description>
		<content:encoded><![CDATA[<p>I just started delving into IntellijIDEA 7.0. I am a fervent Eclipse user (4 years using it). I tried Netbeans, it looks nice, great as an RCP, but haven&#8217;t given it the time it needs. I downloaded IDEA after a fellow employee &#8220;preached the Good News&#8221; to me. It looks interesting, chock full of many features. My trial ends September 21, still trying to get over the learning curve. I may convert in the next couple of weeks; we&#8217;ll see&#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nadav</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-51204</link>
		<dc:creator>Nadav</dc:creator>
		<pubDate>Sun, 27 Jan 2008 02:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-51204</guid>
		<description>While there&#039;s a jungle of features, Eclipse is centered around the Eclipse-Platform (basically notepad on steroids with a project workspace), and the Eclipse-Java-Development-Tools (Java development support on top of Eclipse-Platform).

The default distribution throws in stuff like Team Support (a generic SCM facade with CVS bindings builtin), Task Management(Mylyn), and so on, and so forth.

Eclipse also provides other distributions (web development, embedded development, C/C  , etc...), but it is often superfluous in my opinion (I particularly dislike Eclipse WST).

Eclipse has grown a lot and still is (I think I read somwhere: ~7M lines of code in 3.2, ~17M lines of code in 3.3), but most of this stuff just sits in the plugin repository and never gets installed -- the base product hasn&#039;t grown THAT much.

If you ever want to shed some Eclipse bloat, just download Eclipse Platform and cherrypick your features through the update-manager. I find that Eclipse JDT is actually very good (supposedly less refactorings than in IDEA, but a lot more than NetBeans), and the Eclipse compiler (yes, they wrote their own compiler) is very fast. Eclipse Mylyn is always a must for me, and I&#039;m hoping for a Eclipse or Selenic backed Mercurial plugin.

Word of advice regarding not having the developer in mind: have a look at Eclipse Mylyn, it really makes a developer&#039;s life simpler while maintaining large projects, and helps distribute tasks w/o encumbering the workflow.</description>
		<content:encoded><![CDATA[<p>While there&#8217;s a jungle of features, Eclipse is centered around the Eclipse-Platform (basically notepad on steroids with a project workspace), and the Eclipse-Java-Development-Tools (Java development support on top of Eclipse-Platform).</p>
<p>The default distribution throws in stuff like Team Support (a generic SCM facade with CVS bindings builtin), Task Management(Mylyn), and so on, and so forth.</p>
<p>Eclipse also provides other distributions (web development, embedded development, C/C  , etc&#8230;), but it is often superfluous in my opinion (I particularly dislike Eclipse WST).</p>
<p>Eclipse has grown a lot and still is (I think I read somwhere: ~7M lines of code in 3.2, ~17M lines of code in 3.3), but most of this stuff just sits in the plugin repository and never gets installed &#8212; the base product hasn&#8217;t grown THAT much.</p>
<p>If you ever want to shed some Eclipse bloat, just download Eclipse Platform and cherrypick your features through the update-manager. I find that Eclipse JDT is actually very good (supposedly less refactorings than in IDEA, but a lot more than NetBeans), and the Eclipse compiler (yes, they wrote their own compiler) is very fast. Eclipse Mylyn is always a must for me, and I&#8217;m hoping for a Eclipse or Selenic backed Mercurial plugin.</p>
<p>Word of advice regarding not having the developer in mind: have a look at Eclipse Mylyn, it really makes a developer&#8217;s life simpler while maintaining large projects, and helps distribute tasks w/o encumbering the workflow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-48861</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Mon, 14 Jan 2008 05:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-48861</guid>
		<description>Eclipse performance is sad. I mean ... everything I do in Eclipse causes my 2ghz, 4gb Core Duo to hang.</description>
		<content:encoded><![CDATA[<p>Eclipse performance is sad. I mean &#8230; everything I do in Eclipse causes my 2ghz, 4gb Core Duo to hang.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-48851</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 14 Jan 2008 03:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-48851</guid>
		<description>IDEA performance is sad compared to Eclipse.  I mean.. everything I do in IDEA causes my Core Duo to stutter.</description>
		<content:encoded><![CDATA[<p>IDEA performance is sad compared to Eclipse.  I mean.. everything I do in IDEA causes my Core Duo to stutter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vanyatka</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-44686</link>
		<dc:creator>vanyatka</dc:creator>
		<pubDate>Sun, 16 Dec 2007 16:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-44686</guid>
		<description>You probably right, but I&#039;ve just starting using Eclipse, and cannot tell whether it has improved a lot since the first release, or staying the same it used to be. But on the other hand, usability is a matter of getting used to things. If it is possible to perform certain operation with a reasonable number of key strokes-clicks, you can get used to it. That&#039;s the solace I see in using Eclipse.</description>
		<content:encoded><![CDATA[<p>You probably right, but I&#8217;ve just starting using Eclipse, and cannot tell whether it has improved a lot since the first release, or staying the same it used to be. But on the other hand, usability is a matter of getting used to things. If it is possible to perform certain operation with a reasonable number of key strokes-clicks, you can get used to it. That&#8217;s the solace I see in using Eclipse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-44279</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Thu, 13 Dec 2007 20:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-44279</guid>
		<description>In my opinion Eclipse is not getting better and better. It gets more features but doesn&#039;t improve usability and feel.</description>
		<content:encoded><![CDATA[<p>In my opinion Eclipse is not getting better and better. It gets more features but doesn&#8217;t improve usability and feel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vanyatka</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-44037</link>
		<dc:creator>vanyatka</dc:creator>
		<pubDate>Wed, 12 Dec 2007 08:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-44037</guid>
		<description>I must say I&#039;m getting used to Eclipse. Human can get used to everything, it&#039;s just good things take less time for that :)
Anyway, it feels good that Eclipse is a free product, which can only get better and better, and no one can take it from you.</description>
		<content:encoded><![CDATA[<p>I must say I&#8217;m getting used to Eclipse. Human can get used to everything, it&#8217;s just good things take less time for that :)<br />
Anyway, it feels good that Eclipse is a free product, which can only get better and better, and no one can take it from you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vanyatka</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-40769</link>
		<dc:creator>vanyatka</dc:creator>
		<pubDate>Sat, 24 Nov 2007 17:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-40769</guid>
		<description>I wonder if ppl get paid for developing open-source projects like eclipse. Does anyone pay for eclipse support? For developing new features? I&#039;m just trying to understand what is the driving force behind the project, and how far it can possibly go.</description>
		<content:encoded><![CDATA[<p>I wonder if ppl get paid for developing open-source projects like eclipse. Does anyone pay for eclipse support? For developing new features? I&#8217;m just trying to understand what is the driving force behind the project, and how far it can possibly go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vanyatka</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-40693</link>
		<dc:creator>vanyatka</dc:creator>
		<pubDate>Sat, 24 Nov 2007 06:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-40693</guid>
		<description>Totally agree. Just now needed to comment out some lines in .xml config file. Turns out Eclipse commenting only works with .java source file, not with .xml files. A trifle, but how annoying. 

I wish JBoss team could put their efforts into better direction, but to ask them develop plugins for IDEA insted of for Eclipse is ridiculous :)</description>
		<content:encoded><![CDATA[<p>Totally agree. Just now needed to comment out some lines in .xml config file. Turns out Eclipse commenting only works with .java source file, not with .xml files. A trifle, but how annoying. </p>
<p>I wish JBoss team could put their efforts into better direction, but to ask them develop plugins for IDEA insted of for Eclipse is ridiculous :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-40624</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 23 Nov 2007 21:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-40624</guid>
		<description>I have to work with Eclipse everyday. It&#039;s a pain. The usability is low, the IDE is slow and often does stupid things. A pain. I can&#039;t see what people find in Eclipse.</description>
		<content:encoded><![CDATA[<p>I have to work with Eclipse everyday. It&#8217;s a pain. The usability is low, the IDE is slow and often does stupid things. A pain. I can&#8217;t see what people find in Eclipse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vanyatka</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-40520</link>
		<dc:creator>vanyatka</dc:creator>
		<pubDate>Fri, 23 Nov 2007 08:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-40520</guid>
		<description>Hi all,

I&#039;m facing the same problem, but in a bit different way. Money is not an issue, I simply can&#039;t make up my mind which one IDEA or Eclipse has a future. Recently I&#039;ve started developing JEE application using JBoss Seam, which is by default equipped with essential plugins for Eclipse, mainly developed by JBoss people, but being an open-source project contributed by ppl arond the globe. IDEA simply don&#039;t have that. You have to adapt, you have to make hacks, you have to wait for someone to make a plugin for new features etc. This is pain. What&#039;s worse is that Eclipse is not a lesser pain, but it&#039;s growing rapidly, at least in terms of functionality. I&#039;m just not sure if I should keep investing my time in IDEA, or grit my teeth and switch over to eclipse, it&#039;s gonna be painful, but in the end I probaly would do it anyway, so the sooner the better.

ps. I envy MS developers in terms of tooling and IDEs. In java world the standards are given the most priority, they are polished, but Tools are far from mature.</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I&#8217;m facing the same problem, but in a bit different way. Money is not an issue, I simply can&#8217;t make up my mind which one IDEA or Eclipse has a future. Recently I&#8217;ve started developing JEE application using JBoss Seam, which is by default equipped with essential plugins for Eclipse, mainly developed by JBoss people, but being an open-source project contributed by ppl arond the globe. IDEA simply don&#8217;t have that. You have to adapt, you have to make hacks, you have to wait for someone to make a plugin for new features etc. This is pain. What&#8217;s worse is that Eclipse is not a lesser pain, but it&#8217;s growing rapidly, at least in terms of functionality. I&#8217;m just not sure if I should keep investing my time in IDEA, or grit my teeth and switch over to eclipse, it&#8217;s gonna be painful, but in the end I probaly would do it anyway, so the sooner the better.</p>
<p>ps. I envy MS developers in terms of tooling and IDEs. In java world the standards are given the most priority, they are polished, but Tools are far from mature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-33696</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Wed, 10 Oct 2007 05:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-33696</guid>
		<description>@Curtis: I&#039;ve been using Eclispe 3.3 for some time now, nice but essentially nothing has changed. Code completetion and other features are still not as clever as IDEA is, inspections are not thtat good as IDEA. The Groovy/Grails plugin is more powerfull than the one in Eclipse. More or less Eclipse is a collection of features with no thoughts about usability and the developer in my opinion.</description>
		<content:encoded><![CDATA[<p>@Curtis: I&#8217;ve been using Eclispe 3.3 for some time now, nice but essentially nothing has changed. Code completetion and other features are still not as clever as IDEA is, inspections are not thtat good as IDEA. The Groovy/Grails plugin is more powerfull than the one in Eclipse. More or less Eclipse is a collection of features with no thoughts about usability and the developer in my opinion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-33691</link>
		<dc:creator>Curtis</dc:creator>
		<pubDate>Wed, 10 Oct 2007 02:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-33691</guid>
		<description>IDEA, quite simply, sucks when compared to Eclipse. 

I have used both...extensively. Eclipse is by far the better IDE. The problem, as I see it, is that people like IDEA for what it is and Eclipse for what it isn&#039;t. Eclipse is not IDEA; it is better!

If someone hasn&#039;t tried Eclipse in the 3.3 series, they are doing themselves a disservice.</description>
		<content:encoded><![CDATA[<p>IDEA, quite simply, sucks when compared to Eclipse. </p>
<p>I have used both&#8230;extensively. Eclipse is by far the better IDE. The problem, as I see it, is that people like IDEA for what it is and Eclipse for what it isn&#8217;t. Eclipse is not IDEA; it is better!</p>
<p>If someone hasn&#8217;t tried Eclipse in the 3.3 series, they are doing themselves a disservice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-33509</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Mon, 08 Oct 2007 18:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-33509</guid>
		<description>@Kenneth, @Nigel: You&#039;re right. My run in with Eclipse on several contract occasions and as the current IDE I use at work makes me think about the $249/year. Eclipse is so much less pleasure. Yes, none compares to IDEA. IDEA is developed with the developer in mind. Eclipse is developed with features and plugins in mind.

Hi Ilia, thanks I&#039;ll do. Otherwise I get a personal license. I decided IDEA is worth the price.</description>
		<content:encoded><![CDATA[<p>@Kenneth, @Nigel: You&#8217;re right. My run in with Eclipse on several contract occasions and as the current IDE I use at work makes me think about the $249/year. Eclipse is so much less pleasure. Yes, none compares to IDEA. IDEA is developed with the developer in mind. Eclipse is developed with features and plugins in mind.</p>
<p>Hi Ilia, thanks I&#8217;ll do. Otherwise I get a personal license. I decided IDEA is worth the price.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilia Dumov</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-33489</link>
		<dc:creator>Ilia Dumov</dc:creator>
		<pubDate>Mon, 08 Oct 2007 16:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-33489</guid>
		<description>Hi Stephan,
 
I&#039;m the OS guy at JetBrains, but i haven&#039;t seen your request for a license... The easiest way to send us your info is right here: http://www.jetbrains.com/idea/buy/buy.html#openSource. Of course, you can also write me directly at ilya(dot)dumov(at)jetbrains(dot)com. Tell me a little more about your project, and I&#039;ll take a look at it!</description>
		<content:encoded><![CDATA[<p>Hi Stephan,</p>
<p>I&#8217;m the OS guy at JetBrains, but i haven&#8217;t seen your request for a license&#8230; The easiest way to send us your info is right here: <a href="http://www.jetbrains.com/idea/buy/buy.html#openSource" rel="nofollow">http://www.jetbrains.com/idea/buy/buy.html#openSource</a>. Of course, you can also write me directly at ilya(dot)dumov(at)jetbrains(dot)com. Tell me a little more about your project, and I&#8217;ll take a look at it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-33478</link>
		<dc:creator>Nigel</dc:creator>
		<pubDate>Mon, 08 Oct 2007 14:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-33478</guid>
		<description>Is $249/year such a big issue that you&#039;d rather spend time learning a new IDE?</description>
		<content:encoded><![CDATA[<p>Is $249/year such a big issue that you&#8217;d rather spend time learning a new IDE?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-33454</link>
		<dc:creator>Kenneth</dc:creator>
		<pubDate>Mon, 08 Oct 2007 09:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-33454</guid>
		<description>I faced similar situation and decided to get a personal license. It was painful at the beginning but because I personally find not other IDE that fit my needs in a very short time, I got almost no choice. I&#039;ve used Eclipse for 2 years, Netbeans for few months and JDeveloper for weeks but IMHO none compares with IDEA.</description>
		<content:encoded><![CDATA[<p>I faced similar situation and decided to get a personal license. It was painful at the beginning but because I personally find not other IDE that fit my needs in a very short time, I got almost no choice. I&#8217;ve used Eclipse for 2 years, Netbeans for few months and JDeveloper for weeks but IMHO none compares with IDEA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-33452</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Mon, 08 Oct 2007 09:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-33452</guid>
		<description>@Andrew: No, not yet. Good idea. They have no German office, so I try the Czech one.

@Dim: Then there seems to be hope that they haven&#039;t forgotten.</description>
		<content:encoded><![CDATA[<p>@Andrew: No, not yet. Good idea. They have no German office, so I try the Czech one.</p>
<p>@Dim: Then there seems to be hope that they haven&#8217;t forgotten.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dim</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-33449</link>
		<dc:creator>Dim</dc:creator>
		<pubDate>Mon, 08 Oct 2007 08:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-33449</guid>
		<description>Well I asked for IDEA OSS license too, but still waiting the answer,
Until then I&#039;m using Netbeans 6 that is supposed to be OSS IDEA IMHO :-)
They are tryingo to move all the things from IDEA - even sout   TAB works! :-)

Actually I think the game between Eclipse and Netbeans is who&#039;s better implements IDEA features :-)

I&#039;m in the same situation - I left the private company and now work at non commercial institution...

Cheers</description>
		<content:encoded><![CDATA[<p>Well I asked for IDEA OSS license too, but still waiting the answer,<br />
Until then I&#8217;m using Netbeans 6 that is supposed to be OSS IDEA IMHO :-)<br />
They are tryingo to move all the things from IDEA &#8211; even sout   TAB works! :-)</p>
<p>Actually I think the game between Eclipse and Netbeans is who&#8217;s better implements IDEA features :-)</p>
<p>I&#8217;m in the same situation &#8211; I left the private company and now work at non commercial institution&#8230;</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Binstock</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-33445</link>
		<dc:creator>Andrew Binstock</dc:creator>
		<pubDate>Mon, 08 Oct 2007 08:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-33445</guid>
		<description>You sent them an email and got no answer. So, did you call them?</description>
		<content:encoded><![CDATA[<p>You sent them an email and got no answer. So, did you call them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-33435</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Mon, 08 Oct 2007 04:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-33435</guid>
		<description>No No No ;-)</description>
		<content:encoded><![CDATA[<p>No No No ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Aniszczyk</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-33394</link>
		<dc:creator>Chris Aniszczyk</dc:creator>
		<pubDate>Sun, 07 Oct 2007 22:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-33394</guid>
		<description>Eclipse loves you, give it a try :)</description>
		<content:encoded><![CDATA[<p>Eclipse loves you, give it a try :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-33351</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Sun, 07 Oct 2007 14:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-33351</guid>
		<description>Well, yes. It&#039;s been there. I don&#039;t know. This would help with IDEA. Thanks for they idea. I decide on that when I get tatoo working with Radeox ;-)</description>
		<content:encoded><![CDATA[<p>Well, yes. It&#8217;s been there. I don&#8217;t know. This would help with IDEA. Thanks for they idea. I decide on that when I get tatoo working with Radeox ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Laforge</title>
		<link>http://codemonkeyism.com/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/comment-page-1/#comment-33344</link>
		<dc:creator>Guillaume Laforge</dc:creator>
		<pubDate>Sun, 07 Oct 2007 13:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2007/10/07/drop-idea-move-to-eclipse-no-open-source-license-from-intellij/#comment-33344</guid>
		<description>What about moving Radeox to Codehaus, for instance?
All Codehaus project developers can use the Codehaus-wide IntelliJ IDEA license.</description>
		<content:encoded><![CDATA[<p>What about moving Radeox to Codehaus, for instance?<br />
All Codehaus project developers can use the Codehaus-wide IntelliJ IDEA license.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
