Merge text.love
[?]
Jan 2, 2023, 2:08 AM
W5H5YI6SQD2OZYEX4E3RX7WKBHH4FKKJAD4TQVPQK64LGXZGOTJACDependencies
- [2]
DUHVCYW5Merge text.love - [3]
DB7HJBHJMerge lines.love - [4]
GUOQRUL7Merge lines.love - [5]
KMSL74GAsupport selections in the source editor - [6]
UTDSCN3GMerge lines.love - [7]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [8]
2CTN2IEFMerge lines.love - [9]
ETXNVRPTMerge lines.love - [10]
XX7G2FFJintermingle freehand line drawings with text - [11]
2L5MEZV3experiment: new edit namespace - [12]
TLOAPLBJadd a license - [13]
FS2ITYYHrecord a known issue - [14]
4YDBYBA4clean up memory leak experiments - [15]
3QNOKBFMbeginnings of a test harness - [16]
DCO5BQWVMerge lines.love - [17]
AVTNUQYRbasic test-enabled framework - [18]
36Z442IVback to commit 8123959e52f without code editing - [19]
VO2ZVTWKMerge lines.love - [20]
VP5KC4XZMerge lines.love - [21]
ORKN6EOBMerge lines.love - [22]
VHQCNMARseveral more modules - [23]
TVCPXAAUrename - [24]
LXTTOB33extract a couple of files - [25]
AT3LVCMPMerge text.love - [26]
R5QXEHUIsomebody stop me - [27]
OTIBCAUJlove2d scaffold - [28]
6LJZN727handle chords - [29]
JOPVPUSAediting source code from within the app - [30]
VHUNJHXBMerge lines.love - [31]
VSJS6O4CMerge text.love - [32]
RXNR3U5EMerge text.love - [33]
JCXL74WVbring back everything from commit a68647ae22 - [34]
T4FRZSYLdelete an ancient, unused file - [35]
RSZD5A7Gforgot to add json.lua - [36]
66X36NZNa little more prose describing manual_tests - [37]
CE4LZV4Tdrop last couple of manual tests - [38]
KKMFQDR4editing source code from within the app - [39]
C3GUE45IMerge text.love - [40]
D2GCFTTTclean up repl functionality - [41]
XGHCLIKBMerge lines.love - [42]
BULPIBEGbeginnings of a module for the text editor - [43]
K2X6G75Zstart writing some tests for drawings - [44]
MD3W5IRAnew fork: rip out drawing support - [45]
VXORMHMEdelete experimental REPL - [46]
OGUV4HSAremove some memory leaks from rendered fragments - [47]
3PSFWAILMerge lines.love - [48]
AYX33NBCMerge lines.love - [49]
73OCE2MCafter much struggle, a brute-force undo - [50]
4DHGKUMDMerge text.love - [51]
BLWAYPKVextract a module
Change contents
- file deletion: source.lua source.lua
App.screen.flags.minheight = math.min(App.screen.height, 200)App.screen.resize(App.screen.width, App.screen.height, App.screen.flags) - file deletion: run.lua run.lua
App.screen.flags.minheight = math.min(App.screen.height, 200)love.window.setMode(App.screen.width, App.screen.height, App.screen.flags)endfunction run.resize(w, h)--? print(("Window resized to width: %d and height: %d."):format(w, h))App.screen.width, App.screen.height = w, hText.redraw_all(Editor_state)Editor_state.selection1 = {} -- no support for shift drag while we're resizingEditor_state.right = App.screen.width-Margin_rightEditor_state.width = Editor_state.right-Editor_state.leftText.tweak_screen_top_and_cursor(Editor_state, Editor_state.left, Editor_state.right)endApp.screen.flags.minheight = math.min(App.screen.height, 200)App.screen.width, App.screen.height = Settings.width, Settings.heightlove.window.setMode(App.screen.width, App.screen.height, App.screen.flags) - replacement in main.lua at line 75
App.screen.flags.minheight = math.min(App.screen.width, 200)App.screen.flags.minheight = math.min(App.screen.height, 200) - replacement in main.lua at line 105
App.screen.flags.minheight = math.min(App.screen.width, 200)App.screen.flags.minheight = math.min(App.screen.height, 200)