Merge upstream into main
[?]
Jul 16, 2022, 5:19 AM
VEGH5443JSRQNVSZXNP6A2F6A2Y3HBAGKGIKU6D2BCT2VDTPWH6ACDependencies
- [2]
MSDHRXWUMerge upstream into main - [3]
B5O6ONSKMerge upstream into main - [4]
H6QZ7GRRmore precise name - [5]
Z4KNS42Nto open a file without a terminal, drag it on! - [6]
XSLCFVFH. - [7]
CNCYMM6Amake test initializations a little more obvious - [8]
OTIBCAUJlove2d scaffold - [9]
R6GUSTBYdefault font size and line-height - [10]
5MR22SGZbugfix: enable resize when loading settings - [11]
ELIVOJ4Nbugfix: zoom in/out hotkeys - [12]
AJB4LFRBtry to maintain a reasonable line width - [13]
LF7BWEG4group all editor globals - [14]
UHB4GARJleft/right margin -> left/right coordinates - [15]
AVTNUQYRbasic test-enabled framework - [16]
YGCT2D2Ostart loading settings as applicable - [17]
ZLEPKWDJfork: capture frontend for a note-taking system
Change contents
- resurrect zombie in main.lua at line 64
Editor_state = edit.initialize_state(Margin_top, Margin_left, App.screen.width-Margin_right, settings.font_height, math.floor(settings.font_height*1.3)) - edit in main.lua at line 102
function initialize_font_settings(font_height)Editor_state.font_height = font_heightlove.graphics.setFont(love.graphics.newFont(Editor_state.font_height))Editor_state.line_height = math.floor(font_height*1.3)Editor_state.em = App.newText(love.graphics.getFont(), 'm')end