jlabbe-processia / mxupdate

Automatically exported from code.google.com/p/mxupdate
1 stars 1 forks source link

External Configuration for Eclipse Plug-In uses wrong File Extension #103

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When you define "Configured in External File" using Browse… and go to the 
location from where you see the property 
file what you want to put…

…you see nothing by default, reason it tries to find file "properties" not 
"*.properties". 

Needed modification: 
file:   
\mxupdate-eclipse\trunk\src\main\java\org\mxupdate\eclipse\mxadapter\MXPreferenc
ePage.java 
line:   #180 
was:    this.fileEditor.setFileExtensions(new String[]{"properties", "*"}); 
new:    this.fileEditor.setFileExtensions(new String[]{"*.properties", "*"});

Original issue reported on code.google.com by tim.mox...@googlemail.com on 22 Feb 2010 at 11:33

GoogleCodeExporter commented 8 years ago
This belongs to MS Windows, in Unix it works as expected...

Original comment by tim.mox...@googlemail.com on 22 Feb 2010 at 11:34

GoogleCodeExporter commented 8 years ago

Original comment by tim.mox...@googlemail.com on 22 Feb 2010 at 11:37

GoogleCodeExporter commented 8 years ago
solved with r752

Original comment by tim.mox...@googlemail.com on 7 Mar 2010 at 11:47

GoogleCodeExporter commented 8 years ago

Original comment by tim.mox...@googlemail.com on 16 May 2010 at 6:15

GoogleCodeExporter commented 8 years ago

Original comment by tim.mox...@googlemail.com on 16 May 2010 at 6:16

GoogleCodeExporter commented 8 years ago
version 0.10.0 is released

Original comment by tim.mox...@googlemail.com on 30 May 2010 at 9:06

GoogleCodeExporter commented 8 years ago

Original comment by tim.mox...@innobix.com on 7 Feb 2014 at 8:15

GoogleCodeExporter commented 8 years ago

Original comment by tim.mox...@innobix.com on 7 Feb 2014 at 9:39