resolve conflicts
Dependencies
- [2]
LXR2FNDCresolve conflicts - [3]
NBTKJTI5resolve conflicts - [4]
55QWALUNresolve conflicts - [5]
MBAJPTDJresolve conflicts - [6]
XX7G2FFJintermingle freehand line drawings with text - [7]
ED4Z6ORCcleaner API for file-system access - [8]
3QNOKBFMbeginnings of a test harness - [9]
36Z442IVback to commit 8123959e52f without code editing - [10]
VHQCNMARseveral more modules - [11]
OGUV4HSAremove some memory leaks from rendered fragments - [12]
OL7ZCZWDMerge text.love - [13]
3G723RV5Merge text.love - [14]
EZHO4TSWnew file-system format for freewheeling apps - [15]
VLTU33KWresolve conflicts - [16]
4SR3Z4Y3document the version of LÖVE I've been using - [17]
ZLJYLPOTMerge lines.love - [18]
66X36NZNa little more prose describing manual_tests - [19]
TBTRYEBPMerge lines.love - [20]
VXRYVZ74Merge text.love - [21]
UEG224LHdebug animations - [22]
KJLZCK2Rresolve conflicts - [23]
R6MNUXDJpijul bug - [24]
JOPVPUSAediting source code from within the app - [25]
LWPFEZBIMerge lines.love - [26]
QMRQL2FOresolve conflicts - [27]
6LJZN727handle chords - [28]
CZQ3NJ4NMerge text0 - [29]
D2GCFTTTclean up repl functionality - [30]
RSZD5A7Gforgot to add json.lua - [31]
TLOAPLBJadd a license - [32]
LRDM35CEapp running again - [33]
R5QXEHUIsomebody stop me - [34]
AVTNUQYRbasic test-enabled framework - [35]
A4BSGS2CMerge lines.love - [36]
2TQUKHBCMerge lines.love - [37]
VSGPLJFAresolve conflicts - [38]
FS2ITYYHrecord a known issue - [39]
KMSL74GAsupport selections in the source editor - [40]
T4FRZSYLdelete an ancient, unused file - [41]
VHUNJHXBMerge lines.love - [42]
N2NUGNN4include a brief reference enabling many useful apps - [43]
D4B52CQ2Merge lines.love - [44]
VP5KC4XZMerge lines.love - [45]
4YDBYBA4clean up memory leak experiments - [46]
CE4LZV4Tdrop last couple of manual tests - [47]
ECBDENZ4Merge text.love - [48]
6VJTQKW7start supporting LÖVE v12 - [49]
57HKHZ7Zinclude the tool that's mentioned in representation.md - [50]
TOXPJJYYresolve conflicts - [51]
ORKN6EOBMerge lines.love - [52]
OTIBCAUJlove2d scaffold - [53]
2DVVKKVAflesh out Readme - [54]
D43U7GQ4alter on-disk representation (manifest files) - [55]
KKQKPGCIresolve conflicts - [56]
CAG7PP5YMerge text.love - [57]
3PSFWAILMerge lines.love - [58]
2CFLXLIEMerge text.love - [59]
BLWAYPKVextract a module - [60]
TVCPXAAUrename - [61]
73OCE2MCafter much struggle, a brute-force undo - [62]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [63]
2L5MEZV3experiment: new edit namespace - [64]
KKMFQDR4editing source code from within the app - [65]
SGMA5JLEsave the list of tests in repo - [66]
SW5GN5LPsuggest a default layout for freewheeling apps - [67]
K2X6G75Zstart writing some tests for drawings - [68]
VXORMHMEdelete experimental REPL - [69]
BULPIBEGbeginnings of a module for the text editor - [70]
5OVKHVY6nice way to make on.* handlers more discoverable - [71]
PJ5PQAQErecord support for multiple versions - [72]
LXTTOB33extract a couple of files
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 source_text.lua source_text.lua source_text.lua source_text.lua[5.2]→[5.147125:147164](∅→∅),[5.2]→[5.147125:147164](∅→∅),[5.147164]→[5.83786:83786](∅→∅),[5.2]→[5.147125:147164](∅→∅),[5.2]→[5.147125:147164](∅→∅),[5.2]→[5.147125:147164](∅→∅),[5.2]→[5.147125:147164](∅→∅),[5.147164]→[5.83786:83786](∅→∅)
return line_cache.screen_line_starting_pos[screen_line_index+1]end