Hi,
I noticed that my own macros and scripts located in subfolders of plugins/ (with an underscore in their name to make them appear in the Plugins menu) are not sorted alphabetically anymore. It is difficult to tell what decides of the order now. Is it an intended behavior? Christophe -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Hi Christophe,
On Thu, 19 Jun 2014, Christophe Leterrier wrote: > I noticed that my own macros and scripts located in subfolders of plugins/ > (with an underscore in their name to make them appear in the Plugins menu) > are not sorted alphabetically anymore. It is difficult to tell what decides > of the order now. Is it an intended behavior? It was not intended... I fixed it in a topic branch: https://github.com/imagej/imagej-legacy/pull/62 Feel free to check it out! Johannes -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Hi Christophe,
On Sat, 21 Jun 2014, Johannes Schindelin wrote: > On Thu, 19 Jun 2014, Christophe Leterrier wrote: > > > I noticed that my own macros and scripts located in subfolders of plugins/ > > (with an underscore in their name to make them appear in the Plugins menu) > > are not sorted alphabetically anymore. It is difficult to tell what decides > > of the order now. Is it an intended behavior? > > It was not intended... I fixed it in a topic branch: > > https://github.com/imagej/imagej-legacy/pull/62 > > Feel free to check it out! Oh, bummer! I forgot to send explicit instructions how you could build it at home. Just for the record: - download and install Git from http://git-scm.com/ (unless you already have it) - download and install Maven from http://maven.apache.org/ (unless you already have it) - run this in your console: git clone https://github.com/imagej/imagej-legacy cd imagej-legacy git fetch origin refs/pull/62/merge git checkout FETCH_HEAD mvn -Dimagej.app.directory="$HOME/Desktop/Fiji.app/" This assumes that you have an up-to-date Fiji on your Desktop; if it is somewhere else, you'll need to adjust the imagej.app.directory setting. In the meantime, I merged it to our 'master' branch, i.e. what constitutes our current development revision at any given time -- unfortunately without any feedback whether it fixes the issue to your liking. Therefore, you can now test it even without having to recompile it yourself: just download it from http://jenkins.imagej.net/job/ImageJ-legacy/lastSuccessfulBuild/artifact/target/imagej-legacy-0.5.18-SNAPSHOT.jar and replace your Fiji.app/jars/imagej-legacy-0.5.17.jar with the development version. Ciao, Johannes -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Hi Johannes,
It works perfectly now, thanks. Christophe 2014-06-23 23:07 GMT+02:00 Johannes Schindelin <[hidden email]>: > Hi Christophe, > > On Sat, 21 Jun 2014, Johannes Schindelin wrote: > > > On Thu, 19 Jun 2014, Christophe Leterrier wrote: > > > > > I noticed that my own macros and scripts located in subfolders of > plugins/ > > > (with an underscore in their name to make them appear in the Plugins > menu) > > > are not sorted alphabetically anymore. It is difficult to tell what > decides > > > of the order now. Is it an intended behavior? > > > > It was not intended... I fixed it in a topic branch: > > > > https://github.com/imagej/imagej-legacy/pull/62 > > > > Feel free to check it out! > > Oh, bummer! I forgot to send explicit instructions how you could build it > at home. Just for the record: > > - download and install Git from http://git-scm.com/ (unless you already > have it) > > - download and install Maven from http://maven.apache.org/ (unless you > already have it) > > - run this in your console: > > git clone https://github.com/imagej/imagej-legacy > cd imagej-legacy > git fetch origin refs/pull/62/merge > git checkout FETCH_HEAD > mvn -Dimagej.app.directory="$HOME/Desktop/Fiji.app/" > > This assumes that you have an up-to-date Fiji on your Desktop; if it is > somewhere else, you'll need to adjust the imagej.app.directory setting. > > In the meantime, I merged it to our 'master' branch, i.e. what constitutes > our current development revision at any given time -- unfortunately > without any feedback whether it fixes the issue to your liking. > > Therefore, you can now test it even without having to recompile it > yourself: just download it from > > http://jenkins.imagej.net/job/ImageJ-legacy/lastSuccessfulBuild/artifact/target/imagej-legacy-0.5.18-SNAPSHOT.jar > and replace your Fiji.app/jars/imagej-legacy-0.5.17.jar with the > development version. > > Ciao, > Johannes > -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Hi Christophe,
On Tue, 24 Jun 2014, Christophe Leterrier wrote: > It works perfectly now, thanks. Thanks for testing and for the feedback! Together, we'll make ImageJ 2.0.0 kick butt! Johannes -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Free forum by Nabble | Edit this page |