Revision: 4561
          http://sourceforge.net/p/jump-pilot/code/4561
Author:   ma15569
Date:     2015-12-04 07:19:06 +0000 (Fri, 04 Dec 2015)
Log Message:
-----------
 Giuseppe Aruta Dec 4 2015
 This tool partially derives from SplitPolygonPlugIn.class from Kosmo SAIG
It has been modified to be used both with selected Linestrings and Polygons.

Modified Paths:
--------------
    core/trunk/scripts/default-plugins.xml
    core/trunk/src/language/jump.properties
    core/trunk/src/language/jump_cz.properties
    core/trunk/src/language/jump_de.properties
    core/trunk/src/language/jump_es.properties
    core/trunk/src/language/jump_fi.properties
    core/trunk/src/language/jump_fr.properties
    core/trunk/src/language/jump_hu.properties
    core/trunk/src/language/jump_it.properties
    core/trunk/src/language/jump_ja_JP.properties
    core/trunk/src/language/jump_ml.properties
    core/trunk/src/language/jump_pt.properties
    core/trunk/src/language/jump_pt_BR.properties
    core/trunk/src/language/jump_ta_IN.properties
    core/trunk/src/language/jump_te.properties
    core/trunk/src/language/jump_zh_CN.properties
    core/trunk/src/language/jump_zh_HK.properties

Modified: core/trunk/scripts/default-plugins.xml
===================================================================
--- core/trunk/scripts/default-plugins.xml      2015-12-03 22:33:08 UTC (rev 
4560)
+++ core/trunk/scripts/default-plugins.xml      2015-12-04 07:19:06 UTC (rev 
4561)
@@ -25,9 +25,6 @@
        <plug-in>
                
org.openjump.core.ui.plugin.datastore.postgis.SaveToPostGISPlugIn
        </plug-in>
-       <extension>
-               com.vividsolutions.jump.datastore.OracleDataStoreExtension
-       </extension>
        <plug-in>
                
org.openjump.core.ccordsys.srid.EnsureAllLayersHaveSRIDStylePlugIn
        </plug-in>
@@ -1665,23 +1662,24 @@
                
org.openjump.core.ui.plugin.edittoolbox.ConstrainedMoveVertexPlugIn
        </plug-in>
        <plug-in>
-               org.openjump.core.ui.plugin.edittoolbox.RotateSelectedItemPlugIn
-       </plug-in>
-       <plug-in>
                org.openjump.core.ui.plugin.edittoolbox.SelectOneItemPlugIn
        </plug-in>
        <plug-in>
                
org.openjump.core.ui.plugin.edittoolbox.DrawCircleWithGivenRadiusPlugIn
        </plug-in>
        <plug-in>
+               org.openjump.core.ui.plugin.edittoolbox.NoteToolPlugIn
+       </plug-in>
+       <plug-in>
                org.openjump.core.ui.plugin.edittoolbox.CutPolygonSIGLEPlugIn
        </plug-in>
        <plug-in>
-               
org.openjump.core.ui.plugin.edittoolbox.AutoCompletePolygonPlugIn
+               org.openjump.core.ui.plugin.edittoolbox.CutFeaturesPlugIn
        </plug-in>
        <plug-in>
-               org.openjump.core.ui.plugin.edittoolbox.NoteToolPlugIn
+               
org.openjump.core.ui.plugin.edittoolbox.AutoCompletePolygonPlugIn
        </plug-in>
+
        <plug-in>
                org.openjump.core.ui.plugin.edittoolbox.FillPolygonPlugIn
        </plug-in>

Modified: core/trunk/src/language/jump.properties
===================================================================
--- core/trunk/src/language/jump.properties     2015-12-03 22:33:08 UTC (rev 
4560)
+++ core/trunk/src/language/jump.properties     2015-12-04 07:19:06 UTC (rev 
4561)
@@ -2574,3 +2574,4 @@
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=Error or no legend 
associated to selected layer
 
