X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=utils%2Fjalopy%2Fdocs%2Fplugin-jbuilder-integration.html;h=0fca52977eb9462711a51d41d3f8fe89cf9201e6;hb=b2f9a8d7bce642ff4011bc6d49e02bb0569fbb11;hp=62e881d00a389a5314ac057090aa096db49c30c2;hpb=6ab4ef1cc71ff9d28a21a139db69e4a8351a3fb5;p=jalview.git diff --git a/utils/jalopy/docs/plugin-jbuilder-integration.html b/utils/jalopy/docs/plugin-jbuilder-integration.html index 62e881d..0fca529 100755 --- a/utils/jalopy/docs/plugin-jbuilder-integration.html +++ b/utils/jalopy/docs/plugin-jbuilder-integration.html @@ -1,18 +1,66 @@ - + + + + 8.2. Integration + + +
Overview • + Download • + Documentation • + Plug-ins • + Links • + Contact
Features | + History | + Manual | + FAQ | + Javadoc
+ This page generated: June 8 2004

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