eclipse / chemclipse

ChemClipse Project
Eclipse Public License 1.0
38 stars 18 forks source link

Input Widget for Ions #41

Open kerner1000 opened 5 years ago

kerner1000 commented 5 years ago

In many cases, the preferences expect a list of IIons. Currently, we provide the user with a TextField and parse Integers (m/z) and optionally Floats (intensities/ abundancies) from the input string.

It would be more convenient and less error prone to provide a dedicated Widget for the input of ion lists.

The Widget should support "m/z only" as well as "m/z, intensity/ abundance pairs" for input.

laeubi commented 5 years ago

Current workaround: Use/Parse Strings in settingsfiles