anaconda icon indicating copy to clipboard operation
anaconda copied to clipboard

Split View shows help popup on the other column / pane

Open relikd opened this issue 3 years ago • 0 comments

Description of the bug

When wokring with two Split View panes at the same time, the cursor of the other pane is always disruptive and automatically triggers a popup.

screen

Steps to reproduce

  1. Open a new file.
  2. Set syntax to python and insert:
def test():
    pass
  1. Open File > Split View
  2. Place your text curser on the test function name.
  3. Switch to the other pane and type a single letter or space.

Expected behavior

The help menu / tooltip should not open on the first pane. The pane that is currently not being edited, should stay inactive.

Version number

Sublime Text 4126 macOS 10.15

relikd avatar Apr 03 '22 15:04 relikd