Posts Tagged ‘Navigation’

More Colors with Maia

Friday, July 10th, 2009

IntelliJ IDEA 9 (Maia) lets you assign custom colors to arbitrary sets of files (Scopes) in Editor tabs or Navigation lists (Go to class/file, etc):

File Colors
This helps you even more quickly than before understand which class you are looking at: JDK, a library, or your own app. The feature is available in Maia builds that you can get from EAP under Settings/File Colors.

Web Beans Project Structure in Maia

Monday, April 6th, 2009

IntelliJ IDEA can help you to analyze and quickly navigate to components in your Web Beans project via dedicated tool window that shows custom annotations grouped by type.

Web Beans Project Structure

ER-Diagram Structure Popup

Tuesday, March 17th, 2009

In IntelliJ IDEA you can quickly navigate within JPA/Hibernate ER-Diagram using the File Structure Popup (press Ctrl+F12, or invoke View menu, File Structure Popup command):

Configure JSF Navigation Rules Without Typing

Tuesday, March 17th, 2009

With IntelliJ IDEA you can easily configure navigation rules in faces-config files without making a lot of tedious typing. Just open a faces configuration file, select the Navigation tab, and then drag pages from project tree and drop them to the graph.

Added pages can be linked with mouse — just draw a line from one page to another.