[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| Re: [udig-devel] ## Axios Tools ported! ## | 
My plugin.xml already sets the Trim tool as an item of the 'Feature Editing' category, along with Delete Feature, Split and Merge
<modalTool
            categoryId="net.refractions.udig.tool.edit.feature"
            class="eu.udig.tools.trim.TrimTool"
            icon="icons/etool16/trim_feature_mode.gif"
            id="eu.udig.tools.trim.TrimTool"
            largeIcon="icons/etool24/trim_24.png"
            _onToolbar_="true"
            toolCursorId="arrowCursor"
            tooltip="%eu.udig.tools.trim.tooltip">
         <enablement>
            <or>
               <property
                     expectedValue="com.vividsolutions.jts.geom.LineString"
                     propertyId="net.refractions.udig.project.ui.GeometryType">
               </property>
               <property
                     expectedValue="com.vividsolutions.jts.geom.MultiLineString"
                     propertyId="net.refractions.udig.project.ui.GeometryType">
               </property>
            </or>
         </enablement>
      </modalTool>
Marco
2012/8/15 Mauricio Pazos 
<mauricio.pazos@xxxxxxxxx>
On Monday, August 13, 2012 11:18:05 AM Mauricio Pazos wrote:
> hi today I will work in the code review and functional test.
>
> cheers
> --
> Mauricio Pazos
I have finish the Functional test.
- Arc Tool  --> pass
- Parallel Tool  --> pass
- Split Tool  --> pass
- Trim Tool  --> pass
- Merge Tool --> Assertion Exception (Marco is working in this issue)
- Merge Operation --> Pass
Observations:
Right now the Trim tool is in the Other category. I suggest to move to "Edit"
category.
Well, I will start the code review
--
Mauricio Pazos