about summary refs log tree commit diff stats
path: root/source.lua
Commit message (Collapse)AuthorAgeFilesLines
* consistent names in a few more placesKartik K. Agaram2022-12-231-4/+4
|
* make love event names consistentKartik K. Agaram2022-12-231-16/+16
| | | | | I want the words to be easy to read, and to use a consistent tense. update and focus seem more timeless; let's make everything like those.
* save state when clearing logsKartik K. Agaram2022-12-051-0/+2
|
* source editor: clear logsKartik K. Agaram2022-12-051-0/+10
|
* consume a mouse click when switching sidesKartik K. Agaram2022-12-051-0/+2
| | | | This way we can have the log side actually take focus sometimes.
* migrate old settings, attempt #3Kartik K. Agaram2022-09-191-2/+8
| | | | | This time we have to handle absolute filenames. Now lines-polygon-experiment fork should merge successfully, at least.
* ugh, missed deleting an argKartik K. Agaram2022-09-191-1/+1
|
* handle missing cursors in settingsKartik K. Agaram2022-09-191-3/+9
|
* source: load cursor position from settingsKartik K. Agaram2022-09-191-2/+5
|
* source: no commandline argsKartik K. Agaram2022-09-191-15/+4
|
* source: remember cursor position of multiple filesKartik K. Agaram2022-09-191-4/+12
|
* source: support only relative paths within the appKartik K. Agaram2022-09-191-5/+2
|
* bugfix: mouse clicks on file navigator above log browser sideKartik K. Agaram2022-09-181-0/+5
|
* delete a duplicate filename candidateKartik K. Agaram2022-09-181-1/+0
|
* filter candidates in file navigatorKartik K. Agaram2022-09-181-1/+4
|
* hide editor cursor while in file navigatorKartik K. Agaram2022-09-181-1/+1
|
* bugfix: disable typing while file navigator is openKartik K. Agaram2022-09-181-0/+3
|
* start showing source menu file navigation state graphicallyKartik K. Agaram2022-09-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | I'm a bit leery of going down this road: - If there's a bug in how I render logs graphically that could be extremely misleading. Perhaps this suggests that the code to log things should be significantly simpler than the code that might be debugged. If writing the debug helper requires all my smarts I'm not smart enough to debug using the helper, etc. Given this idea, the fact that I'm copying production code into the logging helper is concerning. - There's a question of what code it's ok for logging helpers to depend on. This is an issue shared with tests. I often implicitly (and without meaning to) assume the presence of some well-tested helpers when writing tests. If those helpers ever break I can get into a rabbit hole of debugging. This problem might be even more insidious with logging helpers that will give me no indication when they break. Still and all, it's cool to see menus in my logs. Let's see if it's useful.
* bugfix: draw menu after everything elseKartik K. Agaram2022-09-171-1/+1
| | | | This is stupid; I did it right in pensieve.love to begin with.
* easy way to make file switching more convenientKartik K. Agaram2022-09-171-1/+0
| | | | | | | | In the fullness of time, I'll want to remember previous file, type to filter, etc. But for now just don't forget where you were. This is helpful because I'm often working on either the run side or the source side, and just starting out on the right side shaves off a lot of keypresses.
* some debug printsKartik K. Agaram2022-09-171-0/+2
| | | | | | I'm starting to edit the sources from within the app in ernest. First question: why does the file navigation menu skip some files? These prints answer the question.
* isolate some tests from settingsKartik K. Agaram2022-09-171-1/+3
|
* get rid of ugly side-effects in testsKartik K. Agaram2022-09-171-9/+9
|
* bugfix: source margins when toggling log browserKartik K. Agaram2022-09-171-1/+4
| | | | Running the tests now uglily resizes the window for a second or two.
* new testKartik K. Agaram2022-09-151-1/+1
|
* more correct absolute path detectionKartik K. Agaram2022-09-111-3/+2
|
* bugfix: path munging on WindowsKartik K. Agaram2022-09-101-2/+3
|
* support drawings in the source editorKartik K. Agaram2022-09-051-1/+1
|
* include some missing source filesKartik K. Agaram2022-09-051-0/+4
|
* set window title within each appKartik K. Agaram2022-09-031-0/+2
| | | | The main app shows the file being edited, but the programming environment does not.
* editing source code from within the appKartik K. Agaram2022-09-031-0/+358
integrated from pong.love via text.love: https://merveilles.town/@akkartik/108933336531898243