January 20th, 2012 by yole
Today we’ve published the first Early Access Preview build for the next bugfix update of IntelliJ IDEA 11. The main highlights include:
- Perforce integration uses ‘p4 move’ command for moves and renames when available;
- Spring integration performance improvements;
- Other bugfixes listed in the release notes.
You can download the new build from the EAP page.
Tags: eap, Nika
Posted in Uncategorized | 3 Comments »
January 19th, 2012 by Anna Kozlova
How often do you use ‘Go To Class/File/Symbol’ feature in IntelliJ IDEA? Pretty often I would guess. But do you know everything you can do with it? Let me go through a couple of often overlooked gems.
Do you know that when you search for file or class you can preview an image (Ctrl-Shift-I) or see a quick doc (Ctrl-Q)?

It is also possible to open multiple items in the editor (multiselect with Ctrl or Shift) or run multiple selected tests right from the search (Ctrl-Shift-F10).

And you can open all search results in the ‘Find’ tool-window to process them one by one later.


Did I mention your favorite feature? No? Please, share it with everyone! 
Tags: code navigation, Navigation
Posted in FYI, Tips & Tricks | 9 Comments »
January 16th, 2012 by ksafonov
At JetBrains we not only bring you new powerful features that make your life better, but also take care to polish the good old stuff to perfection. Let’s take a look at the Move refactoring for ActionScript classes, Flex components and all other types of top-level declarations (namespaces, functions, variables and constants), that has just got a little smarter. By the way, this refactoring also works for inner declarations (also known as helpers or file-local declarations), defined in ActionScript file out of the package statement.
Read the rest of this entry »
Tags: actionscript, Flex, Nika, refactoring
Posted in FYI, How-To's | No Comments »
January 12th, 2012 by serega.vasiliev
Did you know that IntelliJ IDEA 11 provides an integrated Play Framework console?
Start it from “Tools” menu, complete Play! commands, use command history, analyze output.
Play! with pleasure!
Tags: Nika, Play Framework, Play!
Posted in Demos, In Development, News & Events, Opinions | 3 Comments »
January 11th, 2012 by fedor.korotkov
Hello guys! Just recently we’ve published an update to our Flash/Flex Profiler plugin that gives you a powerful and easy to use toolset for profiling of Flash-based applications in IntelliJ IDEA.
Let us give you a brief overview of what you can do with it.
Read the rest of this entry »
Tags: actionscript, Flash, Flex, Nika, performance, profiler, Xena
Posted in Demos, FYI, Plugins | 4 Comments »
December 30th, 2011 by yole
What could be a better way for the IntelliJ IDEA team to conclude the year 2011 than to release a bugfix update? And that’s exactly what we’re doing.
To upgrade to the new version, simply use the “Check for Update” action if you’re already running version 11, or grab the complete installer from the download page. And of course, the release notes for the new build are also available.
Happy New Year, and see you again in 2012!
Tags: Nika
Posted in News & Events | 21 Comments »
December 29th, 2011 by Konstantin Bulenkov
When working with big projects we always come back to 10-20 items/files where we do the most of our work.
IntelliJ IDEA helps you collecting all these items in one place — ‘Favorites’. It’s easy to add a file, a class or a method to the Favorites by simply pressing Alt+Shift+F. You can also drag and drop items to the Favorites.
And now with ‘Favorites’ being a separate tool-window, just press Alt+2 (or Cmd+2) whenever you need to access one of your precious items again.

Tags: code navigation, Favorites, Navigation, Nika, Tips & Tricks
Posted in Tips & Tricks | 5 Comments »
December 28th, 2011 by Alexander Doroshko
Do you know how to navigate from a class to its test and back again or how to create a FlexUnit test quickly with IntelliJ IDEA 11? Let me tell you.
First of all make sure that flexunit.swc is within your module dependencies:

and just press Ctrl+Shift+T (Cmd+Shift+T on Mac) or select Navigate | Test from main menu:

Read the rest of this entry »
Tags: actionscript, Flex, FlexUnit, Nika
Posted in FYI, How-To's | No Comments »
December 27th, 2011 by serega.vasiliev
Spring Integration extends Spring to support the well-known Enterprise Integration Patterns via lightweight messaging within Spring-based applications and supports integration with external systems via declarative adapters.
Just wanted to let you know that in IntelliJ IDEA 11 we’ve added support for all 21 integration schemes with code analysis, completion, usages search and basic refactorings.

Tags: Nika, Spring
Posted in Demos, News & Events | 3 Comments »
December 23rd, 2011 by Maxim Mossienko
The second release candidate for the first bugfix update of IntelliJ IDEA 11, build 111.139, is available.
The build has fixes for unexpected regression in IDE stability on Linux platform, as well as important fixes for Spring and JavaScript support.
The complete release notes for the new build are available in the usual place.
Tags: eap, Nika
Posted in News & Events | No Comments »