<?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"
	>
<channel>
	<title>Comments on: IntelliJ IDEA Feedback Wanted</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2006/11/intellij-idea-feedback-wanted/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2006/11/intellij-idea-feedback-wanted/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Wed, 16 May 2012 21:08:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Mark Krasny</title>
		<link>http://blogs.jetbrains.com/idea/2006/11/intellij-idea-feedback-wanted/#comment-185337</link>
		<dc:creator>Mark Krasny</dc:creator>
		<pubDate>Thu, 14 Jul 2011 15:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/11/intellij-idea-feedback-wanted/#comment-185337</guid>
		<description>I have been using IntelliJ for a couple of months and the feature I miss most of all is the behavior of the editor tabs that I had in Eclipse. The most I could do was to set them in a single row [like in Eclipse] - otherwise they take up space and jump around which makes my head spin. Eclipse however, does a much smarter job selecting which tabs are visible and in which order. Opening a new file it would never replace the last active one - something that Idea does all the time which is most annoying. Also the drop down in Eclipse allows to close tabs without first selecting them. 
Anyway, why don't you guys take a look and copy the tab behavior from eclipse. It doesn't have to be the default, but at least a possibility. You've done a great job. Could you do even better?</description>
		<content:encoded><![CDATA[<p>I have been using IntelliJ for a couple of months and the feature I miss most of all is the behavior of the editor tabs that I had in Eclipse. The most I could do was to set them in a single row [like in Eclipse] - otherwise they take up space and jump around which makes my head spin. Eclipse however, does a much smarter job selecting which tabs are visible and in which order. Opening a new file it would never replace the last active one - something that Idea does all the time which is most annoying. Also the drop down in Eclipse allows to close tabs without first selecting them.<br />
Anyway, why don&#8217;t you guys take a look and copy the tab behavior from eclipse. It doesn&#8217;t have to be the default, but at least a possibility. You&#8217;ve done a great job. Could you do even better?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuck hutchinson</title>
		<link>http://blogs.jetbrains.com/idea/2006/11/intellij-idea-feedback-wanted/#comment-19463</link>
		<dc:creator>chuck hutchinson</dc:creator>
		<pubDate>Fri, 26 Jan 2007 15:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/11/intellij-idea-feedback-wanted/#comment-19463</guid>
		<description>on your merge tool please put two options 

1) one option which will allow me to either accept all changes from the configuration management tool overwriting all of my local changes.

2) one option which will allo me to overwrite my changes over what comes back from the configuration management tool.

Here is the reason why - during development we work in a team environment where several people may be working on the exact same thing at the exact same time.  When the first person finds a solution, they will check it in, and the others will use their changes.  That is, they won't want to merge ANY of their changes but want to get what is on the main trunk.

Also to be honest, I am not sure if I have the latet now - now I need to go out to the operating system do an rm -fr *, get everything out again.....

Sorry about dumping on you guys but this part of your tool is extremely frustraing to the point where I don't want to use it...

Have a good day :)</description>
		<content:encoded><![CDATA[<p>on your merge tool please put two options </p>
<p>1) one option which will allow me to either accept all changes from the configuration management tool overwriting all of my local changes.</p>
<p>2) one option which will allo me to overwrite my changes over what comes back from the configuration management tool.</p>
<p>Here is the reason why - during development we work in a team environment where several people may be working on the exact same thing at the exact same time.  When the first person finds a solution, they will check it in, and the others will use their changes.  That is, they won&#8217;t want to merge ANY of their changes but want to get what is on the main trunk.</p>
<p>Also to be honest, I am not sure if I have the latet now - now I need to go out to the operating system do an rm -fr *, get everything out again&#8230;..</p>
<p>Sorry about dumping on you guys but this part of your tool is extremely frustraing to the point where I don&#8217;t want to use it&#8230;</p>
<p>Have a good day <img src='http://blogs.jetbrains.com/idea/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuck hutchinson</title>
		<link>http://blogs.jetbrains.com/idea/2006/11/intellij-idea-feedback-wanted/#comment-16426</link>
		<dc:creator>chuck hutchinson</dc:creator>
		<pubDate>Tue, 23 Jan 2007 20:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/11/intellij-idea-feedback-wanted/#comment-16426</guid>
		<description>There are two features that I would really love to have on intellij.  

