New in 10.5: Spring 3.1 bean definition profiles
April 14th, 2011 by serega.vasilievWith the upcoming IntelliJ IDEA 10.5 you can try one of the most requested Spring 3.1 feature — environment profiles for application contexts.
1. Active profile names are shown in the top of text editor. Inactive profiles are grayed. Configuration errors and warnings (incorrect classes, properties, etc.) are shown for “active” and “inactive” profiles. “Resolve” problems are highlighted for active profiles only.

2. Active profile can be easily changed by clicking the “Change Profiles” link.

3. Usages search and rename refactoring work in xml configs, @Profile and java code.

Try these new features in the latest IntelliJ IDEA EAP build and let us know how they work for you.
As a side note, we encourage you to help us even more by allowing the IntelliJ IDEA usage statistics to be sent to us. If you had disabled it initially you can change your mind in IDE Settings | Usage Statistics. Thanks for your support!

April 14th, 2011 at 8:49 am
Great to see support for the latest Spring features! Will there be more Roo support in 10.5?
Side note: I noticed annoying IDEA’s spellchecker warning in the example’s Spring *-config.xml - are you planning to make spellchecker more intelligent and ignoring innocent things like “Jdbc” from being highlighted everywhere? For this reason I have to keep it disabled
April 15th, 2011 at 4:05 am
A post about Roo console is coming, stay tuned.
As for spellchecker, you can add any word to your dictionary via a quickfix.
July 14th, 2011 at 3:43 am
Hi,
I unfortunately click on close instead of ‘change profiles’. Now, I can’t get anymore the dialog box to change the active profile. How can I get again that dialog box ?
Thks
July 18th, 2011 at 6:34 am
IDE Settings / Editor / Appearance / Show Spring profiles panel
November 9th, 2011 at 10:02 am
This setting doesn’t seem to take effect when launching, for instance, unit tests - is that intentional?