org.openjump.core.ui.plugin.mousemenu.MeasureSelectedFeaturePlugIn.name=Measure 
selected feature
 
org.openjump.core.ui.plugin.mousemenu.MeasureSelectedFeaturePlugIn.message1=not 
supported for this type of operation
+org.openjump.core.ui.plugin.tools.CutFeaturesTool = Cut polygons or linestrings
\ No newline at end of file

Modified: core/trunk/src/language/jump_cz.properties
===================================================================
--- core/trunk/src/language/jump_cz.properties  2015-12-03 22:33:08 UTC (rev 
4560)
+++ core/trunk/src/language/jump_cz.properties  2015-12-04 07:19:06 UTC (rev 
4561)
@@ -2554,3 +2554,4 @@
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn=\#T\:Show WMS Layer Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.panel=\#T\:WMS Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=\#T\:Error or no 
legend associated to selected layer
+org.openjump.core.ui.plugin.tools.CutFeaturesTool = \#T\:Cut polygons or 
linestrings
\ No newline at end of file

Modified: core/trunk/src/language/jump_de.properties
===================================================================
--- core/trunk/src/language/jump_de.properties  2015-12-03 22:33:08 UTC (rev 
4560)
+++ core/trunk/src/language/jump_de.properties  2015-12-04 07:19:06 UTC (rev 
4561)
@@ -2549,4 +2549,5 @@
 
org.openjump.core.ui.plugin.tools.AddGeometryAttributesPlugIn.compacity=\#T\:Compacity
 
org.openjump.core.ui.plugin.tools.AddGeometryAttributesPlugIn.add-compacity=\#T\:Add
 Compacity (Grav\xE9lius)
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.panel=\#T\:WMS Legend
-org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=\#T\:Error or no 
legend associated to selected layer
\ No newline at end of file
+org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=\#T\:Error or no 
legend associated to selected layer
+org.openjump.core.ui.plugin.tools.CutFeaturesTool = \#T\:Cut polygons or 
linestrings
\ No newline at end of file

Modified: core/trunk/src/language/jump_es.properties
===================================================================
--- core/trunk/src/language/jump_es.properties  2015-12-03 22:33:08 UTC (rev 
4560)
+++ core/trunk/src/language/jump_es.properties  2015-12-04 07:19:06 UTC (rev 
4561)
@@ -2529,4 +2529,5 @@
 
org.openjump.core.ui.plugin.tools.AddGeometryAttributesPlugIn.add-compacity=\#T\:Add
 Compacity (Grav\xE9lius)
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn=\#T\:Show WMS Layer Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.panel=\#T\:WMS Legend
-org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=\#T\:Error or no 
legend associated to selected layer
\ No newline at end of file
+org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=\#T\:Error or no 
legend associated to selected layer
+org.openjump.core.ui.plugin.tools.CutFeaturesTool = Cortar poligonos o lineas
\ No newline at end of file

Modified: core/trunk/src/language/jump_fi.properties
===================================================================
--- core/trunk/src/language/jump_fi.properties  2015-12-03 22:33:08 UTC (rev 
4560)
+++ core/trunk/src/language/jump_fi.properties  2015-12-04 07:19:06 UTC (rev 
4561)
@@ -2529,3 +2529,4 @@
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.panel=\#T\:WMS Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=\#T\:Error or no 
legend associated to selected layer
 
org.openjump.core.ui.plugin.mousemenu.MeasureSelectedFeaturePlugIn.message1=\#T\:not
 supported for this type of operation
+org.openjump.core.ui.plugin.tools.CutFeaturesTool = \#T\:Cut polygons or 
linestrings
\ No newline at end of file

