I love the new Clipboard feature in Delphi 10 Seattle. Since the Find in the editor is now NOT a modal window, the multi-clipboard is useful. However the Replace dialog is Modal, so the multi clipboard is useless. Barring them making the Replace dialog NOT modal, is there a way to use the multi clipboard with Replace? (Forget about the GExperts grep search - that's totally modal)..
Mason Wheeler I'm working with old code that I'm refactoring, and I have to copy lines of code to several classes, and other lines to other classes. If you only can do one at a time, you have to copy the same line multiple times, each time you get to that situation.
ReplyDeleteThink of the multiple clipboard feature as like a poor mans code snippet tool, only that the code you want are in other files
Can't you open 2 instances of the ide and copy paste between them? The ide will reload a file if its changed on disk.
ReplyDeleteJohan Bontes Yes, that would work..
ReplyDelete