This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 197
"Select Next" no longer works with multiline selections #854
Labels
Comments
This is a productivity killer for me, because I used that extensively. It makes refactoring far easier. |
Confirmed on Atom 1.15.0-dev-ae6a7a0. |
1 task
The break happened between 1.13.1 and 1.14.0-beta0, from some manual
bisecting I did in spare time using fresh versions. Problem is, I can't
repro it at all in Atom 1.13.1, even after upgrading its package
(find-and-replace@0.204.5) to the version in Atom 1.14.0-beta.0
(find-and-replace@0.205.1). So it has to be an issue with another package,
likely Atom Core itself.
…-----
Isiah Meadows
me@isiahmeadows.com
On Thu, Feb 9, 2017 at 9:25 AM, Wliu ***@***.***> wrote:
Confirmed on Atom 1.15.0-dev-ae6a7a0.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#854 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AERrBNN6Dq1AeSue2CwzUMQV_NEI1nIYks5rayHkgaJpZM4L7zGQ>
.
|
If it happens to be in core (neither text-buffer nor event-kit had any
changes to likely cause problems), it's probably no earlier than this
commit, and in this file:
atom/atom@5ee3dbe
Just an educated guess.
…-----
Isiah Meadows
me@isiahmeadows.com
On Thu, Feb 9, 2017 at 12:20 PM, Isiah Meadows ***@***.***> wrote:
The break happened between 1.13.1 and 1.14.0-beta0, from some manual
bisecting I did in spare time using fresh versions. Problem is, I can't
repro it at all in Atom 1.13.1, even after upgrading its package
***@***.***) to the version in Atom 1.14.0-beta.0
***@***.***). So it has to be an issue with another
package, likely Atom Core itself.
-----
Isiah Meadows
***@***.***
On Thu, Feb 9, 2017 at 9:25 AM, Wliu ***@***.***> wrote:
> Confirmed on Atom 1.15.0-dev-ae6a7a0.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#854 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AERrBNN6Dq1AeSue2CwzUMQV_NEI1nIYks5rayHkgaJpZM4L7zGQ>
> .
>
|
maxbrunsfeld
added a commit
to atom/atom
that referenced
this issue
Feb 9, 2017
maxbrunsfeld
added a commit
to atom/atom
that referenced
this issue
Feb 9, 2017
Sorry about this, folks. The fix will go out today in v1.14.1 and v1.15.0-beta1. |
This is fixed in 1.14.1, which I just published. |
So should we just be able to copy and paste multiline segments into the find dialog? Or do we need to explicitly add in the newline codes? It doesn't seem to work either way for me. Anyway you could provide a simple sample? |
This issue was referring to the |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prerequisites
Description
"Select Next" no longer works with multiline selections
Steps to Reproduce
find-and-replace:select-next
(via command panel, Ctrl+D, etc.)Expected behavior: The second set of aa's to be selected.
Actual behavior: Nothing.
Reproduces how often: 100%
Versions
You can get this information from copy and pasting the output of
atom --version
andapm --version
from the command line. Also, please include the OS and what version of the OS you're running.Atom: v1.14.0
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
Last version I remember working was 1.12.7, but I just updated yesterday.
The text was updated successfully, but these errors were encountered: