OverviewDownloadDocumentationPlug-insLinksContact
Features | History | Manual | FAQ | Javadoc
This page generated: December 10 2003

8.2. Integration

Shows how the Plug-in is integrated into the JBuilder IDE.

8.2.1. AppBrowser main menu

The software adds two new menu items into the main menu of the AppBrowser to seamlessly integrate with JBuilder:

  • Project->Format <file> (Ctrl-Shift-F10)

    Formats the current editor view. Use this item if you need to format the current opened file.

    Only available if there is an open view that contains a Java source file.

  • Tools->Jalopy Options....

    Displays the Jalopy settings dialog.

    Use this item if you want to configure your settings to control the layout of any formatted code.

8.2.2. Project pane popup-menu

There will also be a new menu item available at the end of the popup-menu of the Project pane: Format. Use this item if you want to format several files at once. All currently selected files are formatted.

If it happens that a file has an open editor view, this view will be updated, not the actual file. You have to save the view first to see the physical file updated.

8.2.3. Editor view popup menu

Both the Format <file> and Jalopy Options... items can be also reached via the popup menu of the active editor view.

to top