Разное

IntelliJ IDEA 11.0.2 Ultimate Edition

IntelliJ IDEA

IntelliJ IDEA - интеллектуальная интегрированная среда разработки Java, сосредоточенная на производительности разработчика, которая обеспечивает устойчивую комбинацию расширенных инструментальных средств. Мощный редактор в программе, который распознает Java, HTML/XHTML, XML/XSL, CSS, Ruby и JavaScript, поддерживает структуры подобно Rails и GWT, обеспечивая вас средой для передового кодирования. Вне зависимости от того, какой язык вы используете, расширенное обеспечение кода, проверка правильности, форматирование и моделирование - всегда в ваших руках.

IntelliJ IDEA 11

Расширенная проектная навигация структуры кода упрощает анализ даже больших файлов, обеспечивая удобный способ их просмотра. Поиск распознает элементы языков, показывая результаты в интерактивной навигационной панели, помогая вам проанализировать все найденные файлы.

Интеллектуальная помощь в кодировании
Сильный редактор, который распознает Java, HTML/XHTML, XML/XSL, CSS, Ruby и JavaScript, поддерживает структуры подобно Rails и GWT, обеспечивая вас средой для передового кодирования. Вне зависимости от того, какой язык вы используете, расширенное обеспечение кода, проверка правильности, форматирование и моделирование - всегда в ваших руках.

Навигация и поиск
Расширенная проектная навигация структуры кода упрощает анализ даже больших файлов, обеспечивая удобный способ их просмотра. Поиск распознает элементы языков, показывая результаты в интерактивной навигационной панели, помогая вам проанализировать все найденные файлы.

Многочисленный рефакторинг
Богатый набор рефакторинга охватывает фактически каждый аспект преобразования кода и позволяет
вам эффективно поддерживать и модернизировать проекты. Все рефакторинги поддерживают языки и технологии Java, XML, JSP, EJB, Javascript и Ruby и обеспечивают гибкое управление кодом.

Анализ кода
Встроенный анализатор динамического кода с более чем 600 видами проверки, выполняет "на лету" анализ кода и обнаруживает общие синтаксические ошибки, плюс другие ошибки, которые были обнаружены в течении компиляции. Статистический анализ кода обнаруживает критические параметры работы, "мертвые" коды, деформированные зависимости и другие проблемы с кодами. IntelliJ IDEA обеспечивает вас автоматическим решением для обнаружения всех ошибок.

Компилирование, выполнение, отладка
IntelliJ IDEA поддерживает многочисленные Java компиляторы. Вы можете компилировать проекты,
используя ваш любимый компилятор, без необходимости установки интегрированной среды разработки. IntelliJ IDEA включает лучший из поколения JPDA отладчик, с простым и удобным пользовательским интерфейсом. Уникальная HotSwap технология позволяет вам модифицировать и рекомпилировать части кода в течение процесса отладки, без необходимости запуска целого процесса.

API и плагины
Имеется более чем 300 дополнений к программе IntelliJ IDEA, которые расширяют ее функциональные возможности и добавляют различные особенности для проверки кода и рефакторинга, редакторы и инструменты, поддержку языков и прикладных серверов и т.д.

IntelliJ IDEA 11.0.2 Ultimate Edition

ОС: Microsoft Windows 7 (incl.64-bit)/Vista/2003/XP

What's New in Version 11.0:

IDE
  • Possibility to preserve temporary files
  • Possibility to import project from Gradle
  • Possibility to reopen a project from the Welcome screen
  • Possibility to drag and drop a project onto the Welcome screen
  • Possibility to create modules around existing source

Code Editing
  • Column selection mode
  • Smart Enter now applies to JavaDoc
  • New PHPDoc formatting options in compliance with Zend, PEAR and other standards

Languages, Frameworks and Technologies
  • Velocity version 1.7 is supported
  • Improved Gradle support
  • CoffeeScript support
  • Play! support

Configuring Project and IDE
  • Possibility to copy code style from another language
  • Possibility to attach sources on-the-fly
  • Possibility to create libraries using JAR files selected in the Project tool window
  • Possibility to move a module library to the project or global level
  • Possibility to create a copy of a global library at the project level
  • Possibility to move a project library to the global level
  • Smart end in JavaDoc comments
  • Smart indent in JavaDoc
  • Safe write mode
  • More convenient user interface for managing library contents
  • New UI for configuring facet auto-detection

