Changeset 945


Ignore:
Timestamp:
01/13/15 14:43:43 (9 years ago)
Author:
bln4
Message:
 
Location:
trunk
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r872 r945  
    44        <classpathentry kind="src" output="bin/src" path="tests"/>
    55        <classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
    6 
    7         <!-- Use whatever Eclipse has as its default Java compiler -->
    86        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    9         <!-- Comment out the above and change to the following if you want Java 1.8 (and have taught
    10              Eclipse where Java 1.8 is on your file system -->
    11         <!--
    12         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0"/>
    13         -->
    14 
    157        <classpathentry kind="lib" path="releases/jars/activation.jar"/>
    168        <classpathentry kind="lib" path="releases/jars/cobra.jar"/>
     
    2921        <classpathentry kind="lib" path="releases/jars/commons-cli-1.2.jar"/>
    3022        <classpathentry kind="lib" path="releases/jars/json-simple-1.1.1.jar"/>
     23        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
    3124        <classpathentry kind="output" path="bin/src"/>
    3225</classpath>
  • trunk/.project

    r61 r945  
    1111                        </arguments>
    1212                </buildCommand>
     13                <buildCommand>
     14                        <name>org.eclipse.pde.ManifestBuilder</name>
     15                        <arguments>
     16                        </arguments>
     17                </buildCommand>
     18                <buildCommand>
     19                        <name>org.eclipse.pde.SchemaBuilder</name>
     20                        <arguments>
     21                        </arguments>
     22                </buildCommand>
    1323        </buildSpec>
    1424        <natures>
    1525                <nature>org.eclipse.jdt.core.javanature</nature>
     26                <nature>org.eclipse.pde.PluginNature</nature>
    1627        </natures>
    1728</projectDescription>
  • trunk/src/org/expeditee/gui/indirect/mouse/IndirectMouseActions.java

    r943 r945  
    66                //Left Mouse
    77                BACK, TDFC, FRAMENAMECLICK, FOLLOWLINK, EXECUTEACTION,
     8                //Middle Mouse
     9                NEWLINE, GROUPPICKUP, DETACHLINE, ANCHORFREEITEMS, DELETEITEMS,
    810                //Right Mouse
    911                CREATERECTANGLE, EXTENDLINE, MAKEGROUPCOPY, MAKECOPY, EXTRUDE, RUBBERBANDCOPY,
    10                 RUBBERBANDCORNERCOPY, STAMP, MERGESINGLE, MERGETWO, MERGEGROUP,
    11                 //Middle Mouse
    12                 NEWLINE, GROUPPICKUP, DETACHLINE, ANCHORFREEITEMS, DELETEITEMS
    13         }
     12                RUBBERBANDCORNERCOPY, STAMP, MERGESINGLE, MERGETWO, MERGEGROUP
     13        }//Where has properties gone?
    1414       
    1515        private static final int ACTIONQUANTITY = Action.values().length;
Note: See TracChangeset for help on using the changeset viewer.