1) They are a "force get all" what this would do is to blow away *everything* on the local hard drive for your project and then do a clean get from the repository.  To do this now I have to click on a bunch of different things, like update file and then revert file.

99% of the time I need to do a clean get and I don't have time to play with all of the options to figure out to get this to work.

My work around now is to go out to the operating system prompt and do somethng like rm -fr * which works like a champ!

2) The other thing is to build a merge utility which would force my changes ontop of the other changes that have occured.  I have been using intellij for about a month now and each time I have conflicts I dont have a clue how to use your tool to merge my changes which makes your merging tool useless.  Also put the force clean get option (outlined above) on the merge utility.

If these options aren't present on the next version - we will use eclipse!

Thanks</description>
		<content:encoded><![CDATA[<p>There are two features that I would really love to have on intellij.  </p>
<p>1) They are a &#8220;force get all&#8221; what this would do is to blow away *everything* on the local hard drive for your project and then do a clean get from the repository.  To do this now I have to click on a bunch of different things, like update file and then revert file.</p>
<p>99% of the time I need to do a clean get and I don&#8217;t have time to play with all of the options to figure out to get this to work.</p>
<p>My work around now is to go out to the operating system prompt and do somethng like rm -fr * which works like a champ!</p>
<p>2) The other thing is to build a merge utility which would force my changes ontop of the other changes that have occured.  I have been using intellij for about a month now and each time I have conflicts I dont have a clue how to use your tool to merge my changes which makes your merging tool useless.  Also put the force clean get option (outlined above) on the merge utility.</p>
<p>If these options aren&#8217;t present on the next version - we will use eclipse!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Egor Malyshev</title>
		<link>http://blogs.jetbrains.com/idea/2006/11/intellij-idea-feedback-wanted/#comment-3990</link>
		<dc:creator>Egor Malyshev</dc:creator>
		<pubDate>Thu, 02 Nov 2006 15:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/11/intellij-idea-feedback-wanted/#comment-3990</guid>
		<description>I want to say that I am impressed with how many emails I have received regarding this survey. I am very grateful to everybody who contributes his feedback and helps us to improve our favorite IDE. And I want to add that we're still gathering the information, so if you haven't participated yet, you're definitely welcome.</description>
		<content:encoded><![CDATA[<p>I want to say that I am impressed with how many emails I have received regarding this survey. I am very grateful to everybody who contributes his feedback and helps us to improve our favorite IDE. And I want to add that we&#8217;re still gathering the information, so if you haven&#8217;t participated yet, you&#8217;re definitely welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandy McArthur</title>
		<link>http://blogs.jetbrains.com/idea/2006/11/intellij-idea-feedback-wanted/#comment-3900</link>
		<dc:creator>Sandy McArthur</dc:creator>
		<pubDate>Wed, 01 Nov 2006 22:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/11/intellij-idea-feedback-wanted/#comment-3900</guid>
		<description>Sounds like a plugin idea for someone to write. :-)</description>
		<content:encoded><![CDATA[<p>Sounds like a plugin idea for someone to write. <img src='http://blogs.jetbrains.com/idea/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DK</title>
		<link>http://blogs.jetbrains.com/idea/2006/11/intellij-idea-feedback-wanted/#comment-3881</link>
		<dc:creator>DK</dc:creator>
		<pubDate>Wed, 01 Nov 2006 12:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/11/intellij-idea-feedback-wanted/#comment-3881</guid>
		<description>http://intellij.net/forums/thread.jspa?messageID=5158539</description>
		<content:encoded><![CDATA[<p><a href="http://intellij.net/forums/thread.jspa?messageID=5158539" rel="nofollow">http://intellij.net/forums/thread.jspa?messageID=5158539</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