Tool Windows
  • Tool Windows are now available from the View | Tool Windows menu
  • Event Log tool window shows all IDE notifications and allows to take action where needed
  • Dedicated tool window for managing your project favorites
  • Dedicated JSTestDriver tool widow for starting the JsTestDriver server for running JavaScript unit tests in the browser
  • Structure tool window shows anonymous classes

Navigation and Search
  • Navigation commands are available on the Navigate menu
  • Possibility to navigate to anonymous classes
  • Search functionality is in the Edit menu
  • Multiline search and replace in the current file

Version Control
  • Reviewing changes to be checked in (Digest view) right in the Commit dialog box
  • Viewing local changes from base revision in a dedicated pane on the Local tab of the Changes tool window
  • Git Fetch is performed silently, without showing the Fetch Settings dialog box
  • Initial support of git gists for sharing code snippets on GitHub
  • Possibility to view change details for a file
  • Revision graphs for Git
  • Details section allows to preview results before commit

Markup languages and style sheets
  • LESS support
  • Updated HTML 5 schema
  • Zen coding 0.7

Android
  • Android 4 SDK (Ice Cream Sandwich) is supported
  • IntelliJ IDEA detects the resource type and qualifier of a new Android resource and saves it accordingly in the relevant folder
  • Previewing layout from the editor without launching a physical device or emulator. All the changes are reflected immediately in a dedicated Android Preview tool window
  • Built-in obfuscation for Android applications
  • Running Android applications on USB devices supported

Intention Actions and Quick Fixes
  • 'Check RegExp' checks regular expressions on-the-fly
  • 'Inject Language - RegExp' converts any string into a regular expression

PHP Support
  • New PHPDoc formatting options in compliance with Zend, PEAR and other standards
  • Debugging single php http requests supported
  • Generating PHP unit tests improved

Spring Support
  • Improvements in Spring support
  • Improved performance for large models, new features in bean dependency diagram, "Generate @Autowired dependency" action, etc.; Spring 3.1 @Configuration contexts, @ComponentScan, @ImportResource, @Profile, @PropertySource; Spring Testing: @ContextConfiguration configured with @Configuration array, @ActiveProfile.
  • Spring Data JPA is supported

Groovy and Groovy-Based Frameworks
  • New Groovy intention actions ( Replace qualified reference with import; Add single-member static import; Add on-demand static import)
  • Unwrapping statements is now available for Groovy
  • Grails 2.0.0 features (Controller actions as Methods, new JUnit Testing API, access to Gorm API from Java classes, Detached Criteria, etc.)
  • Web Flow support
  • Grails Resources plugin
  • Standalone GORM
  • Spock framework
  • Groovy 1.9 support
  • Introduce Parameter refactoring for Groovy can be used to introduce closure parameters
  • Code Coverage in Grails run/debug configuration

Debugging
  • Possibility to navigate from backtrace in the Watches tab to source
  • Possibility to automatically detect a stack trace in the clipboard
  • Adjust Range command is now available for lists

UML
  • Changing module dependencies with UML diagram

Data Access Support
  • Possibility to change an SQL dialect for an SQL or DDL file open in the editor

ActionScript, Flex and AIR Support
  • More target types for packaging mobile AIR applications are supported

JavaScript Support
  • The mark object action is available in the JavaScript debugger
  • JavaScript unit testing
  • Built-in JSLint code quality checker
  • NodeJS: coding assistance, running, debugging, and unit testing

Testing Support
  • Code Coverage colors can be changed
  • Single action to run with coverage
  • Unit Testing for JavaScript. JSTestDriver Assertion, QUnit, and Jasmine frameworks are supported
  • Running JavaScript unit tests in browser
  • Generating PHP unit tests improved

Remote Hosts
  • Synchronizing local and remote folders in the difference viewer

Build Tools
  • Importing project from external Gradle model
  • Import from Gradle

Java EE and Web Development
  • JBoss 7 support
  • WebSphere 8 support

Miscellaneous Improvements
  • Quick hide/show tool window buttons
  • Macros functionality is in the Edit menu
  • Possibility to compare binary files
  • Highlighting level of the current file can be configured from the Analyze menu
  • Hierarchies are built in the Navigate menu
  • Find Action is in Help menu

 

Скачать программу IntelliJ IDEA 11.0.2 Ultimate Edition (176,13 МБ):

Bukkollaider 04/02/12 Просмотров: 3540
0