Merge text.love
[?]
Jan 2, 2023, 2:08 AM
W5H5YI6SQD2OZYEX4E3RX7WKBHH4FKKJAD4TQVPQK64LGXZGOTJACDependencies
- [2]
DUHVCYW5Merge text.love - [3]
DB7HJBHJMerge lines.love - [4]
VO2ZVTWKMerge lines.love - [5]
RXNR3U5EMerge text.love - [6]
RSZD5A7Gforgot to add json.lua - [7]
2L5MEZV3experiment: new edit namespace - [8]
66X36NZNa little more prose describing manual_tests - [9]
3PSFWAILMerge lines.love - [10]
MD3W5IRAnew fork: rip out drawing support - [11]
JOPVPUSAediting source code from within the app - [12]
XX7G2FFJintermingle freehand line drawings with text - [13]
BULPIBEGbeginnings of a module for the text editor - [14]
73OCE2MCafter much struggle, a brute-force undo - [15]
36Z442IVback to commit 8123959e52f without code editing - [16]
4YDBYBA4clean up memory leak experiments - [17]
TLOAPLBJadd a license - [18]
LXTTOB33extract a couple of files - [19]
VHQCNMARseveral more modules - [20]
K2X6G75Zstart writing some tests for drawings - [21]
OGUV4HSAremove some memory leaks from rendered fragments - [22]
CE4LZV4Tdrop last couple of manual tests - [23]
GUOQRUL7Merge lines.love - [24]
AT3LVCMPMerge text.love - [25]
FS2ITYYHrecord a known issue - [26]
C3GUE45IMerge text.love - [27]
UTDSCN3GMerge lines.love - [28]
KKMFQDR4editing source code from within the app - [29]
VSJS6O4CMerge text.love - [30]
OTIBCAUJlove2d scaffold - [31]
VP5KC4XZMerge lines.love - [32]
4DHGKUMDMerge text.love - [33]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [34]
AVTNUQYRbasic test-enabled framework - [35]
ETXNVRPTMerge lines.love - [36]
D2GCFTTTclean up repl functionality - [37]
JCXL74WVbring back everything from commit a68647ae22 - [38]
6LJZN727handle chords - [39]
VXORMHMEdelete experimental REPL - [40]
ORKN6EOBMerge lines.love - [41]
TVCPXAAUrename - [42]
R5QXEHUIsomebody stop me - [43]
3QNOKBFMbeginnings of a test harness - [44]
2CTN2IEFMerge lines.love - [45]
DCO5BQWVMerge lines.love - [46]
BLWAYPKVextract a module - [47]
AYX33NBCMerge lines.love - [48]
XGHCLIKBMerge lines.love - [49]
T4FRZSYLdelete an ancient, unused file - [50]
VHUNJHXBMerge lines.love - [51]
KMSL74GAsupport selections in the source editor
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)