Commit Graph

980 Commits

Author SHA1 Message Date
Kartik K. Agaram f9bea7783b source editor: clear logs 2022-12-05 15:26:38 -08:00
Kartik K. Agaram 0167c57cdf consume a mouse click when switching sides
This way we can have the log side actually take focus sometimes.
2022-12-05 15:04:54 -08:00
Kartik K. Agaram f43f47b8df Merge text0 2022-11-30 23:20:24 -08:00
Kartik K. Agaram 5a26f7f17b Merge text.love 2022-11-30 23:16:29 -08:00
Kartik K. Agaram 2fd6806848 Merge lines.love 2022-11-30 23:04:52 -08:00
Kartik K. Agaram a8a8965b1b compare nested tables 2022-11-30 23:03:50 -08:00
Kartik K. Agaram c975bd8afb Merge text0 2022-11-30 21:26:16 -08:00
Kartik K. Agaram 173f155810 Merge text.love 2022-11-30 21:20:25 -08:00
Kartik K. Agaram 7f2b179ac3 irrelevant issue fork this fork 2022-11-30 21:18:57 -08:00
Kartik K. Agaram 938cd6b585 include a few more forks 2022-11-30 20:02:23 -08:00
Kartik K. Agaram bbdd8a8776 new fork: template for live programming with editor widgets 2022-11-30 19:45:17 -08:00
Kartik K. Agaram 833ef32db1 configurable colors and cursor in editor widget 2022-11-30 19:31:00 -08:00
Kartik K. Agaram f41a8bb91f bugfix: chords with modifiers 2022-11-30 19:28:59 -08:00
Kartik K. Agaram e9a5027d7c bugfix: check for numeric prefix 2022-11-30 19:26:46 -08:00
Kartik K. Agaram 18fa7fcc3d move temporary file out of user directory (if possible)
'(could be the same as getUserDirectory)' -- https://love2d.org/wiki/love.filesystem.getAppdataDirectory
2022-11-30 19:25:34 -08:00
Kartik K. Agaram 64b4e0c442 Merge text.love 2022-11-27 22:30:37 -08:00
Kartik K. Agaram 8645ddf7e0 Merge lines.love 2022-11-27 22:28:33 -08:00
Kartik K. Agaram 4335669ecc repeat bugfix on source editor 2022-11-27 22:27:23 -08:00
Kartik K. Agaram af85211247 Merge text.love 2022-11-27 22:24:31 -08:00
Kartik K. Agaram 5283c16e5c Merge lines.love 2022-11-27 22:22:16 -08:00
Kartik K. Agaram 7557e0904a bugfix 2022-11-27 22:20:26 -08:00
Kartik K. Agaram 6d57eaa77a bugfix
Errors like this in handle_error get very hard to debug.
2022-11-27 18:19:58 -08:00
Kartik K. Agaram 3588b4ddf5 load manifest in correct order 2022-11-27 18:07:10 -08:00
Kartik K. Agaram 8b8e08c4d6 nice way to make on.* handlers more discoverable 2022-11-27 14:56:48 -08:00
Kartik K. Agaram fdf4722d2a app is now live, can communicate with driver
In the process I've also switched to a separate channel for run-time
errors. Now the driver won't struggle to get bindings out of the app
while it's throwing errors.
2022-11-27 14:28:18 -08:00
Kartik K. Agaram ce36bc1f43 app running again 2022-11-27 14:06:15 -08:00
Kartik K. Agaram 2e68629898 Merge text.love 2022-11-27 13:21:46 -08:00
Kartik K. Agaram 816e3549b5 Merge text.love 2022-11-27 13:20:27 -08:00
Kartik K. Agaram 176b81826c Merge lines.love 2022-11-27 13:12:14 -08:00
Kartik K. Agaram 60e1023f0b undo an ancient hack; be an idiomatic LÖVE app 2022-11-27 13:10:23 -08:00
Kartik K. Agaram a02672dfd7 yet another fork trying to integrate my live framework with everything else
This time I'm no longer trying to find the ideal layering, just to graft
it on somehow. As a result there'll be things it's not
possible/convenient to change live.
2022-11-27 11:39:38 -08:00
Kartik K. Agaram 356fed8a24 Merge lines.love 2022-11-19 00:28:37 -08:00
Kartik K. Agaram 44aa8226c4 ctrl+a: select entire buffer 2022-11-19 00:27:20 -08:00
Kartik K. Agaram ec4cda13aa Merge lines.love 2022-11-11 18:06:55 -08:00
Kartik K. Agaram d5c34ba043 source editing: highlight [[ ]] comments/strings
In the process I fixed suffix detection for patterns with more than 1
character.
2022-11-11 18:02:20 -08:00
Kartik K. Agaram 7a71731345 Merge text.love 2022-11-06 09:29:55 -08:00
Kartik K. Agaram 4522b0ac66 Merge lines.love 2022-11-06 09:21:01 -08:00
Kartik K. Agaram a54e59446d show partial items in the menu
Seeing a partial item can nudge someone to try resizing the window and
so learn about more shortcuts.
2022-11-06 09:17:02 -08:00
Kartik K. Agaram b64a60a509 bring back everything from commit a68647ae22
We only want to unwind the source editing.
2022-11-06 08:53:46 -08:00
Kartik K. Agaram ee18ce96a1 Merge text.love 2022-11-05 21:09:31 -07:00
Kartik K. Agaram 79fd6c4464 purge unused button infrastructure 2022-11-05 19:52:42 -07:00
Kartik K. Agaram 7d310f157c Merge text.love 2022-11-03 21:46:20 -07:00
Kartik K. Agaram 29140d24be back to commit 8123959e52 without code editing 2022-11-03 21:45:25 -07:00
Kartik K. Agaram fd71bc7d94 Merge lines.love 2022-11-03 21:08:11 -07:00
Kartik K. Agaram 0e0f36f8b4 stop tracking wallclock time
We only need time differences.
2022-11-03 21:02:31 -07:00
Kartik K. Agaram a68647ae22 Merge lines.love 2022-09-26 15:24:51 -07:00
Kartik K. Agaram d1dd3e441f fix support for absolute paths in Windows 2022-09-26 15:19:47 -07:00
Kartik K. Agaram 1c49f74c8d Merge lines.love 2022-09-19 00:55:00 -07:00
Kartik K. Agaram d1d05fe5c9 migrate old settings, attempt #3
This time we have to handle absolute filenames.
Now lines-polygon-experiment fork should merge successfully, at least.
2022-09-19 00:53:25 -07:00
Kartik K. Agaram 6ac45b75b9 ugh, missed deleting an arg 2022-09-19 00:43:31 -07:00