Closed
Description
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
- Select File > New from the Arduino IDE menus.
- Select Edit > Find from the Arduino IDE menus.
The "Find" UI opens withvoid
pre-filled. - Select Edit > Find Next from the Arduino IDE menus.
🐛 Nothing happens. - Select Edit > Find Next from the Arduino IDE menus.
🐛 Nothing happens. - Select Edit > Find Previous from the Arduino IDE menus.
🙂 The occurrence ofvoid
at line 1 is selected. - Select Edit > Find Previous from the Arduino IDE menus.
🙂 The occurrence ofvoid
at line 6 is selected. - In the "Find" UI, click the ↓ icon.
🙂 The occurrence ofvoid
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]