It’s a shame but I can understand. I’m a huge fan of Idea and have been since version 2.0. Each release gets better and better, the most recent big addition for me is the Groovy support they added in 7.
This is one of those tools that I would spend my own hard earned money to use and we have a ton of Open Source gear in our stack. IDEs aren’t one of them.
Todd
I really sympathize with JetBrains. Here they are making a great product
trying to make a living from it and they have to complete with 3 free
products, 2 of which were essentially losers in the market place prior
to being dumped into the open source community. It is funny how pay for
losers have now become "free" winners. Mostly this is because companies
have mistaken free to mean we don't have to pay. And who can blame them.
Why should they pay these licenses if there is no compelling business
case to do so. In fact maybe that is your answer, make a compelling
business case or anti up for your own license. $600 isn't a lot of money
for a tool that you use so intimately in your day to day work.
Regards,
Kirk
> We recently chose an IDE as a standard tool across a very large
> organization. The main problem there was the large and varying number
> of seats. I still voted IntelliJ but it wasn't to be. I wont tell
> you what was chosen. I want to maintain some facade of respect on
> this forum.
This kind of scenario is why I wish there were better IDE standards. Does
anybody really care what fonts you set to edit text? Does anybody really care
what keyboard shortcuts you use? No. But do people care that each developer
builds their test environment the same way? Yes. Do they care that each
developer has access to the same features pertinent to the project, like remote
debugging for instance? Absolutely. In many ways we already have such
standards: using an Ant or Maven project file instead of a proprietary IDE
project format. But we could benefit from more such standards-driven
flexibility (AST editing).
Alexey
2001 Honda CBR600F4i (CCS)
1992 Kawasaki EX500
http://azinger.blogspot.com
http://bsheet.sourceforge.net
http://wcollage.sourceforge.net
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
This kind of scenario is why I wish there were better IDE standards. Does
--- Christian Catchpole <chri...@catchpole.net> wrote:
> We recently chose an IDE as a standard tool across a very large
> organization. The main problem there was the large and varying number
> of seats. I still voted IntelliJ but it wasn't to be. I wont tell
> you what was chosen. I want to maintain some facade of respect on
> this forum.
anybody really care what fonts you set to edit text? Does anybody really care
what keyboard shortcuts you use? No. But do people care that each developer
builds their test environment the same way? Yes. Do they care that each
developer has access to the same features pertinent to the project, like remote
debugging for instance? Absolutely. In many ways we already have such
standards: using an Ant or Maven project file instead of a proprietary IDE
project format. But we could benefit from more such standards-driven
flexibility (AST editing).
I'm a big believer in AST editing. Once we have that, everyone can view the
code however they want without affecting anyone else. Where the tabs and
newlines code in C-like syntax, after all, is just a matter of style.
Alexey
2001 Honda CBR600F4i (CCS)
1992 Kawasaki EX500
http://azinger.blogspot.com
http://bsheet.sourceforge.net
http://wcollage.sourceforge.net
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
Looking for last minute shopping deals?
Alexey
2001 Honda CBR600F4i (CCS)
1992 Kawasaki EX500
http://azinger.blogspot.com
http://bsheet.sourceforge.net
http://wcollage.sourceforge.net
____________________________________________________________________________________
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
/lift/ committer (www.liftweb.net)
SGS member (Scala Group Sweden)
SEJUG member (Swedish Java User Group)
\_____________________________________/
Wait?! So are you saying that here in the 21st century we *shouldn't*
be saving our valuable code in a 40 year old text file format?
Surely you jest, good sir! This is an insult to the queen. I challenge
you to a du-el!
:)
Actually, my good sir, I'm not saying that at all. We can continue to store
our code in a 40 year old text format, but that doesn't mean we should view and
edit it as such, though it should continue to be an option. Here's my crackpot
vision:
We don't need to modify IDE's (but we can), we don't need to modify code
repositories, build tools JVM. The only thing we need to modify is the version
control _client_ that will include some intelligence about AST, hopefully in an
extensible fashion so that new syntaxes could be piggybacked onto existing
software. What these modules would do is attempt to control the format of
known syntaxes on the client side and on the server side for updates/checkouts
and, very importantly, diffs. And all of a sudden, all existing development
tools continue to work with no mods required, teams can optionally standardize
what kind of formatting goes into the repository, and individual developers can
optionally configure how said code is presented to them. Whether they edit AST
using heads-up displays and brain wave scanners or whether they continue to
type :wq will make no difference to anyone else.