enturn / brackets-quick-search

Notepad++ style smart highlighting extension for Brackets editor.
36 stars 11 forks source link

Prevents Find Next/Previous from working while search bar open #5

Closed peterflynn closed 10 years ago

peterflynn commented 10 years ago

See bug report in adobe/brackets#6690 -- only occurs with this extension installed.

This may only occur in Sprint 35 or newer -- I haven't tested in older builds. In Sprint 35, the Find Next behavior is more sensitive to cursor position than it used to be, so if your extension is modifying the cursor position that could certainly cause problems in the newer build.

enturn commented 10 years ago

Have a try of the latest version now. I've tested with Sprint 36. It's still a bit dodgy how it does stuff but hopefully it will work for a while until something more stable can be sorted out.

I've also included the ScrollTrackMarkers feature that the new search has which is nice.