resolve conflicts
Dependencies
- [2]
XQV3PNH2resolve conflicts - [3]
T6A5SZGBbugfix: restart search on backspace - [4]
EB6LHFJRuse deepcopy where possible - [5]
LNUHQOGHstart passing in Editor_state explicitly - [6]
APOMBXMUresolve conflicts - [7]
CIK3U5S6Merge lines.love - [8]
VYIA2JFXresolve conflicts - [9]
KF72R2XXresolve conflicts - [10]
5CDHNEKRMerge lines.love - [11]
GFXWHTE6mouse wheel support - [12]
656FM555bugfix: clear selection when clicking above or below lines - [13]
OWE64YJ2Merge lines.love - [14]
KNWMKLNJMerge lines.love - [15]
2L5MEZV3experiment: new edit namespace - [16]
54HQZ536resolve conflicts - [17]
ISOFHXB2App.width can no longer take a Text - [18]
P4NJ2KS7resolve conflicts - [19]
Z5WOBP27Merge lines.love - [20]
VOJISLDCresolve conflicts - [21]
6XCJX4DZbugfix: inscript's bug - [22]
2MGBV7NPbugfix: crash when using mouse wheel
Change contents
- replacement in edit.lua at line 308
State.cursor1 = {line=State.screen_top1.line, pos=State.screen_top1.pos}State.cursor1 = deepcopy(State.screen_top1) - replacement in edit.lua at line 351
State.cursor1 = {line=State.screen_top1.line, pos=State.screen_top1.pos}State.cursor1 = deepcopy(State.screen_top1) - edit in edit.lua at line 408
State.cursor = deepcopy(State.search_backup.cursor)State.screen_top = deepcopy(State.search_backup.screen_top)Text.search_next(State) - edit in edit.lua at line 615[5.17561]→[2.626:626](∅→∅),[5.1937]→[4.1535:1583](∅→∅),[5.1937]→[4.1535:1583](∅→∅),[5.2934]→[4.1484:1534](∅→∅),[5.2934]→[4.1484:1534](∅→∅),[5.7460]→[3.0:154](∅→∅),[5.7460]→[3.0:154](∅→∅)
State.cursor1 = deepcopy(State.screen_top1)State.cursor1 = deepcopy(State.screen_top1)State.cursor = deepcopy(State.search_backup.cursor)State.screen_top = deepcopy(State.search_backup.screen_top)Text.search_next(State) - resolve order conflict in edit.lua at line 615[5.17561]