Skip to content

slurp_find_string won't slurp from panel #6815

@iccir

Description

@iccir

Description of the bug

On macOS, selecting text and then pressing ⌘E should copy the selected text into the Find Clipboard. This behavior should parallel that of ⌘C (which copies into the General Clipboard).

This is broken for panels - console, output panel, I/O panel. If you select text in a panel and then press ⌘E, Sublime copies from the active view of the window. If you press ⌘C, Sublime correctly copies from the panel.

Steps to reproduce

  1. Start in Safe Mode
  2. Create a new document and add some text
  3. Open the Console
  4. Click on some text in the Console to select it
  5. Activate slurp_find_string via ⌘E

Expected behavior

The selected text from the console should be slurped.

Actual behavior

The selected text from the file is slurped.

Sublime Text build number

4200

Operating system & version

macOS 14.7

(Linux) Desktop environment and/or window manager

No response

Additional information

No response

OpenGL context information


Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions