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

7.2. Integration

+Shows how the Plug-in is integrated into the Eclipse IDE. +

7.2.1. Main menu bar

+Currently, the software adds a new item into the main menu bar of Eclipse +to launch the Jalopy settings dialog. Note that the this configuration +dialog is actually a Java Swing dialog launched in-process so the +appearance and behaviour may slightly differ compared to native applications. +A future version will bring tightly integration with the Eclipse workbench +preferences dialog. +

  • +Window->Jalopy Settings... +

    +Displays the Jalopy settings dialog. Use this item if you want to change the +settings that control the layout of any formatted code. +

+The menu item appears only for certain views/editors. If you want to +enable it permanently, mark +Window->Customize Perspective...->Action Sets->Jalopy + +

7.2.2. Java Editor context menu

+The software adds a new menu item to the context menu of Java editors. +

  • +Format with Jalopy +

    +Formats the contents of the editor. +

7.2.3. Project, Folder, File context menus

+The software adds a new menu item to the context menu of projects, folders and +Java source files in the navigation view of the Java perspective. +

  • +Format +

    +Formats the selected files. Depending on the object type (project, folder, file) formats +either all Java source files of the project, the contents of the selected folder(s) +(including subfolders) or the currently selected Java source file(s). +

to top