X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=utils%2Fjalopy%2Fdocs%2Fplugin-eclipse-integration.html;h=964ad32864c9a02c9dde94e0c4abbd6a366c5154;hb=b9b0c4c90f6ac88f6f5a1300d1dc4f3e83c79eb2;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..964ad32 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