Categories
-
Tags
12.1 13 13.1 14 14.1 15 30 Days Guide 2016 2016.2 2016.3 2017 2017.1 2017.2 2017.3 2018.1 ActionScript Android Cardea Cassiopeia Code Analysis Code Completion Code Navigation Database Tools Debugger Editor Flex Git Grails Groovy ideaX Java Java 8 java 9 Java Annotated Java EE JavaScript Leda Maia Maven Minerva Nika Refactoring Spring VCS XenaJetBrains blogs
Meta
Tag Archives: Nika
Gradle and IntelliJ IDEA project settings synchronization
We have an excellent news for the Gradle fans today. IntelliJ IDEA 11.1 introduces new features for Gradle integration: ability to compare project structure defined by Gradle and your favorite IDE; ability to solve project structure differences (to some extent);
IntelliJ IDEA 11.1 RC2
The new Release Candidate build of IntelliJ IDEA 11.1, available today, includes quite a large assortment of fixes. We’ve fixed most of the remaining known issues with the Subversion 1.7 integration, solved a few major performance problems, cleaned up the … Continue reading
IntelliJ IDEA 11.1 Release Candidate
As planned, today we have published the Release Candidate build for IntelliJ IDEA 11.1. You can download the new build from the EAP page or use “Check for updates” to update from within the IDE. The release notes for the … Continue reading
IntelliJ IDEA 11.1 EAP build 116.108
Probably the last EAP build (before RC) of IntelliJ IDEA 11.1 is available for download. New settings are added to Groovy Colors & Fonts settings to highlight local variables, parameters, reassigned local variables, reassigned parameters and method declarations in the … Continue reading
Custom code folding regions in IntelliJ IDEA 11.1
This is a cross-post from WebStorm & PhpStorm blog, originally posted by Rustam Vishnyakov. This long-awaited feature gives you a possibility to define your own code-folding regions with special line comments.
Perforce integration enhancements in IntelliJ IDEA 11.1
IntelliJ IDEA 11.1 will bring several changes with regard to VCS support and one of them is a number of enhancements in Perforce integration. 1. Handling Move We used to handle rename/move operations using integrate. This was not quite convenient: … Continue reading
Start using SVN 1.7 with IntelliJ IDEA 11.1, EAP build 116.32
New IntelliJ IDEA 11.1 EAP build (116.32) is available with Subversion 1.7 support finally built in. Here are some details on the current implementation. We don’t perform automatic upgrade of your working copies to version 1.7, you can easily do … Continue reading
New in 11.1: JavaScript.next syntax support
This is a cross-post from WebStorm & PhpStorm blog, originally posted by Konstantin Ulitin. As you may know, there are different versions of the JavaScript language. Each JavaScript engine implementation adds some nice features that others don’t have. To make … Continue reading
IntelliJ IDEA 11.1 EAP build 114.243
New EAP build of IntelliJ IDEA 11.1 is available. Notable changes include updated Subversion 1.7 and Perforce integrations, fixes in new Flash / ActionScript / Flex configuration and Jboss 7.1 Final support. See release notes for complete list. You can … Continue reading
AnnotationConfig*ApplicationContext support in IntelliJ IDEA 11.1
From this short post you’ll find out (and see) how to: configure your non-XML Spring contexts using @Configuration classes, AnnotationConfigApplicationContext or AnnotationConfigWebApplicationContext set-up “active” profiles for annotation-based configurations If you use AnnotationConfigWebApplicationContext then simply add your configurations or packages-to-scan to … Continue reading