Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » [FIXED] Opening up File->Statistics... window overwrites clipboard without asking (System: linux mint, haven't tried on Windows)
[FIXED] Opening up File->Statistics... window overwrites clipboard without asking [message #58837] Fri, 16 September 2022 12:06 Go to next message
jjacksonRIAB is currently offline  jjacksonRIAB
Messages: 219
Registered: June 2011
Experienced Member
Not much to add. Very Happy

[Updated on: Wed, 13 September 2023 19:24]

Report message to a moderator

Re: Opening up File->Statistics... window overwrites clipboard without asking [message #58838 is a reply to message #58837] Fri, 16 September 2022 12:11 Go to previous message
jjacksonRIAB is currently offline  jjacksonRIAB
Messages: 219
Registered: June 2011
Experienced Member
Problem is in calling ShowQTF at line 203 in idetool.cpp called from line 290:

void ShowQTF(const String& qtf, const char *title)
{
    RichText txt = ParseQTF(qtf);
->  ClearClipboard();
->  AppendClipboard(ParseQTF(qtf));

    WithStatLayout<TopWindow> dlg;
    CtrlLayoutOK(dlg, title);
    dlg.stat = qtf;
    dlg.Sizeable().Zoomable();
    dlg.Run();
}
Previous Topic: 16270: [find text] bugs
Next Topic: Feature wish: Search for operators
Goto Forum:
  


Current Time: Thu Mar 28 19:39:42 CET 2024

Total time taken to generate the page: 0.01272 seconds