Space Index
|
|||||||||||||||||||||||||||||||
0-9Page: 6.0.2 EAPPage: 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
|
APage: 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 ...
|
||||||||||||||||||||||||||||||
BPage: Before You BeginBefore 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 ...
|
CPage: ColdFusion Plugin Features ListAutocompletion (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:
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 CtrlAltSpace Pressing the same shortcut twice results in 'second' completion, which may ...
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 ...
|
||||||||||||||||||||||||||||||
DPage: Demetra RoadmapGeneral 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
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 with a small ...
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 http://www.jetbrains.com/idea/documentation/domrp.html 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 ...
|
EPage: EAPfollowing Early Access Preview builds are currently available: IntelliJ IDEA 11.1 IDEA 11.1 EAP IntelliJ IDEA 10.5.x IDEA 10.5 EAP IntelliJ IDEA X IDEA X EAP IntelliJ IDEA 9 codename "Maia ...
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:
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 ...
|
||||||||||||||||||||||||||||||
F |
GPage: Getting started demosCreate 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 ...
|
||||||||||||||||||||||||||||||
HHome page: HomeGetting 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 ...
|
IPage: IDEA 10.5 build 106.273 Release Notessubsystem 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 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 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 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.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.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.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 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 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 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 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 |
||||||||||||||||||||||||||||||
LPage: Localization GuideLocalizing (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 ...
|
MPage: Maia 93.54 Release NotesIDEADEV41982 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 ...
|
||||||||||||||||||||||||||||||
NPage: New Packaging Configuration EditorNew 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 |
||||||||||||||||||||||||||||||
PPage: Persisting State of ComponentsPersisting 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 Building Plugins with IntelliJ IDEA 7.0 and Later Plugin Compatibility with IntelliJ Platform Products ...
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
|
Q |
||||||||||||||||||||||||||||||
RPage: Rearranger pluginPurpose 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 ...
|
SPage: Sample IDEA ProjectsSample 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 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)   ...
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:
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 thoroughly and can not guarantee its stability and correctness. The main purpose of adding this plugin into IntelliJ IDEA is to provide ability ...
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 ...
|
||||||||||||||||||||||||||||||
TPage: Team Foundation Server (TFS) IntegrationStatus 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:
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\\ WI:ThirdParty Software Used by WebStorm and 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 ...
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 |
WPage: What's New For Enterprise Developer In DemetraEJB 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:
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