pkulchenko / ZeroBraneStudio

Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux

Home Page:http://studio.zerobrane.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Find Wrap Stop

robertlzj opened this issue · comments

Hi, I think when wrap in find, if there is a stop at boundary before wrap is nice.
The boundary such as, last found at bottom when 'Search direction' is top-bottom, and so on.
The stop means, skip jump once, to notice user that boundary reached, and next jump will wrap to beginning.
Also if search loop return to the find first start position, a stop-notice is better~