resolve stale conflicts
Dependencies
- [2]
NBTKJTI5resolve conflicts - [3]
55QWALUNresolve conflicts - [4]
ZLJYLPOTMerge lines.love - [5]
KJLZCK2Rresolve conflicts - [6]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [7]
D2GCFTTTclean up repl functionality - [8]
TLOAPLBJadd a license - [9]
KKMFQDR4editing source code from within the app - [10]
TVCPXAAUrename - [11]
KMSL74GAsupport selections in the source editor - [12]
2TQUKHBCMerge lines.love - [13]
QMRQL2FOresolve conflicts - [14]
OGUV4HSAremove some memory leaks from rendered fragments - [15]
3PSFWAILMerge lines.love - [16]
6VJTQKW7start supporting LÖVE v12 - [17]
MBAJPTDJresolve conflicts - [18]
4YDBYBA4clean up memory leak experiments - [19]
66X36NZNa little more prose describing manual_tests - [20]
CAG7PP5YMerge text.love - [21]
ECBDENZ4Merge text.love - [22]
3G723RV5Merge text.love - [23]
N2NUGNN4include a brief reference enabling many useful apps - [24]
OTIBCAUJlove2d scaffold - [25]
CE4LZV4Tdrop last couple of manual tests - [26]
PJ5PQAQErecord support for multiple versions - [27]
VSGPLJFAresolve conflicts - [28]
VHUNJHXBMerge lines.love - [29]
D4B52CQ2Merge lines.love - [30]
R6MNUXDJpijul bug - [31]
3QNOKBFMbeginnings of a test harness - [32]
2CFLXLIEMerge text.love - [33]
36Z442IVback to commit 8123959e52f without code editing - [34]
VP5KC4XZMerge lines.love - [35]
ORKN6EOBMerge lines.love - [36]
KKQKPGCIresolve conflicts - [37]
SGMA5JLEsave the list of tests in repo - [38]
JOPVPUSAediting source code from within the app - [39]
T4FRZSYLdelete an ancient, unused file - [40]
VXORMHMEdelete experimental REPL - [41]
LXTTOB33extract a couple of files - [42]
R5QXEHUIsomebody stop me - [43]
TOXPJJYYresolve conflicts - [44]
K2X6G75Zstart writing some tests for drawings - [45]
VHQCNMARseveral more modules - [46]
BULPIBEGbeginnings of a module for the text editor - [47]
LWPFEZBIMerge lines.love - [48]
RSZD5A7Gforgot to add json.lua - [49]
2L5MEZV3experiment: new edit namespace - [50]
73OCE2MCafter much struggle, a brute-force undo - [51]
AVTNUQYRbasic test-enabled framework - [52]
XX7G2FFJintermingle freehand line drawings with text - [53]
2CTN2IEFMerge lines.love - [54]
ED4Z6ORCcleaner API for file-system access - [55]
TBTRYEBPMerge lines.love - [56]
BLWAYPKVextract a module - [57]
FS2ITYYHrecord a known issue - [58]
VXRYVZ74Merge text.love - [59]
6LJZN727handle chords - [60]
A4BSGS2CMerge lines.love - [61]
4SR3Z4Y3document the version of LÖVE I've been using - [62]
VLTU33KWresolve conflicts
Change contents
- file deletion: source_text_tests.lua source_text_tests.lua
-- cursor moves to end of screen line (one more than final character shown)check_eq(Editor_state.cursor1.pos, 13, 'cursor:pos')-- cursor moves to end of screen line (one more than final character shown)check_eq(Editor_state.cursor1.pos, 13, 'cursor:pos')-- cursor moves to end of screen line (one more than final character shown)check_eq(Editor_state.cursor1.pos, 21, 'cursor')endfunction test_select_text()endfunction test_click_past_end_of_wrapping_line()check_eq(Editor_state.cursor1.line, 1, 'cursor:line')endfunction test_click_on_wrapping_line_rendered_from_partway_at_top_of_screen()check_eq(Editor_state.cursor1.line, 1, 'cursor:line') - file deletion: source_text.lua source_text.lua
return line_cache.screen_line_starting_pos[screen_line_index+1]end