IntelliJ IDEA 7.0 M2是7.0正式版发布前的最后一个里程碑版本,在最新的M2中许多新的特性增加进来,而M2后,较大的改动将不会添加,主要是性能优化和以前问题的解决:
Grooy and Grails:
- Context-sensitive, type inference-aware code completion
- Swing builder methods and Swing properties
- Cross-resolution between Groovy and Java classes, methods and fields
- Smart code navigation assistance with structure view, class and usage search
- Syntax and error highlighting
- Code formatting, folding and Surround With templates
- Numerous code inspections and quick-fixes
- Groovy-aware refactorings and imports optimization
- in Grails generators for controllers, views, domain classes, jobs, scripts, services and taglibs
Project Classes Dependency Management:
- Visual Dependency Structure Matrix analysis
- Customizable dependency sorting
- Automatic detection of cyclic dependencies
- Integrated Find Usages
- Drilldown view for in-depth analysis
Spring and Hibernate Support:
- Spring AOP support, with full coding assistance
- p-namespace support for properties definition
- Generating Hibernate mapping from data source structure
- Editable Hibernate entities relationship diagram
- Find Usages searches table and column names
Performance Improvements:
- Faster project loading
- Improved files synchronization speed
- Revamped Local History engine
Maven Integration:
- Importing Maven projects to IntelliJ IDEA with automatic artifacts download
- Executing and managing Maven Goals
Miscellaneous:
- TestNG integration
- Path and file name completion everywhere in dialogs
- New HTML and CSS inspections for browser compatibility checking
- Bulk action to apply a quick-fix to all problems of arbitrary type within a single file
- Multiple Web facets allowed per module
- External Nullable, NotNull and NonNls annotations for library classes
- Project loading can now be cancelled at any time
详细的信息请访问: http://www.jetbrains.com/idea/nextversion/
|