You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
When a file is open in two or more windows, the user clicks from one window to the next, then moving the cursor or typing in the window causes the cursor to jump to the same location that the cursor is in the previous window.
For example, when copying and pasting text from one window to another in the same file (common in software development), selecting and copying the text in the source window sets the cursor position at one point. Then when the attempt is made to paste, type, or move the cursor in the target window, the cursor will jump to the same location as the cursor in the source window.
To Reproduce
Steps to reproduce the behavior:
Open a file in two different windows.
Select text in one window (or just click somewhere).
Move to the other window and move the cursor, type, etc....
The cursor will jump to the same location as in the first window.
Expected behavior
A clear and concise description of what you expected to happen.
The cursor location in the second window should not change to match the cursor location in the first window.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Describe the bug
A clear and concise description of what the bug is.
When a file is open in two or more windows, the user clicks from one window to the next, then moving the cursor or typing in the window causes the cursor to jump to the same location that the cursor is in the previous window.
For example, when copying and pasting text from one window to another in the same file (common in software development), selecting and copying the text in the source window sets the cursor position at one point. Then when the attempt is made to paste, type, or move the cursor in the target window, the cursor will jump to the same location as the cursor in the source window.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
The cursor location in the second window should not change to match the cursor location in the first window.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
gas 0.0.1
PHP Debug 1.12.6
PHP Intelephense 0.8.8
PHP IntelliSense 2.3.5
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: