extract a variable
[?]
Jul 31, 2023, 3:49 PM
IAWCZRFUJLNTAISO3GFQOFPSH7QMDKZZFN4UPBJ5UHXKJYV42W7ACDependencies
- [2]
ZPQI5UL3bugfix: never use utf8 pos in string.sub - [3]
IM7UEBMKbugfix: highlight search patterns on the right line - [4]
ZE7LVQNEimprove a comment - [5]
KKMFQDR4editing source code from within the app - [6]
TWXPV2AChoist and duplicate a conditional - [7]
I64IPGJXavoid saving fragments in lines - [8]
HALS7E5Umore clearly skip prints before screen top - [9]
FZBXBUFFbugfix: search - [10]
GZ5WULJVswitch source side to new screen-line-based render - [11]
CQWVUCXZbugfix: syntax highlighting in source editor - [*]
BULPIBEGbeginnings of a module for the text editor
Change contents
- replacement in text.lua at line 39
local lo_px = Text.draw_highlight(State, line, State.left,y, pos, State.cursor1.pos, State.cursor1.pos+utf8.len(State.search_term))local hi = State.cursor1.pos+utf8.len(State.search_term)local lo_px = Text.draw_highlight(State, line, State.left,y, pos, State.cursor1.pos, hi) - replacement in source_text.lua at line 61
local lo_px = Text.draw_highlight(State, line, State.left,y, pos, State.cursor1.pos, State.cursor1.pos+utf8.len(State.search_term))local hi = State.cursor1.pos+utf8.len(State.search_term)local lo_px = Text.draw_highlight(State, line, State.left,y, pos, State.cursor1.pos, hi)