X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=utils%2Fjalopy%2Fdocs%2Fplugin-jbuilder-integration.html;fp=utils%2Fjalopy%2Fdocs%2Fplugin-jbuilder-integration.html;h=92d21ad5fee1a9d8e4f5710ee62fe181b98362e8;hb=c53aeee9a688f68d64106a968876e542f701fbc6;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..92d21ad 100755 --- a/utils/jalopy/docs/plugin-jbuilder-integration.html +++ b/utils/jalopy/docs/plugin-jbuilder-integration.html @@ -16,3 +16,51 @@ * * You should have received a copy of the GNU General Public License along with Jalview. If not, see . --> + + + + 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