diff --git a/aider/copypaste.py b/aider/copypaste.py index 9e56b15cc..c8dfbe378 100644 --- a/aider/copypaste.py +++ b/aider/copypaste.py @@ -28,6 +28,9 @@ class ClipboardWatcher: self.last_clipboard = current self.io.interrupt_input() self.io.placeholder = current + if len(current.splitlines()) > 1: + self.io.placeholder = "\n" + self.io.placeholder + "\n" + time.sleep(0.5) except Exception as e: if self.verbose: diff --git a/aider/website/assets/copypaste.jpg b/aider/website/assets/copypaste.jpg index 8124ae916..0350492cc 100644 Binary files a/aider/website/assets/copypaste.jpg and b/aider/website/assets/copypaste.jpg differ diff --git a/aider/website/assets/copypaste.mp4 b/aider/website/assets/copypaste.mp4 index de5232178..6e8ef4e83 100644 Binary files a/aider/website/assets/copypaste.mp4 and b/aider/website/assets/copypaste.mp4 differ diff --git a/aider/website/docs/usage/copypaste.md b/aider/website/docs/usage/copypaste.md index cec7162e4..c933c510f 100644 --- a/aider/website/docs/usage/copypaste.md +++ b/aider/website/docs/usage/copypaste.md @@ -18,7 +18,7 @@ description: Aider works with LLM web chat UIs