Archive for June, 2006
Wednesday, June 28th, 2006
TestNG-J is a plugin that provides integration with TestNG framework in a very similar way to the native IntelliJ IDEA integration with JUnit
Posted in Plugins | No Comments »
Monday, June 26th, 2006
Posted in Tips & Tricks, Opinions | 2 Comments »
Friday, June 23rd, 2006
IntelliJ IDEA always strives for innovations. So, the innovative Google Web Toolkit is supported in forthcoming IntelliJ IDEA 6.0 release. Moreover, you can try it right now - the latest EAP version of IntelliJ IDEA comes bundled with GWT Studio plugin and provides general functionality. See the GWT demo to get the first impression and […]
Posted in News & Events, Demos | 2 Comments »
Thursday, June 22nd, 2006
Two nice tricks for navigating to a class by name (Ctrl + N). Find out how to quickly find a class that ends with particular symbols.
How to match the end of a class name in IntelliJ when using Goto Class
Even simpler end of class matching in IntelliJ
Of course, these tricks can be used for other […]
Posted in Tips & Tricks, Opinions | No Comments »
Wednesday, June 21st, 2006
Along with the basic code completion, IntelliJ IDEA provides so-called “smart completion” that can be considered as a separate feature that is far more intelligent than simple completion.
Posted in Tips & Tricks | No Comments »
Monday, June 19th, 2006
On top of anonymous bookmarks (F11 to toggle between activate/deactivate, Shift-F11 to manage), IntelliJ IDEA provides so called numbered bookmarks. What this mean is that on any line of any file managed by IntelliJ IDEA (Java, HTML, XML, JDK source files, etc.), you can define a bookmark that is identified by a number between 0 […]
Posted in Tips & Tricks | 3 Comments »
Friday, June 16th, 2006
JetBrains is glad to announce the release of IntelliJ IDEA 5.1.2
This release fixes several stability issues and bugs. See the complete list for more detailed information.
Release is free for licensed users of IntelliJ IDEA 5.x and available for download at http://www.jetbrains.com/idea/download/
Posted in News & Events | No Comments »
Thursday, June 15th, 2006
For those who missed our presentations at The AJAX Experience and JavaOne 2006 Conferences, we have published a short report on the JetBrains web site. There you can view some photos, check the Google video recordings of both presentations, as well as download a PDF copy of the AJAX with Pleasure brochure that we were […]
Posted in News & Events | No Comments »
Monday, June 12th, 2006
You know the “Unnecessary Parentheses” inspection? IntelliJ IDEA has had it for quite some time. And if you were a user of the InspectionGadgets plugin since before it was bundled with IntelliJ IDEA, you know it even longer. The inspection reports any parentheses which do not alter the default evaluation order of an expression. For […]
Posted in Tips & Tricks | 6 Comments »
Friday, June 9th, 2006
The TabSwitch plugin allows you to switch between IntelliJ IDEA tabs like you switch between opened applications in Windows. With the plugin installed, just press Alt + A, and you’ll get the list of the opened tabs. The most recently used tabs come first.
Posted in Plugins | 4 Comments »