Diego Simonini 1 Posted April 6, 2021 Hello, in FMX projects, when another source edit window is opened (no multimonitor, simply form splitting between form designer and code editor) copy and pasting fmx components on the form causes the textual representation of the comps to be pasted in the source editor. I've also opened a ticket https://quality.embarcadero.com/browse/RSP-33592 thinking that was a Delphi issue. It seems GExperts causing this behaviour, uninstalling them fixes. Do you know some trick for making them work in this context? Gexperts are unvaluable, otherwise I think I'll do without the second edit window ;-) Share this post Link to post
dummzeuch 1505 Posted April 6, 2021 Interesting, I can reproduce it. Happens with GExperts installed, doesn't happen without. I also tried to disable the automatic popup for the Rename Components expert dialog, didn't help. I haven't tried to disable that expert altogether yet. Please file a bug report on Sourceforge for that. Share this post Link to post
dummzeuch 1505 Posted April 6, 2021 Workaround for the moment: Use the context menu entry "Edit -> Paste" of the form designer. Share this post Link to post
Diego Simonini 1 Posted April 8, 2021 filed by Ian Barker https://sourceforge.net/p/gexperts/bugs/244/ 1 Share this post Link to post
dummzeuch 1505 Posted April 11, 2021 (edited) It seems that disabling two editor experts (and restarting the IDE) fixes this problem: Goto Previous Modification Goto Next Modification No idea yet, what causes it. Could you please confirm this @Diego Simonini ? I guess it's the way these experts add themselves to the editor popup menu. This probably makes Ctrl+V always call the editor popup menu's Paste entry (or the associated action) even if the editor window does not have the focus. Edited April 11, 2021 by dummzeuch 1 Share this post Link to post
Diego Simonini 1 Posted April 12, 2021 Yes, @dummzeuch I confirm that! Disabling the two experts and restarting fixes the problem. Thank you very much! Share this post Link to post