Modified: core/trunk/src/language/jump_fr.properties
===================================================================
--- core/trunk/src/language/jump_fr.properties  2015-12-03 22:33:08 UTC (rev 
4560)
+++ core/trunk/src/language/jump_fr.properties  2015-12-04 07:19:06 UTC (rev 
4561)
@@ -2556,3 +2556,4 @@
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn=Montrer la l\xE9gende WMS
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.panel=L\xE9gende WMS
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=Erreur ou aucune 
l\xE9gende associ\xE9e \xE0 la couche s\xE9lectionn\xE9e
+org.openjump.core.ui.plugin.tools.CutFeaturesTool = \#T\:Cut polygons or 
linestrings
\ No newline at end of file

Modified: core/trunk/src/language/jump_hu.properties
===================================================================
--- core/trunk/src/language/jump_hu.properties  2015-12-03 22:33:08 UTC (rev 
4560)
+++ core/trunk/src/language/jump_hu.properties  2015-12-04 07:19:06 UTC (rev 
4561)
@@ -2548,4 +2548,5 @@
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn=\#T\:Show WMS Layer Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.panel=\#T\:WMS Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=\#T\:Error or no 
legend associated to selected layer
-ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
\ No newline at end of file
+ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
+org.openjump.core.ui.plugin.tools.CutFeaturesTool = \#T\:Cut polygons or 
linestrings
\ No newline at end of file

Modified: core/trunk/src/language/jump_it.properties
===================================================================
--- core/trunk/src/language/jump_it.properties  2015-12-03 22:33:08 UTC (rev 
4560)
+++ core/trunk/src/language/jump_it.properties  2015-12-04 07:19:06 UTC (rev 
4561)
@@ -2529,4 +2529,5 @@
 
org.openjump.core.ui.plugin.tools.AddGeometryAttributesPlugIn.add-compacity=\#T\:Add
 Compacity (Grav\xE9lius)
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn=\#T\:Show WMS Layer Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.panel=\#T\:WMS Legend
-org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=\#T\:Error or no 
legend associated to selected layer
\ No newline at end of file
+org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=\#T\:Error or no 
legend associated to selected layer
+org.openjump.core.ui.plugin.tools.CutFeaturesTool = Taglia poligoni o linee
\ No newline at end of file

Modified: core/trunk/src/language/jump_ja_JP.properties
===================================================================
--- core/trunk/src/language/jump_ja_JP.properties       2015-12-03 22:33:08 UTC 
(rev 4560)
+++ core/trunk/src/language/jump_ja_JP.properties       2015-12-04 07:19:06 UTC 
(rev 4561)
@@ -2550,4 +2550,5 @@
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn=\#T\:Show WMS Layer Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.panel=\#T\:WMS Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=\#T\:Error or no 
legend associated to selected layer
-ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
\ No newline at end of file
+ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
+org.openjump.core.ui.plugin.tools.CutFeaturesTool = \#T\:Cut polygons or 
linestrings
\ No newline at end of file

Modified: core/trunk/src/language/jump_ml.properties
===================================================================
--- core/trunk/src/language/jump_ml.properties  2015-12-03 22:33:08 UTC (rev 
4560)
+++ core/trunk/src/language/jump_ml.properties  2015-12-04 07:19:06 UTC (rev 
4561)
@@ -3821,4 +3821,5 @@
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn=\#T\:Show WMS Layer Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.panel=\#T\:WMS Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=\#T\:Error or no 
legend associated to selected layer
-ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
\ No newline at end of file
+ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
+org.openjump.core.ui.plugin.tools.CutFeaturesTool = \#T\:Cut polygons or 
linestrings
\ No newline at end of file

Modified: core/trunk/src/language/jump_pt.properties
===================================================================
--- core/trunk/src/language/jump_pt.properties  2015-12-03 22:33:08 UTC (rev 
4560)
+++ core/trunk/src/language/jump_pt.properties  2015-12-04 07:19:06 UTC (rev 
4561)
@@ -2547,4 +2547,5 @@
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn=\#T\:Show WMS Layer Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.panel=\#T\:WMS Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=\#T\:Error or no 
legend associated to selected layer
-ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
\ No newline at end of file
+ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
+org.openjump.core.ui.plugin.tools.CutFeaturesTool = \#T\:Cut polygons or 
linestrings
\ No newline at end of file

