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