Index

Skip to end of metadata
Go to start of metadata

Space Index

0-9 ... 4 A ... 2 B ... 3 C ... 10 D ... 10 E ... 37
F ... 1 G ... 6 H ... 1 I ... 145 J ... 0 K ... 0
L ... 30 M ... 29 N ... 2 O ... 0 P ... 6 Q ... 0
R ... 1 S ... 26 T ... 8 U ... 0 V ... 0 W ... 5
X ... 0 Y ... 0 Z ... 0 !@#$ ... 0    

0-9

Page: 6.0.2 EAP
Page: 6.0.3 EAP
IntelliJ IDEA 6.0.3 has been released, and the EAP program for it is now over. You can download IntelliJ IDEA 6.0.3 from http://www.jetbrains.com/idea/download/index.html
Page: 6.0.5 EAP
Page: 6.0.6 EAP
IntelliJ IDEA 6.0.6 has been released. You can download version 6.0.6 (build 6197) at http://www.jetbrains.com/idea/download/index.html No further bugfix releases for IntelliJ IDEA 6.0 are currently planned

A

Page: Accessing XML through IntelliJ IDEA DOM
Please do not comment this page you are welcome to post your questions and comments to our Open API and Plugin Development Forum http://devnet.jetbrains.com/community/idea/openapiandplugindevelopment. Our developers monitor this forum closely and will try to help you with your ...
Page: API changes in IntelliJ IDEA 9 (Maia)
API CompletionContributor#fillCompletionVariants returns void. If you want to stop other contributors from executing, call stopHere on CompletionResultSet or use runRemainingContributors methods from there. Also CompletionProvider doesn't take boolean returnValue in constructor anymore. IndexedRootsProvider doesn't take ...

B

Page: Before You Begin
Before You Begin You'll need to install one of ColdFusion servers http://www.adobe.com/products/coldfusion/ (we are currently supporting the latest ColdFusion 9 server, though the plugin works fine, with the previous one). And you'll need IDEA Ultimate ...
Page: Build Number Ranges
reference of build number ranges can be used to specify correct sincebuild and untilbuild versions in the plugin.xml files. Since IntelliJ IDEA 9 beta, a multipart build number is used: for example, IU90.94. The number consists of the following parts: product ID ...
Page: Building Plugins with IntelliJ IDEA 7.0 and Later
Linux and Windows versions of IntelliJ IDEA 7.0, 8.0 and 9.0 are built with JDK 1.6. However, the Mac OS X 10.5 version of JDK 1.6 is 64bit only, and running IDEA under a 64bit JDK causes much larger memory ...

C

Page: ColdFusion Plugin Features List
Autocompletion (CtrlSpace in IntelliJ IDEA 9 and auto popup in IntelliJ IDEA 10) works for tags !Autocomplete.png border=1! attributes attribute values (in case of predefined constants) functions and variable of the current scope function arguments functions of java classes ...
Page: ColdFusion plugin for IntelliJ IDEA features list
features list with explanation and hot keys. Code Editing Code Folding Live Templates Parameter Info Code Completion Code Navigation Functions Structure View Go to Variable First Occurence Go to Component Definition
Page: ColdFusion Support in IntelliJ IDEA
IntelliJ IDEA provides many features for developing ColdFusion applications, including live code checking, completion, code navigation, MXUnit tests execution and many other IDEADEV:ColdFusion Plugin Features List. To get started please read through ...
Page: Color Scheme Management in Intellij IDEA 12.1+
Preface Color scheme management in Intellij IDEA 12.1 was changed to ease the work of scheme designers and make schemes look equally well for different programming languages even if not designed specifically for these languages. Previously language plugins were using fixed ...
Page: ComparisonChainGen
ComparisonChainGen is a sample plugin developed during the Live Coding a Plugin from Scratch webinar http://blogs.jetbrains.com/idea/2012/12/webinarrecordinglivecodingapluginfromscratch/. Its source code is available on GitHub https://github.com/yole/comparisonChainGen. The plugin demonstrates the following API features: Implementing ...
Page: Completion features
Feature list isn't complete, this page is subject to change. There are three completion types: Logical name Shortcut Basic CtrlSpace Smart (SmartType) CtrlShiftSpace Class Name, equivalent to second Basic completion invocation CtrlAltSpace Pressing the same shortcut twice ...
Page: Creation of Action Group
document is a work in progress. This topic describes the actions sample plugin that adds a new action group to the IDEA main menu and toolbar. Basing on this information, you can develop your own plugins using similar techniques. About Actions The system ...
Page: Creation of Intention Action
document is a work in progress. This topic describes the conditionalOperatorConverter sample plugin that adds a new intention action http://www.jetbrains.com/idea/webhelp/intentionactions.html to the IDEA Intensions list. In addition, the sample plugin contains a {{JUnit}}based test. Basing on this information, you ...
Page: Creation of Tool Windows
Tool windows are child windows of IntelliJ IDEA used to display information. Tool windows generally have their own toolbars (referred to as tool window bars) along the outer edges of the main window containing one or more tool window buttons ...
Page: Customizing the IDEA Settings Dialog
topic explains how you can create a plugin that customize the system dialog box Settings http://www.jetbrains.com/idea/webhelp/settingsdialog.html displayed when you click !http://www.jetbrains.com/idea/webhelp/images/settings.png! on the IDEA toolbar. This dialog ...

D

Page: Demetra Roadmap
General IDEA features UI (/) Classic options view usability improvements (/) Searchable option dialogs (MacOS X Tiger like) (/) Projectwide error highlighting (to be displayed in project view) (/) NavBar (/) Scope view (/) Simplified project/module settings UI ...
Page: Developing Custom Language Plugins for IntelliJ IDEA
Introduction IntelliJ IDEA is not only a Java IDE, but also a powerful platform for building development tools targeting any language. Most of IntelliJ IDEA's features consist of languageindependent and languagespecific parts, and you can support a particular feature for your language ...
Page: Developing VCS Integration Plugins for IntelliJ IDEA
page gives an overview of the Version Control Integration API in IntelliJ IDEA 7.0. Most of the concepts described here also apply to IntelliJ IDEA 6.0. The VCS API was significantly refactored in version 6.0, and this document does not describe the API ...
Page: Diana 8975 Release Notes
nbsp;UML Support UML Class Diagram building from existing code. Accessible both by popup menu from code editor, project view and by shortcut CtrlAltShiftU from other contexts. The diagram creation works in two modes: building ...
Page: Diana EAP
What is Diana? "Diana" is the codename for IntelliJ IDEA 8.x. Download IntelliJ IDEA 8.1.4 (build 9952) has been released. You can download it from http://www.jetbrains.com/idea/download/ Release Notes Archive IDEA 8.0 Technology ...
Page: Diana First EAP Release Notes
Plugin Compatibility Due to a major internal refactoring, we have made a significant number of backward incompatible changes to the plugin API. Please refer to Diana Plugin Migration Guide for help in updating existing thirdparty plugins. Seam Support 1 ...
Page: Diana Plugin Migration Guide
IntelliJ IDEA 8.0 (codename "Diana") went through a major refactoring of the plugin API in order to decouple core platform functionality from Java support. This breaks compatibility for many thirdparty plugins. This page describes the major API changes and the steps ...
Page: Diana Release Notes
Page: DOM & JAM (rapid support for XML- and annotations based frameworks)
Article IDEADEV:Accessing XML through IntelliJ IDEA DOM on DOM A short Presentation Presentation.pdf on DOM & JAM
Page: DSM
document describes the feature which is currently actively developed. Please consult Known Issues IDEA:#knownissues section before using it and/or reporting problems. We are in the process of discovering powers of DSM analysis and its applications. You are encouraged to share you ...

E

