I committed the change to the export chromatogram menu also. But I had to use 
"new LinkedList" instead of "Arrays.asList()".
I also removed one of the duplicate "Export chromatogram..." menu item.

/Thomas

-----Original Message-----
From: Tomas Pluskal [mailto:plus...@oist.jp] 
Sent: 12. februar 2015 01:28
To: Developer discussion
Subject: Re: [Mzmine-devel] Random sample order in the TIC plots right click 
menu

Hi Thomas,

Sure, why not.  Just a comment: instead of making a new instance of Hashset, 
you can use Arrays.asList().

List<RawDataFile> visualizedFiles = Arrays.asList(files);

Tomas

> On Feb 12, 2015, at 00:05, TFRD (Thomas Franck Dyrlund) <t...@steno.dk> wrote:
> 
> When viewing a TIC plot, the samples are not ordered in the same order as in 
> the legend when opening the right click menu for the following items:
> - Export chromatogram…
> - Remove plot of file…
> - Export chromatogram…
>  
> Any reason for this? I have changed this for "Remove plot of file" in commit 
> 3688. If you are happy with the change then I will also implement it for the 
> two others menus.
>  
> Cheers,
>  
> Thomas
> ----------------------------------------------------------------------
> -------- Dive into the World of Parallel Programming. The Go Parallel 
> Website, sponsored by Intel and developed in partnership with Slashdot 
> Media, is your hub for all things parallel software development, from 
> weekly thought leadership blogs to news, videos, case studies, 
> tutorials and more. Take a look and join the conversation now. 
> http://goparallel.sourceforge.net/____________________________________
> ___________
> Mzmine-devel mailing list
> Mzmine-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mzmine-devel

===============================================
Tomas Pluskal
G0 Cell Unit, Okinawa Institute of Science and Technology Graduate University
1919-1 Tancha, Onna-son, Okinawa 904-0495, Japan
WWW: https://groups.oist.jp/g0
TEL: +81-98-966-8684
Fax: +81-98-966-2890

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website, sponsored 
by Intel and developed in partnership with Slashdot Media, is your hub for all 
things parallel software development, from weekly thought leadership blogs to 
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Mzmine-devel mailing list
Mzmine-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mzmine-devel
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Mzmine-devel mailing list
Mzmine-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mzmine-devel

Reply via email to