X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=utils%2Fjalopy%2Fdocs%2Fplugin-eclipse-integration.html;h=d7e3a18c840138813c239f8bfa53d1ce1233f43c;hb=b2f9a8d7bce642ff4011bc6d49e02bb0569fbb11;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..d7e3a18 100755 --- a/utils/jalopy/docs/plugin-eclipse-integration.html +++ b/utils/jalopy/docs/plugin-eclipse-integration.html @@ -1,18 +1,70 @@ - + + + + 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