Posts Tagged ‘Nika’
Thursday, February 2nd, 2012
Before switching completely to some new tasks, we’re releasing IntelliJ IDEA 11.0.2, another maintenance update for the latest IntelliJ IDEA 11.
This update fixes some most annoying bugs and performance problems found. Check out the full release notes for the list of resolved issues and download the update. If you’re already running version 11 (or 11.0.1) use the “Check for Update” action from the IDE and install the patch.
Develop with pleasure and stay tuned for exciting news coming soon.
-The IntelliJ IDEA Team
Tags: Nika
Posted in Uncategorized | 12 Comments »
Friday, January 27th, 2012
This week we’re releasing a new Early Access Preview build for IntelliJ IDEA 11.0.2, which is also the Release Candidate for the new version. Besides the usual amount of bugfixes, a noteworthy change is support for new versions of Google Chrome in the JavaScript debugger plugin.
You can download IntelliJ IDEA 11.0.2 Release Candidate from the EAP page.
Tags: eap, Nika
Posted in Uncategorized | 2 Comments »
Friday, January 20th, 2012
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 »
Monday, January 16th, 2012
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.
(more…)
Tags: actionscript, Flex, Nika, refactoring
Posted in FYI, How-To's | No Comments »
Thursday, January 12th, 2012
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 | 5 Comments »
Wednesday, January 11th, 2012
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.
(more…)
Tags: actionscript, Flash, Flex, Nika, performance, profiler, Xena
Posted in Demos, FYI, Plugins | 12 Comments »
Friday, December 30th, 2011
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 »
Thursday, December 29th, 2011
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 »
Wednesday, December 28th, 2011
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:

(more…)
Tags: actionscript, Flex, FlexUnit, Nika
Posted in FYI, How-To's | 7 Comments »
Tuesday, December 27th, 2011
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 »