more bugfix
[?]
Mar 18, 2023, 5:17 AM
3TI67SEJNOSADDEHRTI5FSRD7WVNRTXQ5LC77LBSWLXXZK3MCONQCDependencies
- [2]
G54H3YG2get rid of all bifold text - [3]
QCPXQ2E3add state arg to a few functions - [4]
OI4FPFINsupport drawings in the source editor - [5]
ME7WBLF5bugfix: log filenames can have 2 formats - [6]
3OKKTUT4up and down arrow now moving by screen line where possible - [7]
MXA3RZYKdeduce left/right from state where possible - [8]
KKMFQDR4editing source code from within the app - [9]
LF7BWEG4group all editor globals - [10]
6DYSB5DYbugfix: perform matches in the right order - [11]
N7VXEGLGyet another bugfix in log parsing - [12]
KYNGDE2Cconsistent names in a few more places - [13]
242L3OQXbugfix: ensure Cursor_line is always on a text line - [14]
TRNWIQN6more precise height calculation when scrolling up as much as possible while keeping cursor on screen - [15]
KOTI3MFGbugfix in previous commit - [16]
2CK5QI7Wmake love event names consistent - [17]
5OALPNN3add args to some functions - [*]
BULPIBEGbeginnings of a module for the text editor
Change contents
- replacement in text.lua at line 675
--? print('snap', State.screen_top1.line, State.screen_top1.pos, State.screen_top1.posB, State.cursor1.line, State.cursor1.pos, State.screen_bottom1.line, State.screen_bottom1.pos)--? print('snap', State.screen_top1.line, State.screen_top1.pos, State.cursor1.line, State.cursor1.pos, State.screen_bottom1.line, State.screen_bottom1.pos) - replacement in source_text.lua at line 692
--? print('snap', State.screen_top1.line, State.screen_top1.pos, State.screen_top1.posB, State.cursor1.line, State.cursor1.pos, State.screen_bottom1.line, State.screen_bottom1.pos)--? print('snap', State.screen_top1.line, State.screen_top1.pos, State.cursor1.line, State.cursor1.pos, State.screen_bottom1.line, State.screen_bottom1.pos) - replacement in log_browser.lua at line 15
Log_browser_state.cursor1 = {line=1, pos=nil}Log_browser_state.cursor1 = {line=1, pos=1} - replacement in log_browser.lua at line 240
Editor_state.cursor1 = {line=line.line_number, pos=1, posB=nil}Editor_state.cursor1 = {line=line.line_number, pos=1} - edit in log_browser.lua at line 246
-- expand B sideEditor_state.expanded = true