Revision: 5146
          http://sourceforge.net/p/jump-pilot/code/5146
Author:   michaudm
Date:     2016-11-04 00:04:12 +0000 (Fri, 04 Nov 2016)
Log Message:
-----------
Remove a duplicate item in the dialog, update changelog

Modified Paths:
--------------
    core/trunk/ChangeLog
    
core/trunk/src/org/openjump/core/ui/plugin/tools/GenerateRandomStringPlugIn.java

Modified: core/trunk/ChangeLog
===================================================================
--- core/trunk/ChangeLog        2016-11-03 23:17:57 UTC (rev 5145)
+++ core/trunk/ChangeLog        2016-11-04 00:04:12 UTC (rev 5146)
@@ -3,6 +3,9 @@
 # 2. make sure that lines break at 80 chars for constricted display situations
 #<-------------------------------- 80 chars 
---------------------------------->#
 
+2016-11-04 mmichaud <[email protected]>
+  * Add two plugins to generate random values in an attribute
+
 2016-11-01 mmichaud <[email protected]>
   * Fix #438 Exception while saving the project before closing application
 

Modified: 
core/trunk/src/org/openjump/core/ui/plugin/tools/GenerateRandomStringPlugIn.java
===================================================================
--- 
core/trunk/src/org/openjump/core/ui/plugin/tools/GenerateRandomStringPlugIn.java
    2016-11-03 23:17:57 UTC (rev 5145)
+++ 
core/trunk/src/org/openjump/core/ui/plugin/tools/GenerateRandomStringPlugIn.java
    2016-11-04 00:04:12 UTC (rev 5146)
@@ -177,7 +177,6 @@
 
     private void setDialogValues(MultiInputDialog dialog, PlugInContext 
context) {
         layer = context.getLayerableNamePanel().chooseEditableLayer();
-        dialog.addLayerComboBox(LAYER, layer, context.getLayerManager());
         dialog.addLayerComboBox(LAYER, layer, null,
                 
AttributeTypeFilter.STRING_FILTER.filter(context.getLayerManager().getEditableLayers()));
         dialog.addAttributeComboBox(ATTRIBUTE, LAYER, 
AttributeTypeFilter.STRING_FILTER, ATTRIBUTE_TT);


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to