Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | stop tracking wallclock time | Kartik K. Agaram | 2022-11-03 | 5 | -24/+26 | |
| | | | | We only need time differences. | |||||
* | fix support for absolute paths in Windows | Kartik K. Agaram | 2022-09-26 | 2 | -0/+2 | |
| | ||||||
* | migrate old settings, attempt #3 | Kartik K. Agaram | 2022-09-19 | 2 | -2/+44 | |
| | | | | | This time we have to handle absolute filenames. Now lines-polygon-experiment fork should merge successfully, at least. | |||||
* | ugh, missed deleting an arg | Kartik K. Agaram | 2022-09-19 | 1 | -1/+1 | |
| | ||||||
* | handle missing cursors in settings | Kartik K. Agaram | 2022-09-19 | 1 | -3/+9 | |
| | ||||||
* | source: show files in MRU order | Kartik K. Agaram | 2022-09-19 | 1 | -4/+8 | |
| | | | | | I'm not going to save this MRU order across sessions for now. It's good enough to save cursor positions for individual files, I think. | |||||
* | extract a couple of functions | Kartik K. Agaram | 2022-09-19 | 1 | -13/+16 | |
| | ||||||
* | source: load cursor position from settings | Kartik K. Agaram | 2022-09-19 | 1 | -2/+5 | |
| | ||||||
* | source: no commandline args | Kartik K. Agaram | 2022-09-19 | 1 | -15/+4 | |
| | ||||||
* | source: remember cursor position of multiple files | Kartik K. Agaram | 2022-09-19 | 1 | -4/+12 | |
| | ||||||
* | source: support only relative paths within the app | Kartik K. Agaram | 2022-09-19 | 1 | -5/+2 | |
| | ||||||
* | bugfix: mouse clicks on file navigator above log browser side | Kartik K. Agaram | 2022-09-18 | 1 | -0/+5 | |
| | ||||||
* | support special chars like '(' in search | Kartik K. Agaram | 2022-09-18 | 1 | -8/+8 | |
| | ||||||
* | delete a duplicate filename candidate | Kartik K. Agaram | 2022-09-18 | 1 | -1/+0 | |
| | ||||||
* | filter candidates in file navigator | Kartik K. Agaram | 2022-09-18 | 2 | -1/+46 | |
| | ||||||
* | hide editor cursor while in file navigator | Kartik K. Agaram | 2022-09-18 | 3 | -6/+6 | |
| | ||||||
* | bugfix: disable typing while file navigator is open | Kartik K. Agaram | 2022-09-18 | 1 | -0/+3 | |
| | ||||||
* | support mouse clicks in file navigator | Kartik K. Agaram | 2022-09-18 | 2 | -2/+13 | |
| | ||||||
* | start showing source menu file navigation state graphically | Kartik K. Agaram | 2022-09-18 | 2 | -5/+54 | |
| | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | source: up/down in file navigator | Kartik K. Agaram | 2022-09-18 | 1 | -0/+68 | |
| | | | | I'm starting to use logging, but it's still easier to print textual logs. | |||||
* | indent | Kartik K. Agaram | 2022-09-18 | 1 | -7/+7 | |
| | ||||||
* | source: show all files in navigator | Kartik K. Agaram | 2022-09-17 | 1 | -5/+31 | |
| | | | | | We still don't have up/down arrow keys. And we still don't have the ability to filter filenames by typing. | |||||
* | bugfix: draw menu after everything else | Kartik K. Agaram | 2022-09-17 | 1 | -1/+1 | |
| | | | | This is stupid; I did it right in pensieve.love to begin with. | |||||
* | rename | Kartik K. Agaram | 2022-09-17 | 1 | -3/+3 | |
| | ||||||
* | delete some logs | Kartik K. Agaram | 2022-09-17 | 1 | -3/+0 | |
| | | | | | | | One open question is how to manage logs while drawing, since they can be extremely verbose. Neither tags nor depths seem like the right metaphor here, and that gives me pause that I perhaps don't see the full space of needs yet. | |||||
* | yet another bugfix in log parsing | Kartik K. Agaram | 2022-09-17 | 1 | -2/+6 | |
| | ||||||
* | bugfix: perform matches in the right order | Kartik K. Agaram | 2022-09-17 | 1 | -2/+2 | |
| | ||||||
* | easy way to make file switching more convenient | Kartik K. Agaram | 2022-09-17 | 1 | -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. | |||||
* | bugfix: never skip files in file navigator | Kartik K. Agaram | 2022-09-17 | 1 | -4/+3 | |
| | ||||||
* | use existing local | Kartik K. Agaram | 2022-09-17 | 1 | -1/+1 | |
| | ||||||
* | use a helper | Kartik K. Agaram | 2022-09-17 | 1 | -11/+7 | |
| | ||||||
* | bugfix: log filenames can have 2 formats | Kartik K. Agaram | 2022-09-17 | 1 | -1/+4 | |
| | ||||||
* | some debug prints | Kartik K. Agaram | 2022-09-17 | 4 | -0/+8 | |
| | | | | | | 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 settings | Kartik K. Agaram | 2022-09-17 | 1 | -1/+3 | |
| | ||||||
* | get rid of ugly side-effects in tests | Kartik K. Agaram | 2022-09-17 | 2 | -9/+34 | |
| | ||||||
* | bugfix: source margins when toggling log browser | Kartik K. Agaram | 2022-09-17 | 2 | -1/+65 | |
| | | | | Running the tests now uglily resizes the window for a second or two. | |||||
* | . | Kartik K. Agaram | 2022-09-17 | 1 | -1/+2 | |
| | ||||||
* | . | Kartik K. Agaram | 2022-09-15 | 1 | -1/+1 | |
| | ||||||
* | new test | Kartik K. Agaram | 2022-09-15 | 3 | -2/+21 | |
| | ||||||
* | more correct absolute path detection | Kartik K. Agaram | 2022-09-11 | 4 | -6/+38 | |
| | ||||||
* | bugfix: path munging on Windows | Kartik K. Agaram | 2022-09-10 | 4 | -6/+8 | |
| | ||||||
* | self-documenting 0 Test_right_margin | Kartik K. Agaram | 2022-09-07 | 4 | -8/+16 | |
| | ||||||
* | one issue less | Kartik K. Agaram | 2022-09-06 | 1 | -3/+1 | |
| | | | | | Selecting text is also almost done. I just need to figure out what to do with bifold text. | |||||
* | switch shortcuts for bifold text | Kartik K. Agaram | 2022-09-06 | 2 | -5/+5 | |
| | | | | | | I've been running out of ctrl+ shortcuts, and I just remembered my original idea to keep ctrl+ for drawings/mouse operations and alt+ for everything else. | |||||
* | support selections in the source editor | Kartik K. Agaram | 2022-09-06 | 6 | -6/+708 | |
| | | | | | I've only tested side A so far, and included a statement of how I want side B to behave. | |||||
* | support hyperlinks in the source editor | Kartik K. Agaram | 2022-09-05 | 3 | -0/+40 | |
| | | | | Integrated from the pensieve fork. | |||||
* | bugfix: save modified files in save directory | Kartik K. Agaram | 2022-09-05 | 1 | -2/+26 | |
| | | | | | | scenario: open app from .love file, press ctrl+e Before this change the source file showed up empty. | |||||
* | . | Kartik K. Agaram | 2022-09-05 | 1 | -1/+3 | |
| | ||||||
* | support drawings in the source editor | Kartik K. Agaram | 2022-09-05 | 11 | -128/+545 | |
| | ||||||
* | include some missing source files | Kartik K. Agaram | 2022-09-05 | 1 | -0/+4 | |
| |