Merge text.love
[?]
Sep 4, 2023, 10:30 PM
GQBMVYD4N5Y7CH5TPB5QBZQCNAA6B7HWX4TVDTCNVGBAAMA2W6OQCDependencies
- [2]
2JLMNZZIMerge text.love - [3]
3SB6YT3AMerge lines.love - [4]
4SR3Z4Y3document the version of LÖVE I've been using - [5]
2CFLXLIEMerge text.love - [6]
K74U4BAUMerge lines.love - [7]
36Z442IVback to commit 8123959e52f without code editing - [8]
RSZD5A7Gforgot to add json.lua - [9]
2344TV56Merge lines.love - [10]
D2GCFTTTclean up repl functionality - [11]
LXTTOB33extract a couple of files - [12]
ONHKBLLCMerge lines.love - [13]
X43ZIKR3Merge text.love - [14]
ZLJYLPOTMerge lines.love - [15]
R5QXEHUIsomebody stop me - [16]
TVCPXAAUrename - [17]
OGUV4HSAremove some memory leaks from rendered fragments - [18]
VHUNJHXBMerge lines.love - [19]
VBU5YHLRMerge lines.love - [20]
KWHC65JIMerge lines.love - [21]
K2X6G75Zstart writing some tests for drawings - [22]
VHQCNMARseveral more modules - [23]
N2NUGNN4include a brief reference enabling many useful apps - [24]
2CTN2IEFMerge lines.love - [25]
PJ5PQAQErecord support for multiple versions - [26]
RU4HIK43Merge lines.love - [27]
OTIBCAUJlove2d scaffold - [28]
VXORMHMEdelete experimental REPL - [29]
FS2ITYYHrecord a known issue - [30]
ED4Z6ORCcleaner API for file-system access - [31]
73OCE2MCafter much struggle, a brute-force undo - [32]
SGMA5JLEsave the list of tests in repo - [33]
4YDBYBA4clean up memory leak experiments - [34]
BLWAYPKVextract a module - [35]
IGBTDA6YMerge text.love - [36]
2TQUKHBCMerge lines.love - [37]
Q6RXCILQMerge text.love - [38]
BULPIBEGbeginnings of a module for the text editor - [39]
QD4LOFQRMerge text.love - [40]
YDUIKWSFMerge text.love - [41]
HWTLXESCMerge lines.love - [42]
KKMFQDR4editing source code from within the app - [43]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [44]
TLOAPLBJadd a license - [45]
3PSFWAILMerge lines.love - [46]
JZR3QMTNMerge lines.love - [47]
FM5LDKGTMerge text.love - [48]
AVTNUQYRbasic test-enabled framework - [49]
UAYCSFSKMerge text.love - [50]
MD3W5IRAnew fork: rip out drawing support - [51]
B6DS4GZCMerge lines.love - [52]
LWPFEZBIMerge lines.love - [53]
UGXRAL54Merge text.love - [54]
VXRYVZ74Merge text.love - [55]
EHADZNMBshow any error after switching to source editor - [56]
JOPVPUSAediting source code from within the app - [57]
66X36NZNa little more prose describing manual_tests - [58]
KMSL74GAsupport selections in the source editor - [59]
JCRUUD2SMerge text.love - [60]
2L5MEZV3experiment: new edit namespace - [61]
VP5KC4XZMerge lines.love - [62]
WB6SIB7HMerge lines.love - [63]
XX7G2FFJintermingle freehand line drawings with text - [64]
T4FRZSYLdelete an ancient, unused file - [65]
3QNOKBFMbeginnings of a test harness - [66]
6LJZN727handle chords - [67]
RO35V4H4Merge text.love - [68]
CE4LZV4Tdrop last couple of manual tests - [69]
ORKN6EOBMerge lines.love - [70]
TXDMRA5Jbugfix: alt-tab shouldn't emit keypress events - [*]
C3GUE45IMerge text.love
Change contents
- file deletion: source.lua source.lua
if Error_message thenlocal height = math.min(20*Editor_state.line_height, App.screen.height*0.2)App.color{r=0.8,g=0,b=0}love.graphics.rectangle('fill', 150, App.screen.height - height-10, App.screen.width, height+10)App.color{r=0,g=0,b=0}love.graphics.print(Error_message, 150+10, App.screen.height - height)endendfunction source.update(dt)Cursor_time = Cursor_time + dtif App.mouse_x() < Editor_state.right thenedit.update(Editor_state, dt)elseif Show_log_browser_side thenlog_browser.update(Log_browser_state, dt)endendfunction source.quit()edit.quit(Editor_state)log_browser.quit(Log_browser_state) - edit in main.lua at line 243[4.189132]→[4.363:429](∅→∅),[4.189132]→[4.363:429](∅→∅),[4.189284]→[4.430:456](∅→∅),[4.189284]→[4.430:456](∅→∅)
-- preserve any Error_message when going from run to sourceError_message = nil - resolve order conflict in main.lua at line 243[72.67][4.223]