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