Page: EAP
following Early Access Preview builds are currently available: IntelliJ IDEA 13 "Cardea" IDEA 13 EAP IntelliJ IDEA 12.1 IDEA 12.1 EAP IntelliJ IDEA 12 "Leda" IDEA 12 EAP IntelliJ IDEA 10.5.x ...
Page: EAP 6708 release notes
you're starting your IDEA through modified .bat (.sh) file or you simply do not update your local copy during update, you should change "idea.jar" occurence in IDEA classpath to "bootstrap.jar". Project/module storage Project ...
Page: EAP 6733 Release Notes
IDEA memory consumption as reported by Task Manager should be greatly reduced after 510 mins of IDEA running. Please report your observation JavaEE functionality was separated into plugin. However the separation work is not finished yet. Removal of this plugin might ...
Page: EAP 6755 Release Notes
Automatic detection of actual source roots when attaching sources to a library Select a zip with sources like: !librarySourceSelector.png! and IDEA will scan it for actual source roots: !sourceRootChooser.png! Basic Spring AOP pointcut expressions injection and keyword completion. Custom Search ...
Page: EAP 6763 Release Notes
Initial support for tracking switched files under CVS and Subversion !cvsSwitchedFiles.png! CVS Browse Changes can be invoked from Browse CVS Repository !cvsBrowseChanges.png! Annotate can be invoked for old revisions under Perforce and Subversion !annotateFromHistory.png! Tomcat 6.0 ...
Page: EAP 6776 Release Notes
New Local History implementation New and old Local History now work simultaneously. Therefore IDEA will consume a bit more memory than usual. You can access new LH dialog with Show History (New)... action. Implemented ...
Page: EAP 6951 Release Notes
New order of intentions Intentions in the popup lists are divided into three groups (and sorted within each group alphabetically): Quick fixes (red bulb, fixes the red problem in the code) Inspection quick fixes (yellow bulb, deals with the yellow code ...
Page: EAP 6963 Release Notes
Encoding references in JSP, HTML !jspEncoding.png! 'Introduce Parameter' removes no longer used parameters !removeParameter.png! Class initializers are shown in the File Structure popup. !classInitializers.png! Clickable and configurable issue tracker links in changelist descriptions and file history !issueNavigationConfig.png! !issueNavigationLink.png ...
Page: EAP 6981 Release Notes
you have thirdparty Maven or TestNG plugins installed, you need to uninstall them before installing this build Dependency Structure Matrix. See separate page DSM for more info. CtrlAltUp/Down navigates to the prev/next stacktrace element ...
Page: EAP 7002 Release Notes
Preview in the automatic rename dialog. !previewInAuto.png! Intention to adjust the module/project language level. !setLevel.PNG!  Local History Restored files after deletion keep theirs history Revert of actions Recent changes Code fragment history (Class ...
Page: EAP 7016 Release Notes
New virtual file system implementation Faster startup on second and subsequent runs of IDEA Reduced memory usage New code, handle with care: may contain bugs or major performance problems Possibility to disable bundled plugins !disablePlugins.png! New ...
Page: EAP 7020 Release Notes
Project settings speedup and back/forward navigation !projectSettings.png! Path completion in text fields with file chooser !pathCompletion.png! Commander is now a plugin which can be disabled
Page: EAP 7027 Release Notes
Maven integration Run/Debug configuration for running Maven (requires external Maven installation, useful for debugging). Work in progress, autogenerated configration names are not very good. When running external Maven, stderr output intercepted as well as stdout Known ...
Page: EAP 7051 Release Notes
Perforce Offline Mode !perforceOfflineMode.png! The Perforce plugin keeps a log of VCS operations performed while offline, and replays the log when the user comes back online. The offline/online mode is switched manually by the user. The log of operations is persisted between ...
Page: EAP 7065 Release Notes
Show Usages action. Shows quick popup with usages of element under cursor. Use CtrlAltF7 to invoke. !showUsages.png! Xml Support. XSLT 2.0 stylesheets are supported XHTML 1.1 documents are supported Maven integration Profiles support Selectable profile ...
Page: EAP 7087 Release Notes
General Deprecation strikeout is displayed in structure view popup and 'choose ambiguous targets' navigation dialog. 'Force Step Into' action remapped to altshiftf7 to avoid conflict with Show Usages. Show Parameter Info action (Control P) works over method ...
Page: EAP 7096 Release Notes
New @TestOnly annotation and inspection You can annotate methods that exist only for test means and should not be called from production code. See inspection description for details JavaEE GUI editors are available for JavaEE facet XML config files ...
Page: EAP 7104 Release Notes
Todo view for current changelist !todo.png
Page: EAP 7111 release notes
Known issues: CVS update deadlock. Please see IDEA14052 for details. The workaround is to enable the CVS output logging. Create patch from local history dialogs You can create patch between: current revision and selected one two ...
Page: EAP 7118 Release Notes
New inspection: Lossy Encoding !lossy.png
Page: EAP 7230 Release Notes
External Plugin Manager !update.PNG! where updatePlugins.xml: !updatePlugins.png! JUnit Plugin The JUnit support has been extracted to an opensource plugin. You can find the source code at http://svn.jetbrains.org/idea/Trunk/bundled/junit
Page: EAP 7241 Release Notes
Search Bar It appears IntelliJ IDEA has three completely different UI for a single feature of searching some text in currently active file, namely "CtrlF": A modal dialog with some options, which initiates the search, "AltF3": Incremental search ...
Page: EAP 7255 Release Notes
Highlight Usages in File (CtrlShiftF7) now toggleable Press CtrlShiftF7 on 'a' highlights all usages of variable 'a' in the file. Press CtrlShiftF7 on 'b' adds all usages of variable 'a' to highlights. Press CtrlShiftF7 on 'a' again removes highlights of variable 'a' usages. Extract Chained ...
Page: EAP 7269 Release Notes
JDK 1.6 The Windows and Unix versions are now built with JDK 1.6, and the Windows version is bundled with JRE 1.6.002. The Mac version is still built with JDK 1.5. If you want your plugins to be compatible with the Mac version of IDEA, you need ...
Page: EAP 7291 Release Notes
New Bundled Plugins The RefactorX plugin from Sixth and Red River Software and the Web services plugin are now bundled with IntelliJ IDEA. What's New in IDEA 7 button in the Settings\ Errors\ Inspection Profile. Shows inspections new in the IDEA ...
Page: EAP 8280 Release Notes
Seam 1. Added inspections !seamins.PNG! 2. Seam EL improved 3. Search by symbol for seam components(ctrlaltshiftN): !seamgotosymbol.PNG!   JSF facesconfig.xml: Added live templates for generate action (altinsert) !facesgenerate.PNG!   Velocity Syntax highlighting ...
Page: EAP 8375 Release Notes
Code completion Second class name completion !firstclassnamecompletion.PNG! !secondclassnamecompletion.PNG! Finish completion by \! (exclamation mark)... !exclamationFinishbefore.PNG! ...and the method call will be negated !exlamationFinishafter.PNG! Spring 1. Spring 2.5 stereotypes with qualifiers(@Component, @Service, @Repository, @Controller, @Qualifier) 2. Find ...
Page: EAP 8733 Release Notes
JetGroovy The JetGroovy plugin is now bundled with IntelliJ IDEA. Please remove the version of the plugin you have in config/plugins. Introduce Parameter Object The "Introduce Parameter Object" refactoring (previously part of RefactorJ 2.0) is now available in IntelliJ IDEA ...
Page: EAP 8769 Release Notes
New Refactorings The following refactorings (originally from RefactorJ) are now included in IntelliJ IDEA: Extract Class Remove Middleman Inline Superclass (invoked by selecting "Inline" on the name of class after "extends" keyword UML Support Basic class diagram ...
Page: EAP 8810 Release Notes
JavaEE facets packaging improvements Java modules and libraries can be packaged directly in EAR: !earPackaging.png! GWT support improvements "new" expression in GWT JavaScript methods supported (resolving and completion): !gwtNewExpression.png! !gwtNewExpressionAfter.png! "Show parameters info" action (CtrlP ...
Page: EAP 8823 Release Notes
Git The git4idea plugin (originally developed by Mark Scott, with further improvements by JetBrains) is now bundled
Page: EAP 8858 Release Notes
File System Change Notifications The FS change notification processing has been rewritten and now uses same backend on Windows and Mac. The Mac version now uses the official file system notification API introduced in Mac OS X ...
Page: Editor Components
EditorTextField Compared to Swing JTextArea, IntelliJ IDEA's editor component has a ton of advantages syntax highlighting support, code completion, code folding and much more. IntelliJ IDEA's editors are normally displayed in editor tabs, but they can be embedded in dialogs ...
Page: EJB 3 Support
document is just a preliminary list of features, considered to be included into IDEA 6 Enterprise feature development. General EJB module version should be synchronized with ejb.xml DTD URI EJB.jar should be automatically added to project "Lock" of module to server should ...
Page: Extending Gradle integration
Purpose This page contains information on how to enhance gradle integration. Table of contents Project management Gradle integration is implemented in terms of external system api http://confluence.jetbrains.com/display/IDEADEV/Externalsystemintegration#ExternalsystemintegrationProjectdatadomain. However, it's possible to further enhance the gradle ...
Page: External Builder API and Plugins
Services and extensions in External Builder The external builder process uses the standard Java services http://docs.oracle.com/javase/6/docs/api/java/util/ServiceLoader.html mechanism to support plugins. There are several service interfaces (e.g. BuilderService) which can be implemented in plugins ...
Page: External system integration
Purpose This page provides highlevel overview of External System subsystem. Table of contents Rationale There are multiple project management systems (maven http://maven.apache.org/, gradle http://www.gradle.org/, sbt http://www.scalasbt.org/ etc) and it's good to support them at the ide. Luckily ...

F

Page: File and Class Choosers
File Choosers To let a user choose a file, directory or multiple files, use the {{FileChooser.chooseFiles()}} method. This method has multiple overloads; the best method to use is the one which returns void and takes a callback receiving the list of selected files as a parameter ...

G

Page: Getting started demos
Create sample project with advanced editing features (video) Watch on JetBrains TV http://tv.jetbrains.net/videocontent/coldfusiondevelopmentwithintellijidea
Page: Getting Started with IntelliJ IDEA ColdFusion Plugin
quick start guide, which will bring you from downloading and installing process to creating a coldfusion page and opening it in a browser. Before You Begin http://confluence.jetbrains.net/display/IDEADEV/BeforeYouBegin Download and Try HelloWorld Project http://confluence.jetbrains.net/display ...
Page: Getting Started with Plugin Development
use of plugins allows you to extend the IntelliJ IDEA functionality. This topic provides information on how to develop and publish your custom plugins. The following subjects are covered: Preliminary Steps #anchor1 Configuring IntelliJ IDEA SDK #anchor2 Creating a new ...
Page: GitHub Integration Stories
Primary Scenarios (/) Log in to GitHub Support api token (/) Corresponding github configuration settings pane (/) "Share on GitHub" action to publish a project I have open as a GitHub repo (choice of public or private) (/) support user pricing plan (/) Action ...
Page: Gradle integration
Purpose The purpose of this page is to show current state of IDEAGradle integration while it's in active development. It's intended to be removed when the integration is released. Table of contents News The latest news from the gradle integration development can be found here News Tasks ...
Page: GWT Studio plugin
GWT Studio plugin for IntelliJ IDEA WATCH DEMO GWT.htm What is GWT Studio? GWT Studio plugin for IntelliJ IDEA simplifies development of Web applications using Google Web Toolkit http://code.google.com/webtoolkit/. The plugin is bundled with IDEA ...

H

Home page: Home
Getting latest development builds EAP (Early Access Preview) EAP FAQs Maven Integration Maven Integration FAQ Migration from Eclipse http://wiki.jetbrains.net/intellij/EclipseFAQ Migration from NetBeans http://wiki.jetbrains.net/intellij/NetBeansFAQ Support ...

I

Page: IDEA 10.5 build 106.273 Release Notes
subsystem IDEA64679 http://youtrack.jetbrains.net/issue/IDEA64679 (Feature) Add github open in browser action to the file tree context menu IDEA64808 http://youtrack.jetbrains.net/issue/IDEA64808 (Feature) Support for binary integral literals and underscores in numeric literals (java 7) IDEA66055 ...
Page: IDEA 10.5 build 106.330 Release Notes
subsystem IDEA66991 http://youtrack.jetbrains.net/issue/IDEA66991 (Feature) Allow cloning from github using ssh protocol in case if user has write access to the repo IDEA66999 http://youtrack.jetbrains.net/issue/IDEA66999 (Feature) Console Folding: Add additional default patterns ...
Page: IDEA 10.5 build 106.396 Release Notes
subsystem IDEA67335 http://youtrack.jetbrains.net/issue/IDEA67335 (Usability Problem) XPath 2: function arguments of wrong nonnumber type are green IDEA56273 http://youtrack.jetbrains.net/issue/IDEA56273 (Usability Problem) Unable to exit and take thread dumps from running applications on Mac ...
Page: IDEA 10.5 build 106.447 Release Notes
subsystem IDEA67805 http://youtrack.jetbrains.net/issue/IDEA67805 (Feature) XPath: inserting closing pair quote could work IDEA66455 http://youtrack.jetbrains.net/issue/IDEA66455 (Feature) Provide documentation for GSP tags IDEA66657 http://youtrack.jetbrains.net/issue/IDEA66657 (Feature) Document git cherrypick ...
Page: IDEA 10.5 build 106.491 Release Notes
subsystem IDEA67777 http://youtrack.jetbrains.net/issue/IDEA67777 (Feature) Mac: allow to open file by dropping it to IDEA icon in dock IDEA63663 http://youtrack.jetbrains.net/issue/IDEA63663 (Feature) Sort run configurations alphabetically if clean checkout (no workspace.xml were found) IDEA60268 http ...
Page: IDEA 10.5 build 106.532 Release Notes
subsystem IDEA60157 http://youtrack.jetbrains.net/issue/IDEA60157 (Feature) Add com.testng.internal to default import/completion exclusion IDEA27560 http://youtrack.jetbrains.net/issue/IDEA27560 (Feature) Remember folding state of ant build scripts IDEA59841 http://youtrack.jetbrains.net/issue/IDEA59841 (Feature) Add AltEnter ...
Page: IDEA 10.5 build 106.561 Release Notes
subsystem IDEA60157 http://youtrack.jetbrains.net/issue/IDEA60157 (Feature) Add com.testng.internal to default import/completion exclusion IDEA59841 http://youtrack.jetbrains.net/issue/IDEA59841 (Feature) Add AltEnter shortcut for "Module Settings" action IDEA68283 http://youtrack.jetbrains.net/issue/IDEA68283 (Feature) Autohighlighting Search ...
Page: IDEA 10.5 build 107.148 Release Notes
subsystem IDEA65989 http://youtrack.jetbrains.net/issue/IDEA65989 (Performance Problem) PhpStorm 2.0 very very slow editing my files IDEA68278 http://youtrack.jetbrains.net/issue/IDEA68278 (Bug) \compare\ pasting in file instead of searchbox when ctrlf IDEA70071 http://youtrack.jetbrains.net ...
Page: IDEA 10.5 build 107.18 Release Notes
Android IDEA68812 http://youtrack.jetbrains.net/issue/IDEA68812 (Bug) Packaging Android Resources and Building Android Package steps are always performed on Build \ Make, even if there were no changes IDEA66980 http://youtrack.jetbrains.net/issue/IDEA66980 (Bug) intention to "add a string resource" doesn't ...
Page: IDEA 10.5 build 107.199 Release Notes
subsystem IDEA69975 http://youtrack.jetbrains.net/issue/IDEA69975 (Bug) Jetty integration support Jetty 7.4.1 WI6515 http://youtrack.jetbrains.net/issue/WI6515 (Bug) Application not responding IDEA69923 http://youtrack.jetbrains.net/issue/IDEA69923 (Bug) unnecessary tooltip animation IDEA69894 http://youtrack.jetbrains.net/issue/IDEA69894 ...
Page: IDEA 10.5 build 107.253 Release Notes
subsystem IDEA55104 http://youtrack.jetbrains.net/issue/IDEA55104 (Usability Problem) Select svn:ignore patterns to remove usability IDEA69631 http://youtrack.jetbrains.net/issue/IDEA69631 (Bug) Inspection 'Mismatched query and update of StringBuilder' false when append in return IDEA69402 http://youtrack.jetbrains.net ...
Page: IDEA 10.5 build 107.322 Release Notes
subsystem IDEA68165 http://youtrack.jetbrains.net/issue/IDEA68165 (Performance Problem) IJ X indexing performance degradation for large projects IDEA71382 http://youtrack.jetbrains.net/issue/IDEA71382 (Bug) Idea wants to save memory settings to the wrong file (to its own bin/idea.vmoptions ...
Page: IDEA 10.5 build 107.481 Release Notes
subsystem IDEA71528 http://youtrack.jetbrains.net/issue/IDEA71528 (Usability Problem) Case sensitive completion option not working IDEA72258 http://youtrack.jetbrains.net/issue/IDEA72258 (Performance Problem) Ultimated Edition 10.5.1 frequently pausing for indexing\! IDEA72221 http://youtrack.jetbrains.net/issue/IDEA72221 (Performance Problem ...
Page: IDEA 10.5 build 107.509 Release Notes
subsystem IDEA71870 http://youtrack.jetbrains.net/issue/IDEA71870 (Bug) Corner case gives VerifyError with @NotNull annotation and Java 7 IDEA72712 http://youtrack.jetbrains.net/issue/IDEA72712 (Exception) NPE and subsequent VFS corruption if project is closed before indexing is complete Code Analysis ...
Page: IDEA 10.5 build 107.52 Release Notes
Android IDEA68831 http://youtrack.jetbrains.net/issue/IDEA68831 (Bug) Can't build maven android project from within intellij 10.5 Code Formatting and Code Style IDEA69043 http://youtrack.jetbrains.net/issue/IDEA69043 (Bug) Code Style Dialog: Selecting values from ...
Page: IDEA 10.5 build 107.535 Release Notes
subsystem IDEA69935 http://youtrack.jetbrains.net/issue/IDEA69935 (Bug) SVN browser can't open some files IDEA73139 http://youtrack.jetbrains.net/issue/IDEA73139 (Bug) Rename Refactoring on a Folder Can delete all contents of a folder if you use it use it to correct casing ...
Page: IDEA 10.5 build 107.85 Release Notes
subsystem IDEA63166 http://youtrack.jetbrains.net/issue/IDEA63166 (Usability Problem) "block beginning" popup blocks tab bar from been clicked by mouse. IDEA69383 http://youtrack.jetbrains.net/issue/IDEA69383 (Bug) Path variable get substituted under windows IDEA69289 http ...
Page: IDEA 10.5 EAP
What is Early Access Program We at JetBrains believe that making tools for developers should greatly involve listening to developers. Our Early Access Program lets development community closely participate in discussions devoted to IntelliJ IDEA and influence development ...
Page: IDEA 10.5 RC Release Notes
Android IDEA64014 http://youtrack.jetbrains.net/issue/IDEA64014 (Feature) IntelliJ does not set debuggable property properly for debug builds IDEA25622 http://youtrack.jetbrains.net/issue/IDEA25622 (Feature) Autocompletion doesn't for for xml drawables IDEA62546 http://youtrack.jetbrains.net/issue/IDEA62546 (Feature) No XML support ...
Page: IDEA 10.5.1 build 107.277 Release Notes
subsystem IDEA70668 http://youtrack.jetbrains.net/issue/IDEA70668 (Bug) GUI becomes unresponsive after opening a file with ondemand static imports of a class in the same file IDEA64348 http://youtrack.jetbrains.net/issue/IDEA64348 (Bug) Avoid IJ hanging during browsing file system ...
Page: IDEA 11 110.137 Release Notes
subsystem IDEA64957 http://youtrack.jetbrains.net/issue/IDEA64957 (Feature) Add "Inspect code" action to directory context menu. IDEA25079 http://youtrack.jetbrains.net/issue/IDEA25079 (Feature) JS: Hierarchy navigation IDEA25082 http://youtrack.jetbrains.net/issue/IDEA25082 (Feature) JS: Make IDEA understand ...
Page: IDEA 11 110.187 Release Notes
subsystem IDEA70951 http://youtrack.jetbrains.net/issue/IDEA70951 (Feature) Automatic expand of function bodies IDEA75632 http://youtrack.jetbrains.net/issue/IDEA75632 (Feature) Console folding: additional patterns IDEA75576 http://youtrack.jetbrains.net/issue/IDEA75576 (Usability Problem) Usual CtrlAltA shortcut to add file ...
Page: IDEA 11 110.291 Release Notes
subsystem IDEA76271 http://youtrack.jetbrains.net/issue/IDEA76271 (Feature) Allow to show remote image IDEA72087 http://youtrack.jetbrains.net/issue/IDEA72087 (Feature) Install zipped a plugin right from Settings>Plugin panel IDEA74974 http://youtrack.jetbrains.net/issue/IDEA74974 (Feature) Allow to drop ...
Page: IDEA 11 110.3 Release Notes
subsystem IDEA74421 http://youtrack.jetbrains.net/issue/IDEA74421 (Feature) Sort auto import exclude list IDEA74712 http://youtrack.jetbrains.net/issue/IDEA74712 (Task) Map help button and F1 of the Favorites tool window IDEA69898 http://youtrack.jetbrains.net/issue/IDEA69898 (Bug) Show context ...
Page: IDEA 11 110.365 Release Notes
subsystem IDEA76171 http://youtrack.jetbrains.net/issue/IDEA76171 (Feature) Play framework support: support scripts (%\ %) IDEA76172 http://youtrack.jetbrains.net/issue/IDEA76172 (Feature) Need a quickfix for "Incorrect dialog title capitalization" warning IDEA76178 http://youtrack.jetbrains.net/issue/IDEA76178 (Feature) Play framework ...
Page: IDEA 11 111.41 Release Notes
subsystem IDEA77781 http://youtrack.jetbrains.net/issue/IDEA77781 (Cosmetics) Browse repositories window looks a bit ugly IDEA77764 http://youtrack.jetbrains.net/issue/IDEA77764 (Bug) "help file 'help/postgresqldialect$plhelp.zip' not found" in documentation popup IDEA77605 http://youtrack.jetbrains.net/issue/IDEA77605 (Bug ...
Page: IDEA 11 beta (build 110.492) Release Notes
subsystem IDEA62307 http://youtrack.jetbrains.net/issue/IDEA62307 (Feature) Add "scroll to the end" button for output window (Run \ Server \ Output) IDEA77033 http://youtrack.jetbrains.net/issue/IDEA77033 (Feature) No longer checkout a new branch from existing without being on existing IDEA76881 ...
Page: IDEA 11 beta 2 (build 111.24) Release Notes
subsystem IDEA77309 http://youtrack.jetbrains.net/issue/IDEA77309 (Feature) wont create new class when copy paste code (only applies to classes that have inner classes) IDEA76874 http://youtrack.jetbrains.net/issue/IDEA76874 (Usability Problem) Basic completion doesn't show ...
Page: IDEA 11 EAP
What is Early Access Program We at JetBrains believe that making tools for developers should greatly involve listening to developers. Our Early Access Program lets development community closely participate in discussions devoted to IntelliJ IDEA and influence development ...
Page: IDEA 11.1 EAP
What is Early Access Program We at JetBrains believe that making tools for developers should greatly involve listening to developers. Our Early Access Program lets development community closely participate in discussions devoted to IntelliJ IDEA and influence development ...
Page: IDEA 12 EAP
What is Early Access Program We at JetBrains believe that making tools for developers should greatly involve listening to developers. Our Early Access Program lets development community closely participate in discussions devoted to IntelliJ IDEA and influence development ...
Page: IDEA 12.1 EAP
What is Early Access Program We at JetBrains believe that making tools for developers should greatly involve listening to developers. Our Early Access Program lets development community closely participate in discussions devoted to IntelliJ IDEA and influence development ...
Page: IDEA 13 EAP
What is Early Access Program We at JetBrains believe that making tools for developers should greatly involve listening to developers. Our Early Access Program lets development community closely participate in discussions devoted to IntelliJ IDEA and influence development ...
Page: IDEA 8.0 Technology Roadmap
IntelliJ IDEA 8.0 Technology Roadmap This is not a complete list of new features planned to be implemented in IntelliJ IDEA 8. This is only an overview of major new technologies that we plan to support. This is not a final plan. It will be updated as the development proceeds. Languages Python ...
Page: IDEA 9.0.2 Release Notes
You can find the summary of the release notes in a post on the IntelliJ IDEA blog http://blogs.jetbrains.com/idea/2010/04/intellijidea902/. No subsystem IDEA52386 http://youtrack.jetbrains.net/issue/IDEA52386 (Feature) Better toplevel class detection for stubs generation IDEA50618 http://youtrack.jetbrains.net/issue/IDEA50618 (Cosmetics ...
Page: IDEA 9.0.3 Release Notes
subsystem WI1663 http://youtrack.jetbrains.net/issue/WI1663 (Cosmetics) Setting Editor File template. Not refresh on change WI1662 http://youtrack.jetbrains.net/issue/WI1662 (Task) Map Help IDs to pages of the New Project from Existing Files Wizard IDEA54340 http://youtrack.jetbrains.net ...
Page: IDEA Code formatting subsystem
Purpose The purpose of this document is to provide information about general design, API and further evolution of IDEA code formatting subsystem Table of Contents Design Overview The general idea of code formatting approach used by IntelliJ platform is to have the following: languageagnostic ...
Page: IDEA Coverage Runner
IDEA Coverage Support IDEA Coverage runner supports Sampling mode to collect line coverage with negligible slowdown as well as Tracing mode to collect accurate branch coverage with possibility to tests tracking\\ !runConfiguration.PNG! \\ Tracing mode provide additional information ...
Page: IDEA X 102.149 Release Notes
subsystem IDEA63563 http://youtrack.jetbrains.net/issue/IDEA63563 (Feature) add "tip of the day" for using CtrlAltSpace to complete static methods IDEA63722 http://youtrack.jetbrains.net/issue/IDEA63722 (Feature) New macros in external tools. IDEA63113 http://youtrack.jetbrains.net/issue/IDEA63113 (Feature) grails run ...
Page: IDEA X 102.216 Release Notes
subsystem IDEA64422 http://youtrack.jetbrains.net/issue/IDEA64422 (Feature) Add an overwrite all/skip all option when copying external resources/files into a project WI4248 http://youtrack.jetbrains.net/issue/WI4248 (Feature) Gutter context menu: add more menu ...
Page: IDEA X 103.14 Release Notes
subsystem IDEA64178 http://youtrack.jetbrains.net/issue/IDEA64178 (Bug) Compile runs forever IDEA64453 http://youtrack.jetbrains.net/issue/IDEA64453 (Bug) GitHub task server configuration changes can't be saved IDEA64547 http://youtrack.jetbrains.net/issue/IDEA64547 (Bug) Typing lag Code Analysis ...
Page: IDEA X 103.161 Release Notes
subsystem WI5019 http://youtrack.jetbrains.net/issue/WI5019 (Feature) Provide a way to customize default working directory for specific Command Line Tool IDEA65013 http://youtrack.jetbrains.net/issue/IDEA65013 (Feature) add command line option to open file on specific line IDEA65502 ...
Page: IDEA X 103.190 Release Notes
subsystem IDEA64656 http://youtrack.jetbrains.net/issue/IDEA64656 (Bug) Navigation (Back & Forward) works incorrectly in the case of splitted editors IDEA63459 http://youtrack.jetbrains.net/issue/IDEA63459 (Bug) Split Window Mode Always opens a new class even if the class is already opened ...
Page: IDEA X 103.212 Release Notes
subsystem IDEA66454 http://youtrack.jetbrains.net/issue/IDEA66454 (Bug) 'Run to cursor' shows breakpoint icon IDEA66453 http://youtrack.jetbrains.net/issue/IDEA66453 (Bug) Attribute completion should be suggested after completing a GSP tag name IDEA64502 http://youtrack.jetbrains.net/issue/IDEA64502 (Bug ...
Page: IDEA X 103.39 Release Notes
subsystem IDEA64831 http://youtrack.jetbrains.net/issue/IDEA64831 (Cosmetics) A misprint in the Settings Panel IDEA64675 http://youtrack.jetbrains.net/issue/IDEA64675 (Bug) Add Framework groovy Can't add Framework Ok Button isn't active IDEA64348 http://youtrack.jetbrains.net/issue/IDEA64348 (Bug) Avoid ...
Page: IDEA X 103.59 Release Notes
subsystem IDEA64675 http://youtrack.jetbrains.net/issue/IDEA64675 (Bug) Add Framework groovy Can't add Framework Ok Button isn't active WI4899 http://youtrack.jetbrains.net/issue/WI4899 (Bug) Smarty 3: Escapes not recognized in strings IDEA64179 http://youtrack.jetbrains.net/issue/IDEA64179 ...
Page: IDEA X 96.1020 Release Notes
subsystem IDEA57639 http://youtrack.jetbrains.net/issue/IDEA57639 (Bug) Stuck on Open Project, Cancel Button does not work IDEA57740 http://youtrack.jetbrains.net/issue/IDEA57740 (Bug) Graph search: cannot enter "" WI2712 http://youtrack.jetbrains.net/issue/WI2712 (Bug) try \ closing brace ...
Page: IDEA X 96.1121 Release Notes
subsystem IDEA57881 http://youtrack.jetbrains.net/issue/IDEA57881 (Performance Problem) Applications that write a lot to console might run much slower in IDEA X IDEA25759 http://youtrack.jetbrains.net/issue/IDEA25759 (Cosmetics) Clean installation of 9.0 Beta Ultimate IDEA57222 http://youtrack.jetbrains.net ...
Page: IDEA X 96.1190 Release Notes
subsystem WI3061 http://youtrack.jetbrains.net/issue/WI3061 (Feature) Support XHTML5 IDEA58119 http://youtrack.jetbrains.net/issue/IDEA58119 (Bug) JavaFX: Assertion at org.jetbrains.javafx.lang.psi.impl.JavaFxTypeElementImpl.getType IDEA58100 http://youtrack.jetbrains.net/issue/IDEA58100 (Bug) SOE at at org.jetbrains.javafx.lang.psi.impl.JavaFxVariableDeclarationImpl.getType Structural Search and Replace IDEA19001 http://youtrack.jetbrains.net/issue/IDEA19001 ...
Page: IDEA X 96.974 Release Notes
subsystem IDEA57454 http://youtrack.jetbrains.net/issue/IDEA57454 (Feature) JAXRS / Jersey support for implicit views WI2488 http://youtrack.jetbrains.net/issue/WI2488 (Feature) New PHP file dialog: file extension combo box could suggest userdefined extensions IDEA57179 http ...
Page: IDEA X 98.117 Release Notes
subsystem WI2756 http://youtrack.jetbrains.net/issue/WI2756 (Feature) Copy PhpDoc when adding method stubs IDEA55763 http://youtrack.jetbrains.net/issue/IDEA55763 (Feature) Add support for Spring TC Server with Insight IDEA58887 http://youtrack.jetbrains.net/issue/IDEA58887 (Feature) Add "Autocompletion ...
Page: IDEA X 98.187 Release Notes
subsystem IDEA55907 http://youtrack.jetbrains.net/issue/IDEA55907 (Feature) Provide more info in Could not save project dialog WI3547 http://youtrack.jetbrains.net/issue/WI3547 (Cosmetics) Slight wording problem in inspection description WI3494 http://youtrack.jetbrains.net/issue/WI3494 (Cosmetics) keymap set ...
Page: IDEA X 98.231 Release Notes
subsystem IDEA55779 http://youtrack.jetbrains.net/issue/IDEA55779 (Feature) Add language filter to "Goto class" and "Goto symbol" IDEA59933 http://youtrack.jetbrains.net/issue/IDEA59933 (Usability Problem) 'EAP build has expired' message box has no means to copy/open link ...
Page: IDEA X 98.311 Release Notes
subsystem IDEA55689 http://youtrack.jetbrains.net/issue/IDEA55689 (Feature) When creating a new class, add a checkbox for "make abstract" IDEA56419 http://youtrack.jetbrains.net/issue/IDEA56419 (Usability Problem) Add ability to launch IntelliJ to a specific project from command line if another ...
Page: IDEA X 98.382 Release Notes
subsystem IDEA57063 http://youtrack.jetbrains.net/issue/IDEA57063 (Feature) Allow Editor window (current tab) to "Float" like tool windows IDEA60452 http://youtrack.jetbrains.net/issue/IDEA60452 (Feature) no JSF settings available when creating a project from scratch or add framework ...
Page: IDEA X 98.402 Release Notes
subsystem IDEA61437 http://youtrack.jetbrains.net/issue/IDEA61437 (Feature) GitHub functionality should also work on projects I collaborate on, but do not own myself IDEA58115 http://youtrack.jetbrains.net/issue/IDEA58115 (Usability Problem) No preselection of the only module when creating "Run Application ...
Page: IDEA X 98.486 Release Notes
subsystem IDEA60571 http://youtrack.jetbrains.net/issue/IDEA60571 (Feature) Improved fix for "make autounboxing explicit" IDEA61494 http://youtrack.jetbrains.net/issue/IDEA61494 (Feature) Allow to toggle "Use soft wraps" on a perfile basis WI3603 http://youtrack.jetbrains.net/issue/WI3603 (Feature) Structure window ...
Page: IDEA X 98.510 Release Notes
subsystem IDEA62165 http://youtrack.jetbrains.net/issue/IDEA62165 (Feature) autocompletion enhancement IDEA61655 http://youtrack.jetbrains.net/issue/IDEA61655 (Usability Problem) Enter license data dialog: "License key" field is multistring IDEA60904 http://youtrack.jetbrains.net/issue/IDEA60904 (Cosmetics) Wrong background while ...
Page: IDEA X 98.520 Release Notes
subsystem IDEA62193 http://youtrack.jetbrains.net/issue/IDEA62193 (Cosmetics) Wrong background in File colors panel under GTKL&F IDEA62174 http://youtrack.jetbrains.net/issue/IDEA62174 (Bug) Tools > Generate Java Code from XML Schema using JAXB reports an error ...
Page: IDEA X 99.5 Release Notes
subsystem IDEA62306 http://youtrack.jetbrains.net/issue/IDEA62306 (Feature) Can't create an Android project from an existing source code. IDEA50357 http://youtrack.jetbrains.net/issue/IDEA50357 (Feature) Make building indices multithreaded IDEA57797 http://youtrack.jetbrains.net/issue/IDEA57797 (Usability ...
Page: IDEA X EAP
What is Early Access Program We at JetBrains believe that making tools for developers should greatly involve listening to developers. Our Early Access Program lets development community closely participate in discussions devoted to IntelliJ IDEA and influence development ...
Page: IDEA X First EAP Release Notes
Work in progress. The EAP itself should be open soon, really soon... {}Faster indexing speed{} UI/UX Improvements New scrollbars Improvements for Mac OS X (nativelike status bar, IDE restart, etc.) Soft wrap in the editor ...
Page: Index
Page: Indexing and PSI Stubs in IntelliJ IDEA
Introduction IntelliJ IDEA's indexing framework provides a quick way to locate certain elements (for example, files containing a certain word or methods with a particular name) in large code bases. Plugin developers can use the existing indexes built by IntelliJ ...
Page: Inotify Instances Limit
an intelligent IDE it is essential to be in the know about any external changes in files it working with e.g. changes made by VCS, or build tools, or code generators etc. For that reason, IntelliJ platform spins background process to monitor such changes. The method it uses ...
Page: Inotify Watches Limit
an intelligent IDE it is essential to be in the know about any external changes in files it working with e.g. changes made by VCS, or build tools, or code generators etc. For that reason, IntelliJ platform spins background process to monitor such changes. The method it uses ...
Page: Inspection of Code Source
document is a work in progress. This topic describes the comparingReferences sample plugin that creates a custom inspection http://www.jetbrains.com/idea/webhelp/codeinspection.html of Java code. In addition, the sample plugin contains a {{JUnit}}based test. Basing on this information, you can develop ...
Page: IntelliJ IDEA 10.0.1 Release Notes
subsystem IDEA63065 http://youtrack.jetbrains.net/issue/IDEA63065 (Bug) Idea 10 intermittent hangs IDEA63145 http://youtrack.jetbrains.net/issue/IDEA63145 (Bug) Invalid operation for read only resultset IDEA62107 http://youtrack.jetbrains.net/issue/IDEA62107 (Bug) FocusKiller" library not found or there were problems ...
Page: IntelliJ IDEA 10.0.2 Release Notes
subsystem IDEA63563 http://youtrack.jetbrains.net/issue/IDEA63563 (Feature) add "tip of the day" for using CtrlAltSpace to complete static methods IDEA64422 http://youtrack.jetbrains.net/issue/IDEA64422 (Feature) Add an overwrite all/skip all option when copying external resources ...
Page: IntelliJ IDEA 10.0.3 Release Notes
subsystem IDEA66991 http://youtrack.jetbrains.net/issue/IDEA66991 (Feature) Allow cloning from github using ssh protocol in case if user has write access to the repo WI5019 http://youtrack.jetbrains.net/issue/WI5019 (Feature) Provide a way to customize default working directory ...
Page: IntelliJ IDEA 10.5.1 Release Notes
subsystem IDEA55104 http://youtrack.jetbrains.net/issue/IDEA55104 (Usability Problem) Select svn:ignore patterns to remove usability IDEA70230 http://youtrack.jetbrains.net/issue/IDEA70230 (Usability Problem) \Cmd\\W\ does not work in Keymap to close current tab IDEA65989 http://youtrack.jetbrains.net ...
Page: IntelliJ IDEA 10.5.2 Release Notes
subsystem IDEA72258 http://youtrack.jetbrains.net/issue/IDEA72258 (Performance Problem) Ultimated Edition 10.5.1 frequently pausing for indexing! IDEA72221 http://youtrack.jetbrains.net/issue/IDEA72221 (Performance Problem) Intellij 10 unresponsive during autocomplete. IDEA70816 http://youtrack.jetbrains.net/issue/IDEA70816 (Bug) Could ...
Page: IntelliJ IDEA 10.5.3 Release Notes
subsystem IDEA69335 http://youtrack.jetbrains.net/issue/IDEA69335 (Usability Problem) Incorrect pattern matching in Go To Class IDEA74462 http://youtrack.jetbrains.net/issue/IDEA74462 (Performance Problem) JPA action update blocks EDT IDEA62275 http://youtrack.jetbrains.net/issue/IDEA62275 (Task) In dumb mode ...
Page: IntelliJ IDEA 10.5.4 Release Notes
OSGi Support IDEA76731 http://youtrack.jetbrains.net/issue/IDEA76731 (Bug) Bundles get delete when running 'make' Version Control. CVS IDEA76183 http://youtrack.jetbrains.net/issue/IDEA76183 (Bug) CVS incoming changes not working if cvs server uses symlinks to repository ...
Page: IntelliJ IDEA 11 111.123 Release Notes
subsystem IDEA78615 http://youtrack.jetbrains.net/issue/IDEA78615 (Usability Problem) Provide some different hot key for the button "Edit variables" IDEA78545 http://youtrack.jetbrains.net/issue/IDEA78545 (Performance Problem) Memory leak at every project open/reopen IDEA77240 http://youtrack.jetbrains.net ...
Page: IntelliJ IDEA 11 111.139 Release Notes
subsystem IDEA79048 http://youtrack.jetbrains.net/issue/IDEA79048 (Bug) False positive 'collection queried but never updated' report IDEA79138 http://youtrack.jetbrains.net/issue/IDEA79138 (Bug) build 11.01 fails with CyclicDependencyException on linux Android IDEA79192 http://youtrack.jetbrains.net/issue/IDEA79192 (Bug) Make ...
Page: IntelliJ IDEA 11 111.228 Release Notes
subsystem IDEA78574 http://youtrack.jetbrains.net/issue/IDEA78574 (Exception) \build:MPS20.7651\ Assertion failed: Already disposed Android IDEA79255 http://youtrack.jetbrains.net/issue/IDEA79255 (Bug) including apklib results in "java.util.zip.ZipException: duplicate entry: AndroidManifest.xml" IDEA79534 http://youtrack.jetbrains.net/issue/IDEA79534 (Bug ...
Page: IntelliJ IDEA 11 111.255 Release Notes
subsystem IDEA59564 http://youtrack.jetbrains.net/issue/IDEA59564 (Performance Problem) "Discover" button in license entry dialog performs license server connection in EDT IDEA79952 http://youtrack.jetbrains.net/issue/IDEA79952 (Bug) Opening file from command line stopped working properly ...
Page: IntelliJ IDEA 11 111.54 Release Notes
subsystem IDEA77918 http://youtrack.jetbrains.net/issue/IDEA77918 (Usability Problem) Inspection Results: too many duplicated items IDEA75411 http://youtrack.jetbrains.net/issue/IDEA75411 (Performance Problem) Long pause before beginning make IDEA78210 http://youtrack.jetbrains.net/issue/IDEA78210 (Performance Problem ...
Page: IntelliJ IDEA 11 111.69 Release Notes
subsystem IDEA78093 http://youtrack.jetbrains.net/issue/IDEA78093 (Bug) hefty memory leak in 111.24 IDEA78263 http://youtrack.jetbrains.net/issue/IDEA78263 (Bug) IDEA 11.0 RC Build #IC111.41 only starts once on Mac OS X 10.7 (have to delete preferences ...
Page: IntelliJ IDEA 11 114.145 Release Notes
subsystem IDEA81343 http://youtrack.jetbrains.net/issue/IDEA81343 (Cosmetics) Icons for actions in 'Mark Directory As' submenu IDEA81457 http://youtrack.jetbrains.net/issue/IDEA81457 (Bug) quick doc on a property reverses comment line order IDEA81499 http://youtrack.jetbrains.net/issue/IDEA81499 (Bug) gist filenames ...
Page: IntelliJ IDEA 11 114.243 Release Notes
subsystem IDEA81564 http://youtrack.jetbrains.net/issue/IDEA81564 (Feature) Export settings live template IDEA52623 http://youtrack.jetbrains.net/issue/IDEA52623 (Feature) Collection converting 'as' should preserve the generics IDEA81685 http://youtrack.jetbrains.net/issue/IDEA81685 (Feature) Action to show the "more tabs" popup ...
Page: IntelliJ IDEA 11 114.65 Release Notes
subsystem IDEA80929 http://youtrack.jetbrains.net/issue/IDEA80929 (Bug) focus is lost in commit dialog IDEA81072 http://youtrack.jetbrains.net/issue/IDEA81072 (Bug) UI became unresponsive IDEA81057 http://youtrack.jetbrains.net/issue/IDEA81057 (Bug) 114.55 EAP does not accept IDEA 11 license ...
Page: IntelliJ IDEA 11 114.98 Release Notes
subsystem IDEA63712 http://youtrack.jetbrains.net/issue/IDEA63712 (Usability Problem) Caret row background highlighting doesn't work in regions with background set, i.e. injections, PHP fragments. IDEA80916 http://youtrack.jetbrains.net/issue/IDEA80916 (Performance Problem) Memory leak (IDEA consumes ...
Page: IntelliJ IDEA 11 116.108 Release Notes
subsystem CFML216 http://youtrack.jetbrains.net/issue/CFML216 (Feature) Have file path code completion on expandPath() CFML218 http://youtrack.jetbrains.net/issue/CFML218 (Feature) Have file path code completion on cfinclude / include; CFML98 http://youtrack.jetbrains.net/issue/CFML98 (Feature) ColdFusion ...
Page: IntelliJ IDEA 11 116.32 Release Notes
subsystem IDEA54256 http://youtrack.jetbrains.net/issue/IDEA54256 (Feature) "Go to setting" action IDEA63866 http://youtrack.jetbrains.net/issue/IDEA63866 (Usability Problem) VCS messages window usability problem IDEA82123 http://youtrack.jetbrains.net/issue/IDEA82123 (Cosmetics) "Run with coverage: <configuration>" would read ...
Page: IntelliJ IDEA 11 117.1006 Release Notes
subsystem IDEA90945 http://youtrack.jetbrains.net/issue/IDEA90945 (Bug) Display balloon notifications option does not persist after restart Code Analysis. Inspection IDEA92759 http://youtrack.jetbrains.net/issue/IDEA92759 (Bug) NPE in RefManagerImpl.export Editor. Editing Text IDEA80858 http://youtrack.jetbrains.net ...
Page: IntelliJ IDEA 11 117.1034 Release Notes
subsystem IDEA94177 http://youtrack.jetbrains.net/issue/IDEA94177 (Bug) encodings.xml contains paths to temporary Android artifacts Android IDEA95242 http://youtrack.jetbrains.net/issue/IDEA95242 (Task) Integrate Google libraries from r21 into android plugin IDEA94901 http://youtrack.jetbrains.net/issue/IDEA94901 (Bug ...
Page: IntelliJ IDEA 11 117.21 Release Notes
subsystem IDEA82764 http://youtrack.jetbrains.net/issue/IDEA82764 (Bug) 'Open in nautilus ' open the External tools program CFML252 http://youtrack.jetbrains.net/issue/CFML252 (Bug) Method named 'default' in scripted component shows syntax errors IDEA72397 http://youtrack.jetbrains.net/issue/IDEA72397 (Bug ...
Page: IntelliJ IDEA 11 117.216 Release Notes
subsystem IDEA83784 http://youtrack.jetbrains.net/issue/IDEA83784 (Usability Problem) Settings > Plugins > Browse repositories > Please improve contrast for installed plugins IDEA84061 http://youtrack.jetbrains.net/issue/IDEA84061 (Cosmetics) Inspections/General description: "Analyse \ Inspect Code" should be corrected to "Code ...
Page: IntelliJ IDEA 11 117.281 Release Notes
subsystem IDEA84558 http://youtrack.jetbrains.net/issue/IDEA84558 (Usability Problem) CoffeeScript code style: sample does not demonstrate all the options IDEA84759 http://youtrack.jetbrains.net/issue/IDEA84759 (Bug) Menu Fonts Not in Contrasting Color on Ubuntu 12.04 beta 2 IDEA84856 http ...
Page: IntelliJ IDEA 11 117.359 Release Notes
subsystem IDEA81585 http://youtrack.jetbrains.net/issue/IDEA81585 (Feature) AIR Native Extensions Support IDEA84296 http://youtrack.jetbrains.net/issue/IDEA84296 (Performance Problem) Deadlock with DaemonCodeAnalyzerImpl.getLastIntentionHint IDEA84031 http://youtrack.jetbrains.net/issue/IDEA84031 (Bug) running a test method ends up running a test ...
Page: IntelliJ IDEA 11 117.37 Release Notes
subsystem IDEA83172 http://youtrack.jetbrains.net/issue/IDEA83172 (Usability Problem) Add context menu command "Jump to Source" F4 to the nodes of the Coverage tool window IDEA82358 http://youtrack.jetbrains.net/issue/IDEA82358 (Performance Problem) IDEA occasionally locks up temporarly for a half ...
Page: IntelliJ IDEA 11 117.46 Release Notes
Code Analysis. Inspection IDEA83242 http://youtrack.jetbrains.net/issue/IDEA83242 (Bug) When applying large number of fixes, one item is left untouched Editor. Editing Text IDEA83268 http://youtrack.jetbrains.net/issue/IDEA83268 (Bug) Editor text is rendered incorrectly Flash ...
Page: IntelliJ IDEA 11 117.499 Release Notes
subsystem IDEA86228 http://youtrack.jetbrains.net/issue/IDEA86228 (Performance Problem) IDEA hanging after execution of Maven goal (THashMap problem) IDEABKL6365 http://youtrack.jetbrains.net/issue/IDEABKL6365 (Bug) Regression: Implemented interface method in anonymous class does not carry over parameter ...
Page: IntelliJ IDEA 11 117.616 Release Notes
subsystem IDEA86228 http://youtrack.jetbrains.net/issue/IDEA86228 (Performance Problem) IDEA hanging after execution of Maven goal (THashMap problem) IDEA87643 http://youtrack.jetbrains.net/issue/IDEA87643 (Bug) Idea UI is forzen IDEA87310 http://youtrack.jetbrains.net/issue/IDEA87310 (Bug) Delete button's ...
Page: IntelliJ IDEA 11 117.622 Release Notes
subsystem IDEA86228 http://youtrack.jetbrains.net/issue/IDEA86228 (Performance Problem) IDEA hanging after execution of Maven goal (THashMap problem) IDEA87643 http://youtrack.jetbrains.net/issue/IDEA87643 (Bug) Idea UI is forzen IDEA87310 http://youtrack.jetbrains.net/issue/IDEA87310 (Bug) Delete button's ...
Page: IntelliJ IDEA 11 117.721 Release Notes
subsystem IDEA86137 http://youtrack.jetbrains.net/issue/IDEA86137 (Performance Problem) Intellij Freeze IDEA81507 http://youtrack.jetbrains.net/issue/IDEA81507 (Bug) Good code is red: "Nested quantifier in regexp" IDEA87812 http://youtrack.jetbrains.net/issue/IDEA87812 (Bug) The button "Clear the contents of the console" on the debug ...
Page: IntelliJ IDEA 11 117.728 Release Notes
subsystem IDEA86137 http://youtrack.jetbrains.net/issue/IDEA86137 (Performance Problem) Intellij Freeze IDEA81507 http://youtrack.jetbrains.net/issue/IDEA81507 (Bug) Good code is red: "Nested quantifier in regexp" IDEA87812 http://youtrack.jetbrains.net/issue/IDEA87812 (Bug) The button "Clear the contents of the console" on the debug ...
Page: IntelliJ IDEA 11 117.747 Release Notes
Code Formatting and Code Style IDEA88337 http://youtrack.jetbrains.net/issue/IDEA88337 (Bug) Reformatting code in file forces "Do not show this dialog in the future" Database IDEA88606 http://youtrack.jetbrains.net/issue/IDEA88606 (Usability Problem) Database table editor: new row rejected ...
Page: IntelliJ IDEA 11 117.84 Release Notes
subsystem IDEA83451 http://youtrack.jetbrains.net/issue/IDEA83451 (Usability Problem) Make it more clear what closure folding is IDEA74738 http://youtrack.jetbrains.net/issue/IDEA74738 (Usability Problem) Tree selection is reset to first element when focus is back from diff dialog ...
Page: IntelliJ IDEA 11 117.912 Release Notes
Some important Subversion fixes are included, especially for IDEA85279 http://youtrack.jetbrains.com/issue/IDEA85279 which improves remote operations performance, and IDEA75800 http://youtrack.jetbrains.net/issue/IDEA75800 "SVN "Merge from..." not working" the name says for itself No subsystem IDEA86893 http://youtrack.jetbrains.net ...
Page: IntelliJ IDEA 11 117.963 Release Notes
subsystem IDEA86893 http://youtrack.jetbrains.net/issue/IDEA86893 (Performance Problem) IntelliJ slow and constantly using 10% CPU IDEA88142 http://youtrack.jetbrains.net/issue/IDEA88142 (Bug) SQL: PostgreSQL mod() function is highlighted as error IDEA77407 http://youtrack.jetbrains.net/issue/IDEA77407 (Bug) Corrupted ...
Page: IntelliJ IDEA 11.0.1 Release Notes
subsystem IDEA78545 http://youtrack.jetbrains.net/issue/IDEA78545 (Performance Problem) Memory leak at every project open/reopen IDEA78964 http://youtrack.jetbrains.net/issue/IDEA78964 (Bug) It should be very clear to a user that she submits an error report with attachments IDEA79138 http ...
Page: IntelliJ IDEA 11.0.2 Release Notes
subsystem IDEA59564 http://youtrack.jetbrains.net/issue/IDEA59564 (Performance Problem) "Discover" button in license entry dialog performs license server connection in EDT IDEA77983 http://youtrack.jetbrains.net/issue/IDEA77983 (Bug) AppCode editor becomes visually stuck after minimization IDEA80306 ...
Page: IntelliJ IDEA 11.1.1 Release Notes
subsystem IDEA83580 http://youtrack.jetbrains.net/issue/IDEA83580 (Bug) Unnecessary parentheses around call qualifier IDEA83641 http://youtrack.jetbrains.net/issue/IDEA83641 (Bug) Don't autopopup with word completion variants in XML Code Analysis. Inspection IDEA83634 http://youtrack.jetbrains.net/issue/IDEA83634 (Feature ...
Page: IntelliJ IDEA 11.1.2 Release Notes
subsystem IDEA84296 http://youtrack.jetbrains.net/issue/IDEA84296 (Performance Problem) Deadlock with DaemonCodeAnalyzerImpl.getLastIntentionHint IDEA85448 http://youtrack.jetbrains.net/issue/IDEA85448 (Bug) Hitting esc while editing a fragment ALWAYS closes the fragment IDEA84017 http://youtrack.jetbrains.net/issue/IDEA84017 (Bug) Command Z does ...
Page: IntelliJ IDEA 11.1.3 Release Notes
subsystem IDEA86228 http://youtrack.jetbrains.net/issue/IDEA86228 (Performance Problem) IDEA hanging after execution of Maven goal (THashMap problem) IDEA86137 http://youtrack.jetbrains.net/issue/IDEA86137 (Performance Problem) Intellij Freeze IDEA87643 http://youtrack.jetbrains.net/issue/IDEA87643 (Bug) Idea UI ...
Page: IntelliJ IDEA 11.1.4 Release Notes
subsystem IDEA86893 http://youtrack.jetbrains.net/issue/IDEA86893 (Performance Problem) IntelliJ slow and constantly using 10% CPU IDEA88142 http://youtrack.jetbrains.net/issue/IDEA88142 (Bug) SQL: PostgreSQL mod() function is highlighted as error IDEA77407 http://youtrack.jetbrains.net/issue/IDEA77407 (Bug) Corrupted ...
Page: IntelliJ IDEA 11.1.5 Release Notes
subsystem IDEA90945 http://youtrack.jetbrains.net/issue/IDEA90945 (Bug) Display balloon notifications option does not persist after restart IDEA94177 http://youtrack.jetbrains.net/issue/IDEA94177 (Bug) encodings.xml contains paths to temporary Android artifacts Android IDEA95242 http://youtrack.jetbrains.net/issue/IDEA95242 ...
Page: IntelliJ IDEA 12.0.1 Release Notes
subsystem IDEA91428 http://youtrack.jetbrains.net/issue/IDEA91428 (Usability Problem) directory prefix is useless in "Show directory in editor tabs for nonunique filenames" IDEA21987 http://youtrack.jetbrains.net/issue/IDEA21987 (Performance Problem) idea is very slow after getting focus back IDEA94394 ...
Page: IntelliJ IDEA 12.0.2 Release Notes
Android IDEA92882 http://youtrack.jetbrains.net/issue/IDEA92882 (Usability Problem) Android run config should be more permissive and allow to select "incompatible" AVDs IDEA95236 http://youtrack.jetbrains.net/issue/IDEA95236 (Cosmetics) Android run configuration menu option too small IDEA94297 ...
Page: IntelliJ IDEA 12.0.3 Release Notes
Android IDEA95988 http://youtrack.jetbrains.net/issue/IDEA95988 (Usability Problem) Export signed APK keyboard usability issue IDEA98282 http://youtrack.jetbrains.net/issue/IDEA98282 (Bug) Android preview does not understand views having custom attributes in selector IDEA88322 http://youtrack.jetbrains.net ...
Page: IntelliJ IDEA 12.0.4 Release Notes
Code Navigation IDEA100518 http://youtrack.jetbrains.net/issue/IDEA100518 (Bug) Goto popups: prefer items with exactly typed prefix Compiling Project IDEA100267 http://youtrack.jetbrains.net/issue/IDEA100267 (Bug) Tests in Maven projects are handled incorrectly Console IDEA100410 http://youtrack.jetbrains.net ...
Page: IntelliJ IDEA 12.1 126.330 Release Notes
subsystem WEB6470 http://youtrack.jetbrains.net/issue/WEB6470 (Feature) Nesting of generated files created by background tasks in Project view WEB6706 http://youtrack.jetbrains.net/issue/WEB6706 (Bug) Background tasks, Dart2JS: js.map file not available in vfs after creation WEB6669 http ...
Page: IntelliJ IDEA 12.1 128.101 Release Notes
subsystem WEB6848 http://youtrack.jetbrains.net/issue/WEB6848 (Task) Map help button of the Emmet page WEB6876 http://youtrack.jetbrains.net/issue/WEB6876 (Bug) Builtin server false promptings WEB6852 http://youtrack.jetbrains.net/issue/WEB6852 (Bug) File watchers, TypeScript: resultant files ...
Page: IntelliJ IDEA 12.1 128.18 Release Notes
subsystem WEB6763 http://youtrack.jetbrains.net/issue/WEB6763 (Task) Map help button of the Jade code style page IDEABKL2596 http://youtrack.jetbrains.net/issue/IDEABKL2596 (Bug) breakpoint gutter icon misaligned, when sharing gutter with bookmark WEB6719 http://youtrack.jetbrains.net/issue/WEB6719 ...
Page: IntelliJ IDEA 12.1 129.111 Release Notes
Am uncertain I IDEA103410 http://youtrack.jetbrains.net/issue/IDEA103410 (Usability Problem) Bookmarks dialog: Use standard "Remove" icon for "delete bookmark" action IDEA103498 http://youtrack.jetbrains.net/issue/IDEA103498 (Task) Update YourKit agent IDEA103687 http://youtrack.jetbrains.net/issue/IDEA103687 ...
Page: IntelliJ IDEA 12.1 129.161 Release Notes
Am uncertain I IDEA103980 http://youtrack.jetbrains.net/issue/IDEA103980 (Bug) Failure with java 8 syntax AspectJ IDEA77854 http://youtrack.jetbrains.net/issue/IDEA77854 (Feature) AspectJ Maven: aspectjmavenplugin: the <aspectDirectory> configuration option should be supported IDEA64446 http://youtrack.jetbrains.net/issue/IDEA64446 ...
Page: IntelliJ IDEA 12.1 129.17 Release Notes
subsystem WEB7013 http://youtrack.jetbrains.net/issue/WEB7013 (Cosmetics) Ugly Browser Icons in JsTestDriverPanel Mac with Retina Display WEB6848 http://youtrack.jetbrains.net/issue/WEB6848 (Task) Map help button of the Emmet page WEB6876 http://youtrack.jetbrains.net/issue/WEB6876 (Bug) Builtin server ...
Page: IntelliJ IDEA 12.1 129.298 Release Notes
subsystem IDEA104465 http://youtrack.jetbrains.net/issue/IDEA104465 (Usability Problem) Do not ask about quitting when user presses restart in tooltip appeared after successful plugin installation IDEA104371 http://youtrack.jetbrains.net/issue/IDEA104371 (Bug) persistence generation creates setters ...
Page: IntelliJ IDEA 12.1 129.354 Release Notes
Android IDEA105676 http://youtrack.jetbrains.net/issue/IDEA105676 (Bug) Android debug not working properly IDEA104811 http://youtrack.jetbrains.net/issue/IDEA104811 (Bug) Annotation output directory not cleaned (It is set to Android default "gen" root) IDEA104800 http://youtrack.jetbrains.net/issue/IDEA104800 (Bug) Importing ...
Page: IntelliJ IDEA 12.1 129.400 Release Notes
Android IDEA104567 http://youtrack.jetbrains.com/issue/IDEA104567 (Usability Problem) intellij idea logcat colors IDEA100206 http://youtrack.jetbrains.com/issue/IDEA100206 (Bug) Android: declarestyleable problem for custom layout params IDEA105294 http://youtrack.jetbrains.com/issue/IDEA105294 (Bug) IDEA fails to parse ...
Page: IntelliJ IDEA 12.1 129.451 Release Notes
Android IDEA106573 http://youtrack.jetbrains.com/issue/IDEA106573 (Bug) Android library reference ids off by 1 IDEA106223 http://youtrack.jetbrains.com/issue/IDEA106223 (Bug) The IDE reports too many "Update Property Files" notifications. IDEA106740 http://youtrack.jetbrains.com/issue/IDEA106740 (Bug ...
Page: IntelliJ IDEA 12.1 129.60 Release Notes
Android IDEA103014 http://youtrack.jetbrains.net/issue/IDEA103014 (Performance Problem) Use single alarm for generating R.java in a multimodule Android application IDEA102920 http://youtrack.jetbrains.net/issue/IDEA102920 (Bug) Generate signed APK wizard overwrites keystore password & key password when ...
Page: IntelliJ IDEA 12.1.1 Release Notes
CSS WEB6184 http://youtrack.jetbrains.net/issue/WEB6184 (Feature) W3C CSS Validator Inspection: Add option to NOT treat vendor extensions as errors WEB2434 http://youtrack.jetbrains.net/issue/WEB2434 (Bug) 'Expand CSS shorthand property' bug on background: WEB17 http://youtrack.jetbrains.net ...
Page: IntelliJ IDEA 12.1.2 Release Notes
Android IDEA102296 http://youtrack.jetbrains.net/issue/IDEA102296 (Usability Problem) project.properties getting set to transient values IDEA98755 http://youtrack.jetbrains.net/issue/IDEA98755 (Task) Fix "unsupported class files format" quickfix in the preview IDEA102326 http://youtrack.jetbrains.net/issue/IDEA102326 (Bug) Can't ...
Page: IntelliJ IDEA 12.1.3 Release Notes
Android IDEA104567 http://youtrack.jetbrains.com/issue/IDEA104567 (Usability Problem) intellij idea logcat colors IDEA106573 http://youtrack.jetbrains.com/issue/IDEA106573 (Bug) Android library reference ids off by 1 IDEA100206 http://youtrack.jetbrains.com/issue/IDEA100206 (Bug) Android: declarestyleable problem ...
Page: IntelliJ IDEA 5.1.2 EAP
Early Access Preview for IntelliJ IDEA 5.1.2 IntelliJ IDEA 5.1.2 has been released, and the EAP for it is over. Issues fixed in IntelliJ IDEA 5.1.2 http://jetbrains.net/jira/secure/IssueNavigator.jspa?reset=true&pid=10132&fixfor=10592
Page: IntelliJ IDEA 6.0.2 EAP
Page: IntelliJ IDEA 6.0.3 EAP
Page: IntelliJ IDEA 9.0.1 Release Notes
IDEADEV41982 http://youtrack.jetbrains.net/issue/IDEADEV41982 I do not see issues from some projects from YouTrack IDEA26899 http://youtrack.jetbrains.net/issue/IDEA26899 Generate WSDL from Java with static module dependencies IDEADEV42072 http://youtrack.jetbrains.net/issue/IDEADEV42072 Schema is doubled ...
Page: IntelliJ IDEA 9.0.4 Release Notes
subsystem IDEA55925 http://youtrack.jetbrains.net/issue/IDEA55925 (Bug) 'Provided' scope doesn't work WI2785 http://youtrack.jetbrains.net/issue/WI2785 (Bug) apply patch treats all patches as empty IDEA57706 http://youtrack.jetbrains.net/issue/IDEA57706 (Bug) Recording macros with certain symbols ...
Page: IntelliJ IDEA Action System
Executing and Updating Actions The system of actions allows plugins to add their own items to IDEA menus and toolbars. An action is a class, derived from the AnAction http://git.jetbrains.org/?p=idea/community.git;a=blob;f=platform/platformapi/src/com ...
Page: IntelliJ IDEA Architectural Overview
document is a work in progress. Feel free to leave comments if you feel that some information should be added or clarified. The goal of this topic is to describe the architecture of IntelliJ IDEA from a plugin developer's point of view. It will be organized in a taskbased manner: rather than ...
Page: IntelliJ IDEA DialogWrapper
DialogWrapper The dialog wrapper is the base class which is supposed to be used for all modal dialogs (and some nonmodal dialogs) shown in IntelliJ IDEA plugins. It provides the following features: Button layout (platformspecific order of OK/Cancel buttons, Mac OSspecific ...
Page: IntelliJ IDEA List and Tree Controls
JBList and Tree Whenever you would normally use a standard Swing JList component, it's recommended to use the {{JBList}} class as dropin replacement. JBList supports the following additional features on top of JList: Drawing a tooltip with complete text of an item ...
Page: IntelliJ IDEA Messaging infrastructure
Purpose The purpose of this document is to introduce messaging infrastructure available at IntelliJ IDEA to the product's developers and plugin writers. It is intended to answer why, when and how to use it. Table of contents Rationale So, what is messaging in IntelliJ IDEA and why do we ...
Page: IntelliJ IDEA Newsgroups
Newsgroups (news://news.jetbrains.com): jetbrains.intellij.community news://news.jetbrains.com/jetbrains.intellij.community General user community discussions jetbrains.intellij.eap news://news.jetbrains.com/jetbrains.intellij.eap Main group for the Early Access Program (EAP) jetbrains.intellij.eap.announcements news://news.jetbrains.com/jetbrains.intellij.eap.announcements Announcements of new EAP builds jetbrains.intellij.eap.j2ee ...
Page: IntelliJ IDEA Notifications
Notifications One of the leading design principles in recent versions of IntelliJ IDEA is avoiding the use of modal message boxes for notifying the user about errors and other situations that may warrant his attention. As a replacement, IntelliJ IDEA provides multiple nonmodal ...
Page: IntelliJ IDEA Plugin Structure
document is a work in progress. Plugins are the only supported way to extend IDEA functionality. A plugin uses API exposed by IDEA or other plugins to implement its functionality. This document is focused on the plugin system structure and plugin lifecycle. It doesn't specify any ...
Page: IntelliJ IDEA Popups
Popups The IntelliJ IDEA user interface makes extensive use of popups semimodal windows that have no chrome (explicit closing buttons) and disappear automatically on focus loss. Making use of these controls in your plugin ensures a consisent user experience between ...
Page: IntelliJ IDEA Tool Windows
Tool Windows Tool windows are panels displayed on the left, bottom and right sides of the main IntelliJ IDEA toolwindow. Each side contains two tool window groups, the primary and the secondary one, and only one toolwindow from each group ...
Page: IntelliJ IDEA User Interface Components
IntelliJ IDEA includes a large number of custom Swing components. Using those components in your plugins will ensure that your plugin looks and works consistently with the UI of the rest of the IDE, and can often reduce the code size compared to using the default ...
Page: IntelliJ IDEA Virtual File System
virtual file system (VFS) is a component of IntelliJ IDEA that encapsulates most of its activity for working with files. It serves the following main purposes: Providing a universal API for working with files regardless of their actual location (on disk, in archive, on a HTTP server etc ...

J

K

L

Page: Leda 120.11 Release Notes
subsystem IDEA87135 http://youtrack.jetbrains.net/issue/IDEA87135 (Feature) Mutual hotkey to clear log in toolwindow logs IDEA86455 http://youtrack.jetbrains.net/issue/IDEA86455 (Feature) "quick fix" suggestions should account for coding convention when creating a variable IDEA87400 http://youtrack.jetbrains.net ...
Page: Leda 120.152 Release Notes
subsystem IDEA83547 http://youtrack.jetbrains.net/issue/IDEA83547 (Usability Problem) "Show implementations" does not show derived interfaces IDEA86137 http://youtrack.jetbrains.net/issue/IDEA86137 (Performance Problem) Intellij Freeze IDEA88859 http://youtrack.jetbrains.net/issue/IDEA88859 (Performance Problem) Performance hit on com.intellij.openapi.util.IconLoader.getDisabledIcon ...
Page: Leda 120.305 Release Notes
subsystem IDEA87149 http://youtrack.jetbrains.net/issue/IDEA87149 (Feature) Switcher: Add option to close editors with 'q' (like in the Mac Dock) IDEA88945 http://youtrack.jetbrains.net/issue/IDEA88945 (Feature) Option to invoke UML class diagram from the "Evaluate expression" form IDEA89049 ...
Page: Leda 122.100 Release Notes
subsystem IDEA90037 http://youtrack.jetbrains.net/issue/IDEA90037 (Usability Problem) Plugins: remove exclamation sign in 'Required plugin is not enabled!' message IDEA90112 http://youtrack.jetbrains.net/issue/IDEA90112 (Usability Problem) Can't collapse nodes in file structure tree IDEA86893 http://youtrack.jetbrains.net ...
Page: Leda 122.202 Release Notes
subsystem IDEA90500 http://youtrack.jetbrains.net/issue/IDEA90500 (Feature) Implement standard 'Surround With Parenthesis' for SQL expressions IDEA90391 http://youtrack.jetbrains.net/issue/IDEA90391 (Usability Problem) Generate getter/setter should pay attention to the field under the cursor IDEA90272 http://youtrack.jetbrains.net ...
Page: Leda 122.264 Release Notes
subsystem IDEA49451 http://youtrack.jetbrains.net/issue/IDEA49451 (Feature) Add native (taskbar/dock) progress indicators for modern OSes IDEA84082 http://youtrack.jetbrains.net/issue/IDEA84082 (Feature) Ability to get a hex value for a particular pixel on the image viewer IDEA90676 http://youtrack.jetbrains.net ...
Page: Leda 122.29 Release Notes
subsystem IDEA89171 http://youtrack.jetbrains.net/issue/IDEA89171 (Feature) "Delegate methods" should include substituting default argument values IDEA89035 http://youtrack.jetbrains.net/issue/IDEA89035 (Feature) File Tab Alphabetical IDEA62053 http://youtrack.jetbrains.net/issue/IDEA62053 (Feature) Smart completion should ...
Page: Leda 122.327 Release Notes
subsystem IDEA89915 http://youtrack.jetbrains.net/issue/IDEA89915 (Feature) Notification on stderror output in Run panel / Console IDEA91177 http://youtrack.jetbrains.net/issue/IDEA91177 (Usability Problem) There are no keyboard shortcuts for switching between panes and to apply diffs in differences viewer IDEA90985 http://youtrack.jetbrains.net ...
Page: Leda 122.395 Release Notes
subsystem IDEA63872 http://youtrack.jetbrains.net/issue/IDEA63872 (Feature) Show modified directories with special icons or colors IDEA90905 http://youtrack.jetbrains.net/issue/IDEA90905 (Feature) Colored Scope ignores "Use in Project View" option when any scope selected IDEA90906 http ...
Page: Leda 122.519 Release Notes
subsystem IDEA91445 http://youtrack.jetbrains.net/issue/IDEA91445 (Feature) Macro for "Extrenal Tools" Name.. IDEA86766 http://youtrack.jetbrains.net/issue/IDEA86766 (Feature) Add TomEE to server list IDEA88111 http://youtrack.jetbrains.net/issue/IDEA88111 (Usability Problem) Before Run>Another configuration: do ...
Page: Leda 122.592 Release Notes
subsystem IDEA93159 http://youtrack.jetbrains.net/issue/IDEA93159 (Bug) Guiceinspections don't understand javax.inject.Injectannotations IDEA92678 http://youtrack.jetbrains.net/issue/IDEA92678 (Bug) OutOfMemoryError: PermGen space after a couple of deployments to CloudFoundry Android IDEA90594 http://youtrack.jetbrains.net/issue/IDEA90594 (Usability Problem) Android ...
Page: Leda 122.639 Release Notes
subsystem IDEA92651 http://youtrack.jetbrains.net/issue/IDEA92651 (Bug) Renaming a macro should update keymap IDEA67797 http://youtrack.jetbrains.net/issue/IDEA67797 (Bug) False error 'Duplicate class' IDEA93225 http://youtrack.jetbrains.net/issue/IDEA93225 (Bug) Encoded string for some entries in open ...
Page: Leda 122.694 Release Notes
subsystem IDEA93633 http://youtrack.jetbrains.net/issue/IDEA93633 (Usability Problem) Improper shortcut text under 1.7 IDEA93822 http://youtrack.jetbrains.net/issue/IDEA93822 (Usability Problem) Database management: Can't add table to database if there are no other tables IDEA93912 http://youtrack.jetbrains.net/issue/IDEA93912 ...
Page: Leda 122.746 Release Notes
subsystem IDEA93965 http://youtrack.jetbrains.net/issue/IDEA93965 (Feature) Cucumber for Groovy: Find Step Usages doesn't work for Scenario Outline steps IDEA94265 http://youtrack.jetbrains.net/issue/IDEA94265 (Feature) cucumber: cucumber run configuration editor should support some glues ...
Page: Leda 122.813 Release Notes
subsystem IDEA86337 http://youtrack.jetbrains.net/issue/IDEA86337 (Usability Problem) Disable actions in 'Generate...' popup which can't be applied IDEA94512 http://youtrack.jetbrains.net/issue/IDEA94512 (Usability Problem) Too long menu list IDEA93675 http://youtrack.jetbrains.net/issue/IDEA93675 (Usability Problem ...
Page: Leda 123.100 Release Notes
subsystem IDEA90293 http://youtrack.jetbrains.net/issue/IDEA90293 (Performance Problem) Block cursor slows down editor painting with Retina IDEA98012 http://youtrack.jetbrains.net/issue/IDEA98012 (Bug) Code completion bug in HTML files IDEA81992 http://youtrack.jetbrains.net/issue/IDEA81992 (Bug) Changes ...
Page: Leda 123.111 Release Notes
subsystem IDEA98186 http://youtrack.jetbrains.net/issue/IDEA98186 (Bug) Output folder accumulation IDEA95807 http://youtrack.jetbrains.net/issue/IDEA95807 (Bug) Argument 0 for @NonNull parameter of org/jetbrains/jps/model/serialization/JpsProjectLoader.getModulePropertiesSerializer IDEA94187 http://youtrack.jetbrains.net/issue/IDEA94187 (Bug) TODO ...
Page: Leda 123.116 Release Notes
subsystem IDEA97536 http://youtrack.jetbrains.net/issue/IDEA97536 (Bug) Introduce parameter doesn't search for same expressions IDEA97352 http://youtrack.jetbrains.net/issue/IDEA97352 (Bug) Find action popup not closed after choosing Settings item IDEA98700 http://youtrack.jetbrains.net/issue/IDEA98700 (Bug ...
Page: Leda 123.139 Release Notes
Compiling Project IDEA99165 http://youtrack.jetbrains.net/issue/IDEA99165 (Bug) Idea can't compile project with JDK8 Cucumber JVM IDEA99065 http://youtrack.jetbrains.net/issue/IDEA99065 (Bug) Creating a Cucumber step definition in Groovy results in AssertionError Database IDEA99180 http://youtrack.jetbrains.net ...
Page: Leda 123.150 Release Notes
Android IDEA98282 http://youtrack.jetbrains.net/issue/IDEA98282 (Bug) Android preview does not understand views having custom attributes in selector IDEA88322 http://youtrack.jetbrains.net/issue/IDEA88322 (Bug) Cannot resolve symbol string (in R.string. reference) IDEA98267 http://youtrack.jetbrains.net/issue/IDEA98267 ...
Page: Leda 123.165 Release Notes
Compiling Project IDEA100267 http://youtrack.jetbrains.net/issue/IDEA100267 (Bug) Tests in Maven projects are handled incorrectly Console IDEA100410 http://youtrack.jetbrains.net/issue/IDEA100410 (Bug) Opening JPAconsole throws Exception Database IDEA99449 http://youtrack.jetbrains.net/issue/IDEA99449 (Bug) CTRLP marks ...
Page: Leda 123.168 Release Notes
Code Navigation IDEA100518 http://youtrack.jetbrains.net/issue/IDEA100518 (Bug) Goto popups: prefer items with exactly typed prefix Editor. Editing Text IDEA100152 http://youtrack.jetbrains.net/issue/IDEA100152 (Performance Problem) IntelliJ 12 freezes for 520 seconds while editing ...
Page: Leda 123.23 Release Notes
subsystem IDEA95581 http://youtrack.jetbrains.net/issue/IDEA95581 (Usability Problem) Show project structure errors in the problems window IDEA91871 http://youtrack.jetbrains.net/issue/IDEA91871 (Bug) Support Oracle XMLTYPE in DB table views IDEA95635 http://youtrack.jetbrains.net/issue/IDEA95635 (Bug) Feedback ...
Page: Leda 123.4 Release Notes
subsystem IDEA94157 http://youtrack.jetbrains.net/issue/IDEA94157 (Feature) Jetty 9 support IDEA89660 http://youtrack.jetbrains.net/issue/IDEA89660 (Usability Problem) Property Table: children should be shown/hidden by left/right arrow keys. IDEA95136 http://youtrack.jetbrains.net/issue/IDEA95136 (Usability ...
Page: Leda 123.45 Release Notes
subsystem IDEA95099 http://youtrack.jetbrains.net/issue/IDEA95099 (Usability Problem) Run configuration dialog UI issues IDEA95745 http://youtrack.jetbrains.net/issue/IDEA95745 (Performance Problem) EAP: latest build is slow IDEA95451 http://youtrack.jetbrains.net/issue/IDEA95451 (Task) File traversal initiated ...
Page: Leda 123.63 Release Notes
subsystem IDEA96356 http://youtrack.jetbrains.net/issue/IDEA96356 (Usability Problem) Starting page of the New Module wizard: provide access to the corresponding help topic IDEA96393 http://youtrack.jetbrains.net/issue/IDEA96393 (Bug) Color picker's fields are tool small under Darcula Code ...
Page: Leda 123.67 Release Notes
subsystem IDEA96508 http://youtrack.jetbrains.net/issue/IDEA96508 (Bug) static method calls should be italic in Darcula Cucumber JVM IDEA96233 http://youtrack.jetbrains.net/issue/IDEA96233 (Bug) Cucumber for groovy: Find Step Usage does not work Version Control. Subversion IDEA96544 ...
Page: Leda 123.95 Release Notes
subsystem IDEA97444 http://youtrack.jetbrains.net/issue/IDEA97444 (Usability Problem) Cannot change SQL dialects while indexing IDEA97502 http://youtrack.jetbrains.net/issue/IDEA97502 (Bug) Database Console in 12 has lost functionality Android IDEA95236 http://youtrack.jetbrains.net/issue/IDEA95236 (Cosmetics ...
Page: Localization Guide
Localizing (translating to national languages) IntelliJ IDEA The purpose of the document is to describe steps necessary to create localized versions of IDEA. Application bundle layout In regards to localization purpose all the resources (in English) that need to be translated are located in jar files called ...
Page: Localization Guide for IntelliJ IDEA
Localizing (translating to national languages) IntelliJ IDEA The purpose of the document is to describe steps necessary to create localized versions of IDEA. Application bundle layout In regards to localization purpose all the resources (in English) that need to be translated are located in jar files called ...

M

Page: Maia 93.54 Release Notes
IDEADEV41982 http://youtrack.jetbrains.net/issue/IDEADEV41982 I do not see issues from some projects from YouTrack IDEA26899 http://youtrack.jetbrains.net/issue/IDEA26899 Generate WSDL from Java with static module dependencies IDEADEV42072 http://youtrack.jetbrains.net/issue/IDEADEV42072 Schema is doubled ...
Page: Maia 93.67 Release Notes
IDEADEV42137 http://youtrack.jetbrains.net/issue/IDEADEV42137 IDEA deadlock IDEADEV40651 http://youtrack.jetbrains.net/issue/IDEADEV40651 'Select word' (ctrlw) should select closure content at one of steps IDEA26947 http://youtrack.jetbrains.net/issue/IDEA26947 Do not report warnings about unknown html tags ...
Page: Maia 93.83 Release Notes
IDEADEV42178 http://youtrack.jetbrains.net/issue/IDEADEV42178 flex: 'pull up' pulls up 'final' modifier to interface (generating red code) IDEA26637 http://youtrack.jetbrains.net/issue/IDEA26637 flex: no completion for "each" (after "for") IDEADEV41940 http://youtrack.jetbrains.net/issue/IDEADEV41940 Good code is red ...
Page: Maia 94.192 Release Notes
subsystem IDEADEV42174 http://youtrack.jetbrains.net/issue/IDEADEV42174 Slow performance when editing JAVA code IDEADEV41626 http://youtrack.jetbrains.net/issue/IDEADEV41626 Please, correct the spelling in Settings Project Settings Version Control VCSs Git IDEADEV41874 http://youtrack.jetbrains.net/issue/IDEADEV41874 Exception ...
Page: Maia 94.273 Release Notes
subsystem IDEA52050 http://youtrack.jetbrains.net/issue/IDEA52050 (Bug) Run/Debug Configurations for applets: Idea doesn't see "Applet class" Code Analysis. Inspection IDEA49762 http://youtrack.jetbrains.net/issue/IDEA49762 (Usability Problem) Inspections: Hard coded string literal does ...
Page: Maia 94.426 Release Notes
subsystem IDEA52386 http://youtrack.jetbrains.net/issue/IDEA52386 (Feature) Better toplevel class detection for stubs generation IDEA50618 http://youtrack.jetbrains.net/issue/IDEA50618 (Cosmetics) Correct grammar in plugin description IDEA52084 http://youtrack.jetbrains.net/issue/IDEA52084 (Bug) File Template glitches. IDEA52256 ...
Page: Maia 94.539 Release Notes
subsystem IDEA52048 http://youtrack.jetbrains.net/issue/IDEA52048 (Bug) "Could not set package name for jsp files" message when creating an XHTML file IDEA52704 http://youtrack.jetbrains.net/issue/IDEA52704 (Bug) Delegate methodds with @Override IDEA52671 http://youtrack.jetbrains.net/issue/IDEA52671 ...
Page: Maia 94.585 Release Notes
subsystem IDEA27047 http://youtrack.jetbrains.net/issue/IDEA27047 (Bug) DEL button pressing on UML diagram's object removes Maven Project Code Analysis. Inspection IDEA34452 http://youtrack.jetbrains.net/issue/IDEA34452 (Feature) If CtrlB to a string literal like "/a/b/c" is not supposed ...
Page: Maia 94.633 Release Notes
subsystem IDEA53024 http://youtrack.jetbrains.net/issue/IDEA53024 (Cosmetics) IDEA Application icon has changed IDEA53160 http://youtrack.jetbrains.net/issue/IDEA53160 (Bug) Deadlock on open popup IDEA48111 http://youtrack.jetbrains.net/issue/IDEA48111 (Bug) Eclipse integration: linking .iml to .classpath: moving ...
Page: Maia 95.105 Release Notes
subsystem IDEA27174 http://youtrack.jetbrains.net/issue/IDEA27174 (Performance Problem) IDEA 9.0 repeatedly freezes 35 seconds for no reason IDEA53888 http://youtrack.jetbrains.net/issue/IDEA53888 (Bug) Error when typing in console IDEA54340 http://youtrack.jetbrains.net/issue/IDEA54340 (Bug) Deadlock while ...
Page: Maia 95.146 Release Notes
J2EE.Hibernate IDEA18758 http://youtrack.jetbrains.net/issue/IDEA18758 (Feature) Hibernate AnnotationSessionFactoryBean configuration not parsed J2EE.EJB3 IDEA54516 http://youtrack.jetbrains.net/issue/IDEA54516 (Bug) EJBQL alias and "not exists" commands Version Control. Subversion IDEA54861 http://youtrack.jetbrains.net/issue/IDEA54861 (Performance Problem) AWTEventQueue ...
Page: Maia 95.214 Release Notes
subsystem IDEA55158 http://youtrack.jetbrains.net/issue/IDEA55158 (Bug) Deadlock during xml file read IDEA54906 http://youtrack.jetbrains.net/issue/IDEA54906 (Bug) "Run" button in "Run \ Run... \ <Some configuration> \ Edit..." dialog doesn't work IDEA54692 http://youtrack.jetbrains.net/issue/IDEA54692 ...
Page: Maia 95.24 Release Notes
subsystem IDEA53409 http://youtrack.jetbrains.net/issue/IDEA53409 (Performance Problem) Indexing is too slow and too often IDEA53421 http://youtrack.jetbrains.net/issue/IDEA53421 (Bug) Support for Richfaces JSF loadScript and loadStyle tags IDEA53319 http://youtrack.jetbrains.net/issue/IDEA53319 (Bug) IDEA 9.0.1 ...
Page: Maia 95.260 Release Notes
subsystem IDEA55470 http://youtrack.jetbrains.net/issue/IDEA55470 (Bug) Undefined Path Variables error is shown if for some files svn:keywords revision property is set IDEA55722 http://youtrack.jetbrains.net/issue/IDEA55722 (Bug) NPE throws if Show Implementations Action calls on virtual ...
Page: Maia 95.289 Release Notes
Version Control IDEA56029 http://youtrack.jetbrains.net/issue/IDEA56029 (Bug) Changing project VCS from Subversion to None doesn't update file status JavaScript IDEA55976 http://youtrack.jetbrains.net/issue/IDEA55976 (Usability Problem) Code completion activated by a period in comments IDEA55965 ...
Page: Maia 95.311 Release Notes
XML editing IDEA53881 http://youtrack.jetbrains.net/issue/IDEA53881 (Bug) flex: mxml: bad code green: unmatched cdata end block not reported IDEA54778 http://youtrack.jetbrains.net/issue/IDEA54778 (Bug) IDEA does not check that space char exists between attributes ...
Page: Maia 95.390 Release Notes
J2EE.Hibernate IDEA20921 http://youtrack.jetbrains.net/issue/IDEA20921 (Bug) Hibernate inspection problem IDEA56142 http://youtrack.jetbrains.net/issue/IDEA56142 (Bug) hibernate: criteria api: ctrlshiftf7 does not highlight persistent entity property usages Version Control. Subversion IDEA56464 http://youtrack.jetbrains.net ...
Page: Maia 95.4 Release Notes
subsystem IDEA53400 http://youtrack.jetbrains.net/issue/IDEA53400 (Usability Problem) Progress indicator doesn't work on Welcome screen IDEA52966 http://youtrack.jetbrains.net/issue/IDEA52966 (Bug) Spell Checker Hex color codes recognized as typos. IDEA53217 http://youtrack.jetbrains.net/issue/IDEA53217 (Bug ...
Page: Maia 95.413 Release Notes
subsystem IDEA56462 http://youtrack.jetbrains.net/issue/IDEA56462 (Bug) public static final fields not supported in HQL IDEA54045 http://youtrack.jetbrains.net/issue/IDEA54045 (Exception) Downloading and installing plugin fails with no indication of the problem IDEA does not start anymore Version Control. Subversion ...
Page: Maia 95.474 Release Notes
subsystem IDEA53294 http://youtrack.jetbrains.net/issue/IDEA53294 (Feature) grails dependency sync should grab source and javadoc jars IDEA51414 http://youtrack.jetbrains.net/issue/IDEA51414 (Feature) Resolve&completion for simple type converter methods in Grails 1.2 IDEA56688 http://youtrack.jetbrains.net/issue/IDEA56688 ...
Page: Maia 95.495 Release Notes
subsystem IDEA57191 http://youtrack.jetbrains.net/issue/IDEA57191 (Bug) Grails module dependency broken (9.0.3) IDEA57108 http://youtrack.jetbrains.net/issue/IDEA57108 (Exception) Can't start IDEA due to plugin Code Analysis. Inspection IDEA57151 http://youtrack.jetbrains.net/issue/IDEA57151 (Feature) Add ...
Page: Maia 95.521 Release Notes
subsystem IDEA57706 http://youtrack.jetbrains.net/issue/IDEA57706 (Bug) Recording macros with certain symbols, HTMLescapes them after reload of IDE Plugin Support. API IDEA53248 http://youtrack.jetbrains.net/issue/IDEA53248 (Bug) Posting Notification without specifying a project results in showing ...
Page: Maia 95.538 Release Notes
subsystem IDEA55925 http://youtrack.jetbrains.net/issue/IDEA55925 (Bug) 'Provided' scope doesn't work IDEA58189 http://youtrack.jetbrains.net/issue/IDEA58189 (Bug) 95.521 regression: IDEA becomes totally unresponsive after running junit test IDEA58165 http://youtrack.jetbrains.net/issue/IDEA58165 (Bug ...
Page: Maia 95.54 Release Notes
subsystem IDEA52048 http://youtrack.jetbrains.net/issue/IDEA52048 (Bug) "Could not set package name for jsp files" message when creating an XHTML file IDEA52785 http://youtrack.jetbrains.net/issue/IDEA52785 (Bug) Endless update in file tree view IDEA53616 http ...
Page: Maia 95.607 Release Notes
subsystem WI2785 http://youtrack.jetbrains.net/issue/WI2785 (Bug) apply patch treats all patches as empty Code Analysis. Inspection IDEA58079 http://youtrack.jetbrains.net/issue/IDEA58079 (Bug) "Manual array copy" false positive IDEA57805 http://youtrack.jetbrains.net/issue/IDEA57805 (Bug ...
Page: Maia 95.627 Release Notes
subsystem IDEA57904 http://youtrack.jetbrains.net/issue/IDEA57904 (Bug) Good code marked red IDEA60196 http://youtrack.jetbrains.net/issue/IDEA60196 (Bug) Idea X IU98.187 does not recognize Guava LinkedListMultimap class Packaging and Installation IDEA57605 http://youtrack.jetbrains.net/issue/IDEA57605 (Bug ...
Page: Maia EAP
What is Early Access Program We at JetBrains believe that making tools for developers should greatly involve listening to developers. Our Early Access Program lets development community closely participate in discussions devoted to IntelliJ IDEA and influence development ...
Page: Maven Integration FAQ
Sources and Resources In general, IDEA automatically imports sources and resources as Sources folders (or Test Sources for test sources and resources). E.g. in case: <build> <sourceDirectory>...</sourceDirectory> will be added as Source folder <testSourceDirectory>...</testSourceDirectory> will be added as Test Source folder <resources ...
Page: Miscellaneous Swing Components
Messages The {{Messages}} class provides a way to show simple message boxes, input dialogs (modal dialogs with a text field) and chooser dialogs (modal dialogs with a combo box). The function of different methods of the class should be clear from their names. When ...

N

Page: New Packaging Configuration Editor
New UI for packaging configuration of JavaEE facets Packaging configuration is presented by tree which structure reflects output layout of the facet: !npeweb.png! Only modules and libraries which will be really packed are shown in the tree so "Add" button is used to add ...
Page: News
Note: normally the changes mentioned here are available for the 'gradle plugin' built from the sources http://confluence.jetbrains.com/display/IDEADEV/Gradleintegration#GradleintegrationHowtocompileIntelliJIDEAfromsourcesandtestthelatestGradleplugin. or from the assembled version http://confluence.jetbrains.com/display/IDEADEV/Gradleintegration#GradleintegrationHowtogetthemostuptodateassembledgradleplugin dated at least one day ...

O

P

Page: Persisting State of Components
Persisting State of IntelliJ IDEA Components IntelliJ IDEA provides an API that allows components or services to persist their state between restarts of IntelliJ IDEA. You can use either a simple API to persist a few values, or persist the state ...
Page: Plugin Compatibility with IntelliJ Platform Products
All products based on the IntelliJ Platform (IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm and AppCode) share the same underlying platform API. Thus, a plugin which does not use any Java specific functionality can be marked as compatible with other ...
Page: Plugin Development FAQ
FAQ is a topical index of questions that have been asked (and answered) on our OpenAPI forum http://intellij.net/forums/forum.jspa?forumID=23. This is a work in progress. OpenSource Plugins How do I compile the Scala plugin? http://intellij.net/forums ...
Page: PluginDevelopment
IntelliJ IDEA Plugin Development Environment and Infrastructure Setting Up a Plugin Development Environment http://www.jetbrains.org/display/IJOS/WritingPlugins Build Number Ranges Plugin Compatibility with IntelliJ Platform Products Introduction to Plugin Development Getting Started with Plugin ...
Page: Profiling Flash and Flex Applications
Flash and Flex profiler plugin for IntelliJ IDEA 10.5 and 11: http://plugins.intellij.net/plugin/?idea&id=5351 Blog post: Profiling CPU in Flash and Flex Applications in IntelliJ IDEA http://blogs.jetbrains.com/idea/2012/01/profilingcpuinflashandflexapplicationsinintellijidea
Page: PSI Cookbook
page gives a list of recipes for the most common operations for working with the PSI (Program Structure Interface) in IntelliJ IDEA. Unlike Developing Custom Language Plugins for IntelliJ IDEA, it talks about working with the PSI of existing languages (such as Java). General How ...

Q

R

Page: Rearranger plugin
Purpose The purpose of this page is to provide an architectural overview of the Rearranger plugin bundled to the IntelliJ IDEA. Table of contents Overview TBD Java facilities select fields and methods by name, visibility, 'static' and 'final' attributes; select fields by type, 'transient ...

S

Page: Sample IDEA Projects
Sample Projects Sample IDEA projects for different frameworks/technologies are listed below. \\ 1. Google App Engine Download the latest Java App Engine SDK from http://code.google.com/appengine/downloads.html. Download appEngineGuestBook.zip and open the project. IDEA ...
Page: Sample Text File Editor
document is a work in progress. This topic describes the textEditor sample plugin that creates a simple editor for viewing and editing text files. Basing on this information, you can develop your own plugins that uses similar techniques. Used Techniques The textEditor plugin ...
Page: Scrollbars FAQ
I've noticed that the look & feel of the scrollbars in IDEA 10 has changed. Is it going to stay? Yes, we don't currently have any plans to change the look & feel. Why did you change the scrollbars? The main thing that we wanted ...
Page: Seam projects in IDEA
Seam projects in IDEA &nbsp;&nbsp;&nbsp; This document describes how the IDEA project can be configured to deploy the Seam applications to JBoss. One of Seam sample projects Booking sample is considered. 1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ...
Page: Selena EAP
What is Selena? "Selena" is the codename for IntelliJ IDEA 7.0. Download IntelliJ IDEA 7.0.5 (build 7971) has been released. Download links can be found at: http://jetbrains.net/devnet/docs/DOC1113 No new Selena EAP builds are planned. Release ...
Page: Selena EAP Release Notes
Major Changes and New Features General JSP, JSPX, XML, HTML and XHTML parsing rewritten Facetbased project configuration UI in project wizard is still temporary Background code analysis is executed in multiple parallel passes on multicore/multiCPU machines ...
Page: Selena roadmap
Project Configuration Smarter project setup Detection of existing libraries Detection of JavaEE aspects Selectable default project layout (Maven etc) Rework of Project Settings UI Directorybased project settings storage No project reload for most settings changes ...
Page: Structure of IntelliJ IDEA Project
document is a work in progress. This topic considers the concept of IntelliJ IDEA projects and related subjects, such as modules, facets, libraries, SDK. The project structure and Java classes you can use to manage projects and modules have been considered. Project and Its ...
Page: Struts 2 Plugin Features & User Guide
Introduction Struts 2 Plugin for JetBrains IntelliJ IDEA provides tight and featurerich integration to develop Struts 2 http://struts.apache.org applications. Real productivity features (including refactoring support), smart assistance just everywhere as well as being a tool ...
Page: Struts 2 Plugin for IntelliJ IDEA
Struts 2 plugin for IntelliJ IDEA Provides sophisticated IDEintegration for developing Apache Struts 2 http://struts.apache.org based webapplications in IntelliJ IDEA. \\ (on) Please see Struts 2 Plugin Features & User Guide for a detailed description and features walkthrough ...
Page: Struts 2 Plugin OGNL Support
OGNL (Object Graph Navigation Library) Support Support for OGNL http://commons.apache.org/ognl/expressions with many language specific features is available since IDEA 11. In 12.1, Parser and PSI have been rewritten completely using GrammarKit https ...
Page: Struts2PluginChangeNotes
Please visit Struts 2 Plugin Main Page Struts 2 Plugin for IntelliJ IDEA for more information. (i) Looking for documentation and features Struts 2 Plugin Features & User Guide? To keep up to date read my blog ...
Page: Struts2PluginChangeNotes_IDEA10
IDEA 10.0.2 EAP 102.216 (110121) General IDEA54327 http://youtrack.jetbrains.net/issue/IDEA54327 Project wizard: include all {{struts.xml}}files found in JARs in created default fileset ({{strutsdefault.xml}} and {{strutsplugin.xml}}) IDEA 10.0.2 First EAP 102.149 (110114) Blog ...
Page: Struts2PluginChangeNotes_IDEA10.5
IDEA 10.5 IDEA 10.5.3 107.764 (111202) IDEA 10.5.3 has been released and is available from http://www.jetbrains.com/idea/download/index.html This release contains a few bugfixes/new features backported from IDEA 11 Struts2PluginChangeNotesIDEA11, please ...
Page: Struts2PluginChangeNotes_IDEA11
i) Looking for documentation and features Struts 2 Plugin Features & User Guide? To keep up to date read my blog Struts, IDEA and such http://strutsidea.blogspot.com or follow me on Twitter http://www.twitter.com/yanncebron IDEA 11.x scope A list ...
Page: Struts2PluginChangeNotes_IDEA12
i) Looking for documentation and features Struts 2 Plugin Features & User Guide? To keep up to date read my blog Struts, IDEA and such http://strutsidea.blogspot.com or follow me on Twitter http://www.twitter.com/yanncebron IntelliJ IDEA 12 "Leda ...
Page: Struts2PluginChangeNotes_IDEA13
i) Looking for documentation and features Struts 2 Plugin Features & User Guide? To keep up to date read my blog Struts, IDEA and such http://strutsidea.blogspot.com or follow me on Twitter http://www.twitter.com/yanncebron IntelliJ IDEA 13 is currently ...
Page: Struts2PluginChangeNotes_IDEA7
IDEA 7 archived change notes 0.41 (080622) IDEA 7.0.3/7.0.4, Build #77577999 struts.xml Typedependent autocompletion/validation for <constant> "value" <include> does not support paths to config files located in other directories Detailed release notes http ...
Page: Struts2PluginChangeNotes_IDEA8
IDEA 8 "Diana" No more updates for IDEA 8 (g) IDEA 8.1.4 EAP (9902) (090710) Detailed release notes http://www.jetbrains.net/jira/secure/ReleaseNote.jspa?projectId=10210&styleName=Html&version=12108 New Project wizard use ...
Page: Struts2PluginChangeNotes_IDEA8EAP
IDEA 8 EAP archived change notes Diana 8858 (081002) struts.xml pageflowgraph: various assorted bugfixes and improvements Diana 8769 (080904) Freemarker Freemarker plugin now provides Struts 2 actions as implicit toplevel variables (http ...
Page: Struts2PluginChangeNotes_IDEA9
Maia Ultimate 9.0.3 EAP 95.146 (100519) JSP struts2jquery: support new tags/attributes for V2.0.0, add some missing support Maia Ultimate EAP 94.585 (100317) == 9.0.2 Blog post http://strutsidea.blogspot.com/2010/03/struts2jquerypluginsupport.html JSP struts2jquery ...
Page: Struts2PluginDevelopment
All stuff necessary for development of S2 plugin (IDEA 12 Ultimate Edition). Feel free to ask if you encounter any problems. Setting up project Creating project check out sources from https://github.com/JetBrains/intellijplugins ...
Page: Subversion 1.7 in IntelliJ IDEA 11
Alphaversion svnkit http://www.svnkit.com library was used to create Subversion 1.7 support for IntelliJ IDEA. \! We didn't test it&nbsp;thoroughly and can not guarantee its stability and correctness. The main purpose of adding this plugin into IntelliJ IDEA is to provide ability ...
Page: Subversion 1.7 native client acceleration
Native client is called only for 1.7 working copies. If there're 1.6 copies or a mix of 1.6 and 1.7, only 1.7 copies would be processed with native client. Operations done through native client when command line acceleration is chosen ...
Page: Subversion diagnostic information
Information usually needed to diagnose Subversion problem: 0. a) Product version and build b) operating system 1. Version Control mappings and general settings: (take screenshot)  !vcsGeneral.jpg border=1! 2. Subversion settings (take screenshot)  !subversionSettings.jpg ...
Page: Sync project changes
Purpose The purpose of this page is to show current facilities of managing changes between the Gradle and IntelliJ projects. The page will be removed when that functionality is released and corresponding content is added to the web reference http://www.jetbrains.com/idea/webhelp/gradle2.html Table of contents Overview The general ...

T

Page: Team Foundation Server (TFS) Integration
Status&nbsp; This document covers implemented features and important issues related to IntelliJ IDEA TFS integration plugin, and is updated on every new feature or plugin improvement. Currently the development is focused on supporting source control functionality without team projects management ...
Page: Test plan
Purpose The purpose of this page is to outline testcases that are based on a knowledge about the gradle integration internals. I.e. these tests are a hint from development to the QA. Table of contents Gradle home settings refresh # Perform successful import; # Point gradle home to the old ...
Page: Testing IntelliJ IDEA Plugins
General Testing Approach Before discussing the specific details of the IntelliJ IDEA plugin test framework, it's worth looking at the general approach that the IntelliJ IDEA team uses for testing the IDE code. Our intention here is not so much to be prescriptive, and more ...
Page: The Latest Version of ColdFusion Plugin
Update February 8, 2012 The latest version of this plugin is now included in IntelliJ IDEA 11.1 EAP http://confluence.jetbrains.net/display/IDEADEV/IDEA11.1EAP builds. You no more need to patch your 11.0 installation, just download the latest EAP build ...
Page: Third-Party Software Used by IntelliJ IDEA
Update also: PYH:ThirdParty Software Used by PyCharm\\ PhpStorm:ThirdParty Software Used by PhpStorm This list is up to date as of IntelliJ IDEA Ultimate Edition 11.0.1. Software Version License Alloy L&F http://www.incors.com/lookandfeel/ 1.4.4 link ...
Page: Third-Party Software used by IntelliJ IDEA 12
list of thirdparty software used by IntelliJ IDEA 12, along with links to the relevant licenses: Software Version License aetherapi http://maven.apache.org/ 1.11 Apache 2.0 http://maven.apache.org/license.html Alloy L&F http://www.incors.com/lookandfeel/ 1.4.4 link ...
Page: Tomcat Integration
source code of the Tomcat plugin included in IntelliJ IDEA Ultimate is available as a sample for implementing application server integration plugins. You can find the code under lib\src\srctomcat.zip in the main IntelliJ IDEA Ultimate distribution
Page: Try Sample Project
Try A Sample Project If you don't want to bother with setting up a project and just want to explore the plugin features, you may download http://confluence.jetbrains.net/download/attachments/37227264/HelloWorld.zip and open a sample HelloWorld project. (To be able to view the result ...

U

V

W

Page: What's New For Enterprise Developer In Demetra
EJB 3 Features EJB 3 Modules Support you can now create modules with support EJB version 3.0 In EJB 3.0 module new EJBs (excluding Entity EJBs) are created using the annotations mechanism You can ...
Page: What's New In Demetra
Core Features Custom inspections based on structural search and replace templates, with quickfix support. Extract Method: Better handling of multiple exit points. Extract Method: possibility to extract guard blocks. @NotNull annotation runtime assertions Inplace rename ...
Page: What's New in UI Designer in Demetra
What's New in UI Designer in Demetra New layout editing interface Automatic creation of grids when components are dropped on the form. No more "Lay Out in Grid / Break Layout" actions. Automatic insertion of grid cells when creating or moving ...
Page: Work with Icons and Images
Icons and images are used widely by IntelliJ IDEA plugins. Plugins need icons mostly for actions, custom components renderers, tool windows and so on. This page describes how to organize your work with icons and images under IntelliJ Platform. How ...
Page: Working with issue tracker
Guidelines There are 2 projects in YouTrack related to IntelliJ IDEA: This project contains issues to be resolved in the current and (possibly) next major release of IDEA. IntelliJ IDEA This is the main tracker project, containing all the issues that are planned to be implemented or fixed in IntelliJ IDEA ...

X

Y

Z

!@#$

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.