Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [chemclipse-dev] modified on open

Debugging the source code, the dirty is set in method org.eclipse.chemclipse.ux.extension.msd.ui.editors.ChromatogramEditorMSD.update(IChromatogramSelectionMSD, boolean) :
if(fireUpdate(chromatogramSelection, forceReload)) {
/*
* Marks the chromatogram as dirty.
*/
if(forceReload) {
dirtyable.setDirty(true);
}
the value forceReload is true.




Best regards,

Trig

2016-08-24 17:50 GMT+08:00 Lorenz Gerber <lorenz.gerber@xxxxxxxxxxxxx>:

Hi there,

I have a question about  a basic operation in openchrom: Opening a chromatogram. I realised that immediately on opening, the view is marked to be modified which will always result in asking for 'save' on closing the view.

In my opinion this does not conform with common UI behaviour and potentially confuses the User.

A) What do you guys think?

B) Would this be easy to change? 

--

Best Regards

Lorenz Gerber

~~~~~~~~~~~~~~~~~~~~~~~~
Lorenz Gerber » Developer » Lorenz.Gerber@xxxxxxxxxxxxx » Lablicate GmbH » Martin-Luther-King-Platz 6, 20146 Hamburg » Germany

Lablicate GmbH, Amtsgericht Hamburg, HRB 129018, USt-IdNr.: DE291156854
Geschäftsführer: Dr. Philip Wenig, Dr. Andreas Klingberg

The information contained in the email may be private and confidential. If you are not the intended recipient(s) or have otherwise received this email in error, please delete the email and inform the sender as soon as possible. This email may not be disclosed, used or copied by anyone other than the intended recipient(s) Any opinions, statements or comments contained in this email are not necessarily those of Lablicate UG. If you wish clarification of any matter, please request confirmation in writing.
~~~~~~~~~~~~~~~~~~~~~~~~


_______________________________________________
chemclipse-dev mailing list
chemclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/chemclipse-dev



Back to the top