bugfix #3, attempt #2 in search UI
Dependencies
- [2]
6PRGXS6Xbugfix #3 in search UI - [3]
T6A5SZGBbugfix: restart search on backspace - [4]
O7YTBRQYbugfix: restart search on backspace - [5]
4FTOQOPZbugfix #2 in search UI - [6]
LNUHQOGHstart passing in Editor_state explicitly - [7]
LF7BWEG4group all editor globals - [8]
KKMFQDR4editing source code from within the app - [9]
2L5MEZV3experiment: new edit namespace
Change contents
- replacement in source_edit.lua at line 440
if #State.search_term > 0 thenText.search_previous(State)endText.search_previous(State) - replacement in edit.lua at line 429
edit.put_cursor_on_next_text_loc_wrapping_around_if_necessary(State)Text.search_next(State)if #State.search_term > 0 thenedit.put_cursor_on_next_text_loc_wrapping_around_if_necessary(State)Text.search_next(State)end