resolve conflicts
Dependencies
- [2]
A27ZAO4Oresolve conflicts - [3]
A7MKM5XLbetter support other keyboard layouts - [4]
KKMFQDR4editing source code from within the app - [5]
3PSFWAILMerge lines.love - [6]
VP5KC4XZMerge lines.love - [7]
VTCPDL3Aresolve conflicts - [8]
BULPIBEGbeginnings of a module for the text editor - [9]
TVCPXAAUrename - [10]
D2GCFTTTclean up repl functionality - [11]
R5QXEHUIsomebody stop me - [12]
K2X6G75Zstart writing some tests for drawings - [13]
KKQKPGCIresolve conflicts - [14]
VZPH3XJKupdate source editor - [15]
N2NUGNN4include a brief reference enabling many useful apps - [16]
LWPFEZBIMerge lines.love - [17]
T4FRZSYLdelete an ancient, unused file - [18]
2CTN2IEFMerge lines.love - [19]
OGUV4HSAremove some memory leaks from rendered fragments - [20]
VXORMHMEdelete experimental REPL - [21]
SGMA5JLEsave the list of tests in repo - [22]
RUB7L6GYresolve conflicts - [23]
F4RUTONDsplit up editor tests between LÖVE 11 and LÖVE 12 - [24]
6VJTQKW7start supporting LÖVE v12 - [25]
GIG6OV3Gport keyboard layout handling to source editor - [26]
KMSL74GAsupport selections in the source editor - [27]
6LJZN727handle chords - [28]
MBAJPTDJresolve conflicts - [29]
4SR3Z4Y3document the version of LÖVE I've been using - [30]
OTIBCAUJlove2d scaffold - [31]
JOPVPUSAediting source code from within the app - [32]
PT7ICD7Zresolve conflicts - [33]
ORKN6EOBMerge lines.love - [34]
73OCE2MCafter much struggle, a brute-force undo - [35]
VHQCNMARseveral more modules - [36]
TLOAPLBJadd a license - [37]
RSZD5A7Gforgot to add json.lua - [38]
LXTTOB33extract a couple of files - [39]
XX7G2FFJintermingle freehand line drawings with text - [40]
VHUNJHXBMerge lines.love - [41]
QZUFJMD5resolve conflicts - [42]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [43]
BLWAYPKVextract a module - [44]
4YDBYBA4clean up memory leak experiments - [45]
FYJXSWXVresolve conflicts - [46]
CE4LZV4Tdrop last couple of manual tests - [47]
ED4Z6ORCcleaner API for file-system access - [48]
3QNOKBFMbeginnings of a test harness - [49]
2CK5QI7Wmake love event names consistent - [50]
2L5MEZV3experiment: new edit namespace - [51]
T42Y5MLOexplicitly specify app name - [52]
66X36NZNa little more prose describing manual_tests - [53]
2EELKVO2resolve conflicts - [54]
AVTNUQYRbasic test-enabled framework - [55]
FS2ITYYHrecord a known issue - [56]
ZLJYLPOTMerge lines.love
Change contents
- file deletion: source_text.lua source_text.lua
-- textinput events can occur on chords with the shift key or AltGr key-- but not for ctrl, alt or cmd/super/guiif App.ctrl_down() or App.alt_down() or App.cmd_down() thenreturnend - replacement in source_text.lua at line 223
if App.any_modifier_down() thenif App.key_down(t) then-- The modifiers didn't change the key. Handle it in keychord_press.returnelse-- Key mutated by the keyboard layout. Continue below.end-- textinput events can occur on chords with the shift key or AltGr key-- but not for ctrl, alt or cmd/super/guiif App.ctrl_down() or App.alt_down() or App.cmd_down() thenreturn