Philip Wenig
Philip Wenig
Currently, it's possible to display the overlay of several m/z or wavelength traces:  The trace options shall be extended to additionally support: - Tandem MS "139...
`org.eclipse.chemclipse.msd.model.core.IRegularLibraryMassSpectrum` - PrecursorType - NeutralMass - Polarity - Properties - Carrier Gas (He, H2 ...)
Drag & Drop for the Identification Targets introduced here: https://github.com/eclipse/chemclipse/issues/1317 It works well on Linux. On Windows, it produces a fatal crash which terminates the application. ``` # # A...
The data model has been improved. Hence, extend the capabilities of the *.msl format. - Retention Index Handling - Retention Indices - Flavor Compounds - Exact Mass - InChiKey -...
Add an option to use an existing baseline instead of a locally optimized one.  
See: https://github.com/OpenChrom/openchrom/issues/46
Generally, the SubMonitor approach shall be used instead of `monitor.subTask(...)`: ``` SubMonitor subMonitor = SubMonitor.convert(monitor, "The task", 10); try { ... subMonitor.worked(1); } finally { SubMonitor.done(subMonitor); } ```
For example if I click on "Plug-in Development" the button is really light. Would be great to have a consistent dark here.
In the Error log the "type filter text" is not dark styled. You can style individual element of views. See http://www.vogella.com/blog/2013/02/19/css-styling-individual-part-of-the-eclipse-ide/
https://www.eclipse.org/legal/epl-2.0/faq/#epl-relicensing