press F4 to modify sources
Dependencies
- [2]
GX236KZGRevert "deemphasize the source editor" - [3]
QKHCQXOHresolve conflicts - [4]
53GCKYYSresolve conflicts - [5]
FE25XVZYyet another bugfix to the version check - [6]
AKEXQV6Aminor tweaks to manual tests while pushing to all forks - [7]
APX2PY6Gstop tracking wallclock time - [8]
57OGXVHZMerge lines.love - [9]
OB5XOXVCdeemphasize the source editor - [10]
5XQ4Y7NUreorg manual tests doc - [11]
JIK7ZRYIbugfix: imprecision in drawing - [12]
TG3DFQG5resolve conflicts - [13]
D4FEFHQCflesh out Readme - [14]
KKMFQDR4editing source code from within the app - [15]
EHADZNMBshow any error after switching to source editor - [16]
3WNNXA6Ubugfix: get tests to pass - [17]
6VJTQKW7start supporting LÖVE v12 - [18]
VSBSWTE4bugfix: where cursor is drawn - [19]
VPRGENLAhide some details within the 'warning' state - [20]
SW7BSBMJseveral bugfixes in saving/loading cursor position - [21]
EWJZ6XHBbetter formatting - [22]
6XLI6GURresolve conflicts - [23]
UEE5W7WJdocument one more shortcut - [24]
BH7BT36Lctrl+a: select entire buffer - [25]
Z2VZTIXYredo version checks - [26]
EUBREN3IMerge upstream into main - [27]
FJIGUGECbugfix: version check - [28]
3XQROLSKredo version checks yet again - [29]
PE7QD5GRsource editor: clear logs - [*]
OTIBCAUJlove2d scaffold - [*]
FS2ITYYHrecord a known issue - [*]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing
Change contents
- replacement in main.lua at line 99
-- * I press ctrl+e, switch Current_app. I don't want the new app to receive-- * I press F4, switch Current_app. I don't want the new app to receive - replacement in main.lua at line 103
-- * I press ctrl+e, am running an untested version, Current_app goes to-- * I press F4, am running an untested version, Current_app goes to - replacement in main.lua at line 228
if chord == 'C-e' thenif chord == 'f4' then - replacement in commands.lua at line 18
add_hotkey_to_menu('ctrl+e: run')add_hotkey_to_menu('F4: run') - replacement in README.md at line 39
* `ctrl+e` to modify the sources* `F4` to modify the sources - replacement in Manual_tests.md at line 16
- start out running the text editor, move window, press ctrl+e twice; window is running text editor in same position+dimensions- start out editing source, move window, press ctrl+e twice; window is editing source in same position+dimensions- start out running the text editor, move window, press F4 twice; window is running text editor in same position+dimensions- start out editing source, move window, press F4 twice; window is editing source in same position+dimensions - replacement in Manual_tests.md at line 33
* start out running the text editor, press ctrl+e to edit source, make a change to the source, press ctrl+e twice to return to the source editor; the change should be preserved.* run with an untested version of LÖVE. Error message pops up. Press a key. Text editor comes up, and doesn't receive the key. Press ctrl+e. Error pops up. Press a key. Source editor opens up. Press ctrl+e. Error pops up. Press a key. Text editor returns.* start out running the text editor, press F4 to edit source, make a change to the source, press F4 twice to return to the source editor; the change should be preserved.* run with an untested version of LÖVE. Error message pops up. Press a key. Text editor comes up, and doesn't receive the key. Press F4. Error pops up. Press a key. Source editor opens up. Press F4. Error pops up. Press a key. Text editor returns.