Categories
-
Tags
12.1 13 13.1 14 14.1 15 30 Days Guide 2016 2016.2 2016.3 2017 2017.2 2017.3 2018.1 2018.2 2018.3 ActionScript Android Cardea Cassiopeia Code Analysis Code Completion Code Navigation Database Tools Debugger Editor Flex Git Groovy ideaX Java 8 java 9 Java Annotated Java EE JavaScript Kotlin Leda Maia Maven Minerva Nika Refactoring Spring VCS XenaJetBrains Blogs
Meta
Tag Archives: Maia
IntelliJ IDEA 9.0.4 update available
We’ve just released a minor bug-fix release for the IntelliJ IDEA 9 — version 9.0.4. Check the list of changes in this version and download it if you are using IntelliJ IDEA 9.x. Please note that the free Upgrade offer … Continue reading
IntelliJ IDEA 9.0.3 is out together with TeamCity update and PyCharm Beta
The summer is hot not only because of the sun. Today we have even 3 breaking news to share: 1. IntelliJ IDEA 9.0.3 is available with fixes for many reported issues and some improvements, namely: New UI for merging Subversion … Continue reading
Improved Flex Debugger
It’s not a secret that IntelliJ IDEA has a fully functional interactive debugger for Flex and AIR applications. Here’s a list of features added or improved in upcoming IntelliJ IDEA 9.0.3 release: XML and XMLList runtime value view Smart Step … Continue reading
Package AIR Installation File
Creating AIR installer (*.air), unsigned intermediate AIR package (*.airi) as well as generating self-signed certificate is possible in IntelliJ IDEA via Tools menu, Flex group, Package AIR Installation File action.
IntelliJ IDEA 9.0.2
IntelliJ IDEA 9.0.2, is now available with a significant number of improvements in addition to a great deal of fixes. Frameworks and technologies support Stacktrace folding for Groovy code GWT 2.0 UiBinder feature support Action to package Adobe AIR applications … Continue reading
More intelligence for JSF component libraries
Make sure you try the extended JSF components support in the latest IntelliJ IDEA 9.0.2 EAP. Completion, error highlighting and basic refactorings have been added for RichFaces 3.x (a4j and rich) and standard (html and core) component libraries. Write us … Continue reading
Groovy stacktrace folding
When you look at a typical Groovy stack trace, you usually see something like this: This is not terribly helpful, since there are only three lines from the actual source code. Everything else refers to Groovy’s internals. From now on, … Continue reading
Speed up Flex Compilation!
If you work on large projects with dozens of Flex modules (or facets) you’ll like this new feature of IntelliJ IDEA 9.0.2, which lets shorten project build time by compiling several independent Flex modules (facets) in parallel. To enable this … Continue reading
Live Templates in JavaScript/ActionScript/Flex
Writing JavaScript/ActionScript/Flex code becomes easier with IntelliJ IDEA 9.0.2. New set of live templates (see Settings dialog (Ctrl+Alt+S), Live Templates, JavaScript/ActionScript group), allows to avoid tedious typing when you need to define a function, variable or constant, to loop over … Continue reading
GWT UiBinder support
The first IntelliJ IDEA 9.0.2 EAP build will add support for UiBinder, new functionality introduced in GWT 2.0. IntelliJ IDEA will understand tags and attributes in ui.xml files: Inconsistencies between ui.xml file and associated Java class will be highlighted: You … Continue reading