Skip to content

"Find Next" has no effect #724

Closed
Closed
@per1234

Description

@per1234

Describe the bug

The Edit > Find Next menu item is intended to find the next occurrence of the chosen text.

🐛 It currently has no effect.

To Reproduce

  1. Select File > New from the Arduino IDE menus.
  2. Select Edit > Find from the Arduino IDE menus.
    The "Find" UI opens with void pre-filled.
  3. Select Edit > Find Next from the Arduino IDE menus.
    🐛 Nothing happens.
  4. Select Edit > Find Next from the Arduino IDE menus.
    🐛 Nothing happens.
  5. Select Edit > Find Previous from the Arduino IDE menus.
    🙂 The occurrence of void at line 1 is selected.
  6. Select Edit > Find Previous from the Arduino IDE menus.
    🙂 The occurrence of void at line 6 is selected.
  7. In the "Find" UI, click the icon.
    🙂 The occurrence of void at line 1 is selected.

Expected behavior

The same behavior from Edit > Find Next as from Edit > Find Previous, except in the opposite direction.

Desktop

Initial report

  • OS: Windows 10
  • IDE Version: 2.0.0-rc3
    Date: 2021-12-22T15:46:56.004Z
  • Arduino CLI Version: 0.20.2 [13783819]

Last checked with

  • OS: Windows 10
  • Version: 2.0.0-rc3-snapshot-9ecff86
    Date: 2022-02-15T15:53:31.454Z
    CLI Version: 0.21.0 [10107d24]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions