On Tue, 24 Nov 2015 10:47:08 -0800 (PST) Largo84 <[email protected]> wrote:
> Hmm, sorry I don't really understand what any of that means, but I'm > not sure I need to. As a practical matter, should I be concerned > about losing data or is this simply a change in the way Leo 'behaves'? No need to be concerned about losing data other than clipboard content, and even then, I'm guessing you won't see any change - some systems have two "clipboards", one that you explicitly copy to, and another which is just the current selection, I think the last selection made in multi-app. scenarios. I'd guess that your normal clipboard will be unaffected, and the second one, which doesn't exist in all systems, is the one that's bleating. But Leo will need to be fixed to avoid generating the message. I'm guessing QClipboard::supportsSelection() might need to be checked. Cheers -Terry > Rob......... > > On Tuesday, November 24, 2015 at 10:12:18 AM UTC-5, Largo84 wrote: > > > > I don't recall seeing this message in the startup log (terminal > > window) before today. I just updated to the most current version on > > GitHub. > > > > reading settings in C:\Users\Rob\.leo\workbook.leo > > Data set on unsupported clipboard mode. QMimeData object will be > > deleted. cleaning C:\Users\Rob\.leo\spellpyx.txt > > Data set on unsupported clipboard mode. QMimeData object will be > > deleted. Data set on unsupported clipboard mode. QMimeData object > > will be deleted. Data set on unsupported clipboard mode. QMimeData > > object will be deleted. > > > > > > ...and many more lines just like it after opening a Leo file. > > > > Any idea what's causing that and if I should be concerned about it? > > Rob....... > > > > Leo Log Window > > Leo 5.1-final, build 20151120111022, Fri Nov 20 11:10:22 CST 2015 > > Git repo info: branch = master, commit = a9465468020e > > Python 3.4.3, PyQt version 5.4.1 > > Windows 8 AMD64 (build 6.2.9200) > > > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
