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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Find of find-and-replace Atom core package does not search in current buffer in Atom 1.40.1. Find-in-project still works. Everything is fine in Atom 1.39.1.
Thanks for the report! I was unable to reproduce with 1.40.1 on ubuntu 19.04 just now - have you already tried temporarily resetting to factory defaults to see if that makes any difference?
Hi. Sorry for wasting your time, I've spent all of today trying to debug this, and basically this gets down to some sort of mismatch in the Node's native module interface. In this particular case, NativeBuffer.findAndMarkAllSync was always returning undefined. Apparently this was caused by a dirty build environment. That is to say, after I've remembered to run script/clean before rebuilding, I couldn't reproduce the issue anymore. Just finished with this. Sorry again for the bogus report.
Prerequisites
Description
Find of find-and-replace Atom core package does not search in current buffer in Atom 1.40.1. Find-in-project still works. Everything is fine in Atom 1.39.1.
Steps to Reproduce
find-and-replace:show
commandExpected behavior:
Find and replace finds text present in the file
Actual behavior:
Find and replace never finds anything
Reproduces how often:
100%
Versions
Atom : 1.40.1
Electron: 3.1.10
Chrome : 66.0.3359.181
Node : 10.2.0
apm 2.4.3
npm 6.2.0
node 10.2.1 x64
atom 1.40.1
python 2.7.16
git 2.22.1
Additional Information
A video showing the issue https://youtu.be/IdpzJDsIyos
The text was updated successfully, but these errors were encountered: