<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Things that bug me about IntelliJ</title>
	<atom:link href="http://twasink.net/2005/02/21/things-that-bug-me-about-intellij/feed/" rel="self" type="application/rss+xml" />
	<link>http://twasink.net/2005/02/21/things-that-bug-me-about-intellij/</link>
	<description>Robert&#039;s Rambling Ruminations Regarding Reality...</description>
	<lastBuildDate>Thu, 12 Apr 2012 16:31:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Piyush</title>
		<link>http://twasink.net/2005/02/21/things-that-bug-me-about-intellij/#comment-112</link>
		<dc:creator><![CDATA[Piyush]]></dc:creator>
		<pubDate>Wed, 14 May 2008 02:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=111#comment-112</guid>
		<description><![CDATA[There are a lot of other things in addition to the list above that makes working on IntelliJ a horror !!

You can only have one project in IntelliJ at a time.

If you have IntelliJ open, with some task running like compiling or test case running and switch to another window, the IntelliJ IDE keeps getting the focus back to itself. This particular feature is so very irritating. I know when to get back to the editor instead of the editor changing the focus to itself each time.

There is no equivalent of eclispe&#039;s Heirarchy view in IntelliJ.

There is no way to highlight a particular word in the editor. This is particularly useful when you want to see where all a method/variable is being used in a method without having to do a ctrl + F

Is there some hot key available to switch between the different tabs ?

The default color for HTML tags in javadocs is nasty. If you want to change them, only a standard set of 7-8 colors are present. Couldn&#039;t it be better to have the HTML tags italicised like in Eclipse.

There might be workaround or solutions to the points that I mentioned above, and I might be ignorant of those, but overall I personally feel, Intellij is not something worth buying with your money when you can get a better product like eclipse for free !!


]]></description>
		<content:encoded><![CDATA[<p>There are a lot of other things in addition to the list above that makes working on IntelliJ a horror !!</p>
<p>You can only have one project in IntelliJ at a time.</p>
<p>If you have IntelliJ open, with some task running like compiling or test case running and switch to another window, the IntelliJ IDE keeps getting the focus back to itself. This particular feature is so very irritating. I know when to get back to the editor instead of the editor changing the focus to itself each time.</p>
<p>There is no equivalent of eclispe&#8217;s Heirarchy view in IntelliJ.</p>
<p>There is no way to highlight a particular word in the editor. This is particularly useful when you want to see where all a method/variable is being used in a method without having to do a ctrl + F</p>
<p>Is there some hot key available to switch between the different tabs ?</p>
<p>The default color for HTML tags in javadocs is nasty. If you want to change them, only a standard set of 7-8 colors are present. Couldn&#8217;t it be better to have the HTML tags italicised like in Eclipse.</p>
<p>There might be workaround or solutions to the points that I mentioned above, and I might be ignorant of those, but overall I personally feel, Intellij is not something worth buying with your money when you can get a better product like eclipse for free !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Vernum</title>
		<link>http://twasink.net/2005/02/21/things-that-bug-me-about-intellij/#comment-111</link>
		<dc:creator><![CDATA[Tim Vernum]]></dc:creator>
		<pubDate>Wed, 16 Mar 2005 11:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=111#comment-111</guid>
		<description><![CDATA[Heh, I&#039;m an eclipse user and I never noticed that you could reorder from the outline view.

I always complained that reordering was easier in IDEA. The code folding way is good, but this:
http://plugins.intellij.net/plugins/view/?id=Rearranger
is better
]]></description>
		<content:encoded><![CDATA[<p>Heh, I&#8217;m an eclipse user and I never noticed that you could reorder from the outline view.</p>
<p>I always complained that reordering was easier in IDEA. The code folding way is good, but this:<br />
<a href="http://plugins.intellij.net/plugins/view/?id=Rearranger" rel="nofollow">http://plugins.intellij.net/plugins/view/?id=Rearranger</a><br />
is better</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blondie</title>
		<link>http://twasink.net/2005/02/21/things-that-bug-me-about-intellij/#comment-110</link>
		<dc:creator><![CDATA[blondie]]></dc:creator>
		<pubDate>Wed, 16 Mar 2005 01:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=111#comment-110</guid>
		<description><![CDATA[Replying to the first comment, try ALT-4 to put the Run tab in focus and then CTRL-F5 to execute the last tests.  You&#039;ll find that ALT-*number* will put the tab with the corresponding number in focus.  Use CTRL-F5 to perform the last command performed in the tab.

The ANT tab is an interesting one though, it has no number, but try CTRL-SHIFT-A.

]]></description>
		<content:encoded><![CDATA[<p>Replying to the first comment, try ALT-4 to put the Run tab in focus and then CTRL-F5 to execute the last tests.  You&#8217;ll find that ALT-*number* will put the tab with the corresponding number in focus.  Use CTRL-F5 to perform the last command performed in the tab.</p>
<p>The ANT tab is an interesting one though, it has no number, but try CTRL-SHIFT-A.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://twasink.net/2005/02/21/things-that-bug-me-about-intellij/#comment-109</link>
		<dc:creator><![CDATA[Rob]]></dc:creator>
		<pubDate>Wed, 23 Feb 2005 16:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=111#comment-109</guid>
		<description><![CDATA[ahh... cvs status and comparing with the latest repository version might be closer to what you want.  Not sure about the magic that eclipse brings though.

Might be coming close to your eclipse wish list :).
]]></description>
		<content:encoded><![CDATA[<p>ahh&#8230; cvs status and comparing with the latest repository version might be closer to what you want.  Not sure about the magic that eclipse brings though.</p>
<p>Might be coming close to your eclipse wish list <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Watkins</title>
		<link>http://twasink.net/2005/02/21/things-that-bug-me-about-intellij/#comment-108</link>
		<dc:creator><![CDATA[Robert Watkins]]></dc:creator>
		<pubDate>Wed, 23 Feb 2005 16:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=111#comment-108</guid>
		<description><![CDATA[The synchronise support in Eclipse is actually about seeing what changes you&#039;ll bring down when you do an update, not on what&#039;s changed locally. Big difference. :)

The code-folding thing might work; I&#039;ll give it a go.

Window-sizing is more that I don&#039;t want the windows resizing all the time: getting them to be the same size is a nuisance. Restoring them may help, and thatnks for that.

Hmmm... package view; that&#039;s probably what I need.

Thanks for the tips.
]]></description>
		<content:encoded><![CDATA[<p>The synchronise support in Eclipse is actually about seeing what changes you&#8217;ll bring down when you do an update, not on what&#8217;s changed locally. Big difference. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The code-folding thing might work; I&#8217;ll give it a go.</p>
<p>Window-sizing is more that I don&#8217;t want the windows resizing all the time: getting them to be the same size is a nuisance. Restoring them may help, and thatnks for that.</p>
<p>Hmmm&#8230; package view; that&#8217;s probably what I need.</p>
<p>Thanks for the tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://twasink.net/2005/02/21/things-that-bug-me-about-intellij/#comment-107</link>
		<dc:creator><![CDATA[Rob]]></dc:creator>
		<pubDate>Wed, 23 Feb 2005 16:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=111#comment-107</guid>
		<description><![CDATA[CVS Commit project -- seems to me this does a pretty good job of showing what changes you have made since the last commit.  (I have mapped this to ctrl-alt-k)

Structure editing --
The code folding support might help --
ctrl shift minus to collapse the current file, then ctrl-x ctrl-v to cut and paste stuff round.

ctrl-shift- plus to reexpand the file

ant support -- would using a different ant help? -- right click on the build file in the ant-build section, and you can switch the ant version, and play with the various settings.

window sizing --

shift-f12 and ctrl-shift-f12 are your friends

shift-f12 restores the defaul layout which you can save using the window menu.

Creating a new class -- tis true you do need to be close to the right spot.
2 suggestions
1) if you create it in the packages view (not the project view) you get the option to choose which directory to put it in if you have two parrallel package structures stored in different directories.
2) f6 just after creating the file will give you a pretty dialogue for moving it.  then alt-r will let you choose a different source folder if necessary.

To speed up compiling -- you can always drop in Jikes.

Another nice feature that might help get some of the eclipse ways of doing things in is the macros.   They can have hot-keys assigned to them.  I have had a macro to write a &quot;It&#039;s time for lunch&quot; failing test in a single keystroke.



]]></description>
		<content:encoded><![CDATA[<p>CVS Commit project &#8212; seems to me this does a pretty good job of showing what changes you have made since the last commit.  (I have mapped this to ctrl-alt-k)</p>
<p>Structure editing &#8211;<br />
The code folding support might help &#8211;<br />
ctrl shift minus to collapse the current file, then ctrl-x ctrl-v to cut and paste stuff round.</p>
<p>ctrl-shift- plus to reexpand the file</p>
<p>ant support &#8212; would using a different ant help? &#8212; right click on the build file in the ant-build section, and you can switch the ant version, and play with the various settings.</p>
<p>window sizing &#8211;</p>
<p>shift-f12 and ctrl-shift-f12 are your friends</p>
<p>shift-f12 restores the defaul layout which you can save using the window menu.</p>
<p>Creating a new class &#8212; tis true you do need to be close to the right spot.<br />
2 suggestions<br />
1) if you create it in the packages view (not the project view) you get the option to choose which directory to put it in if you have two parrallel package structures stored in different directories.<br />
2) f6 just after creating the file will give you a pretty dialogue for moving it.  then alt-r will let you choose a different source folder if necessary.</p>
<p>To speed up compiling &#8212; you can always drop in Jikes.</p>
<p>Another nice feature that might help get some of the eclipse ways of doing things in is the macros.   They can have hot-keys assigned to them.  I have had a macro to write a &#8220;It&#8217;s time for lunch&#8221; failing test in a single keystroke.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Watkins</title>
		<link>http://twasink.net/2005/02/21/things-that-bug-me-about-intellij/#comment-106</link>
		<dc:creator><![CDATA[Robert Watkins]]></dc:creator>
		<pubDate>Wed, 23 Feb 2005 10:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=111#comment-106</guid>
		<description><![CDATA[Thanks... I didn&#039;t notice the &quot;Display settings before running&quot; option. Much better.

I&#039;ve also since had the drop down for the &quot;most recently run configurations&quot;, so that&#039;s that gripe taken care of too.

Okay, that&#039;s two down. 10 to go. Keep the tips coming. :)
]]></description>
		<content:encoded><![CDATA[<p>Thanks&#8230; I didn&#8217;t notice the &#8220;Display settings before running&#8221; option. Much better.</p>
<p>I&#8217;ve also since had the drop down for the &#8220;most recently run configurations&#8221;, so that&#8217;s that gripe taken care of too.</p>
<p>Okay, that&#8217;s two down. 10 to go. Keep the tips coming. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://twasink.net/2005/02/21/things-that-bug-me-about-intellij/#comment-105</link>
		<dc:creator><![CDATA[Rob]]></dc:creator>
		<pubDate>Wed, 23 Feb 2005 09:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=111#comment-105</guid>
		<description><![CDATA[Why can&#039;t I re-run the last thing I ran with a single key stroke? Instead, I have to mouse over to the run window and push the button there.

shift-f10?
]]></description>
		<content:encoded><![CDATA[<p>Why can&#8217;t I re-run the last thing I ran with a single key stroke? Instead, I have to mouse over to the run window and push the button there.</p>
<p>shift-f10?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

