resolve conflicts
Dependencies
- [2]
KQ22RW43resolve conflicts - [3]
QZUFJMD5resolve conflicts - [4]
R5QXEHUIsomebody stop me - [5]
ONHKBLLCMerge lines.love - [6]
LWPFEZBIMerge lines.love - [7]
QMRQL2FOresolve conflicts - [8]
HWTLXESCMerge lines.love - [9]
TBTRYEBPMerge lines.love - [10]
FS2ITYYHrecord a known issue - [11]
4SR3Z4Y3document the version of LÖVE I've been using - [12]
VP5KC4XZMerge lines.love - [13]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [14]
4YDBYBA4clean up memory leak experiments - [15]
CAG7PP5YMerge text.love - [16]
XX7G2FFJintermingle freehand line drawings with text - [17]
KMSL74GAsupport selections in the source editor - [18]
VXORMHMEdelete experimental REPL - [19]
AVTNUQYRbasic test-enabled framework - [20]
SGMA5JLEsave the list of tests in repo - [21]
MBAJPTDJresolve conflicts - [22]
R6MNUXDJpijul bug - [23]
KKMFQDR4editing source code from within the app - [24]
ORKN6EOBMerge lines.love - [25]
2CFLXLIEMerge text.love - [26]
3QNOKBFMbeginnings of a test harness - [27]
VHQCNMARseveral more modules - [28]
K2X6G75Zstart writing some tests for drawings - [29]
VTCPDL3Aresolve conflicts - [30]
VSGPLJFAresolve conflicts - [31]
D2GCFTTTclean up repl functionality - [32]
D4B52CQ2Merge lines.love - [33]
2CTN2IEFMerge lines.love - [34]
3PSFWAILMerge lines.love - [35]
VHUNJHXBMerge lines.love - [36]
OTIBCAUJlove2d scaffold - [37]
LXTTOB33extract a couple of files - [38]
ZLJYLPOTMerge lines.love - [39]
OGUV4HSAremove some memory leaks from rendered fragments - [40]
2L5MEZV3experiment: new edit namespace - [41]
4Y2QDDAZresolve conflicts - [42]
PJ5PQAQErecord support for multiple versions - [43]
ED4Z6ORCcleaner API for file-system access - [44]
JCRUUD2SMerge text.love - [45]
KKQKPGCIresolve conflicts - [46]
YY472LBUresolve conflicts - [47]
N2NUGNN4include a brief reference enabling many useful apps - [48]
TVCPXAAUrename - [49]
CRBLAWBOresolve conflicts - [50]
73OCE2MCafter much struggle, a brute-force undo - [51]
TLOAPLBJadd a license - [52]
VLTU33KWresolve conflicts - [53]
CE4LZV4Tdrop last couple of manual tests - [54]
KJLZCK2Rresolve conflicts - [55]
RSZD5A7Gforgot to add json.lua - [56]
JOPVPUSAediting source code from within the app - [57]
BLWAYPKVextract a module - [58]
66X36NZNa little more prose describing manual_tests - [59]
X43ZIKR3Merge text.love - [60]
RXMHAZ6Vresolve conflicts - [61]
36Z442IVback to commit 8123959e52f without code editing - [62]
TOXPJJYYresolve conflicts - [63]
VXRYVZ74Merge text.love - [64]
6VJTQKW7start supporting LÖVE v12 - [65]
BULPIBEGbeginnings of a module for the text editor - [66]
T4FRZSYLdelete an ancient, unused file - [67]
6LJZN727handle chords
Change contents
- file deletion: source_text.lua source_text.lua
-- The modifiers didn't change the key. Handle it in keychord_press.schedule_save(State)record_undo_event(State, {before=before, after=snapshot(State, State.cursor1.line)})record_undo_event(State, {before=before, after=snapshot(State, State.cursor1.line)})schedule_save(State)--== shortcuts that move the cursorelseif chord == 'left' thenText.left(State)schedule_save(State)schedule_save(State)elseif chord == 'tab' thenlocal before = snapshot(State, State.cursor1.line)returnelse-- Key mutated by the keyboard layout. Continue below.endend - file deletion: source_edit.lua source_edit.lua
schedule_save(State)schedule_save(State)record_undo_event(State, {before=before, after=snapshot(State, before_line, State.cursor1.line)})schedule_save(State)elseend,})