Modified: core/trunk/src/language/jump_pt_BR.properties
===================================================================
--- core/trunk/src/language/jump_pt_BR.properties       2015-12-03 22:33:08 UTC 
(rev 4560)
+++ core/trunk/src/language/jump_pt_BR.properties       2015-12-04 07:19:06 UTC 
(rev 4561)
@@ -2547,4 +2547,5 @@
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn=\#T\:Show WMS Layer Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.panel=\#T\:WMS Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=\#T\:Error or no 
legend associated to selected layer
-ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
\ No newline at end of file
+ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
+org.openjump.core.ui.plugin.tools.CutFeaturesTool = \#T\:Cut polygons or 
linestrings
\ No newline at end of file

Modified: core/trunk/src/language/jump_ta_IN.properties
===================================================================
--- core/trunk/src/language/jump_ta_IN.properties       2015-12-03 22:33:08 UTC 
(rev 4560)
+++ core/trunk/src/language/jump_ta_IN.properties       2015-12-04 07:19:06 UTC 
(rev 4561)
@@ -2546,4 +2546,5 @@
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn=\#T\:Show WMS Layer Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.panel=\#T\:WMS Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=\#T\:Error or no 
legend associated to selected layer
-ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
\ No newline at end of file
+ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
+org.openjump.core.ui.plugin.tools.CutFeaturesTool = \#T\:Cut polygons or 
linestrings
\ No newline at end of file

Modified: core/trunk/src/language/jump_te.properties
===================================================================
--- core/trunk/src/language/jump_te.properties  2015-12-03 22:33:08 UTC (rev 
4560)
+++ core/trunk/src/language/jump_te.properties  2015-12-04 07:19:06 UTC (rev 
4561)
@@ -3055,4 +3055,5 @@
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn=\#T\:Show WMS Layer Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.panel=\#T\:WMS Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=\#T\:Error or no 
legend associated to selected layer
-ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
\ No newline at end of file
+ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
+org.openjump.core.ui.plugin.tools.CutFeaturesTool = \#T\:Cut polygons or 
linestrings
\ No newline at end of file

Modified: core/trunk/src/language/jump_zh_CN.properties
===================================================================
--- core/trunk/src/language/jump_zh_CN.properties       2015-12-03 22:33:08 UTC 
(rev 4560)
+++ core/trunk/src/language/jump_zh_CN.properties       2015-12-04 07:19:06 UTC 
(rev 4561)
@@ -2710,4 +2710,5 @@
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn=\#T\:Show WMS Layer Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.panel=\#T\:WMS Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=\#T\:Error or no 
legend associated to selected layer
-ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
\ No newline at end of file
+ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
+org.openjump.core.ui.plugin.tools.CutFeaturesTool = \#T\:Cut polygons or 
linestrings
\ No newline at end of file

Modified: core/trunk/src/language/jump_zh_HK.properties
===================================================================
--- core/trunk/src/language/jump_zh_HK.properties       2015-12-03 22:33:08 UTC 
(rev 4560)
+++ core/trunk/src/language/jump_zh_HK.properties       2015-12-04 07:19:06 UTC 
(rev 4561)
@@ -2709,4 +2709,5 @@
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn=\#T\:Show WMS Layer Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.panel=\#T\:WMS Legend
 org.openjump.core.ui.plugin.wms.WMSLegendPlugIn.message=\#T\:Error or no 
legend associated to selected layer
-ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
\ No newline at end of file
+ui.EditOptionsPanel.enable-JUMP-basic-tooltips=\#T\:Enable basic JUMP Tooltip
+org.openjump.core.ui.plugin.tools.CutFeaturesTool = \#T\:Cut polygons or 
linestrings
\ No newline at end of file


------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to