about summary refs log tree commit diff stats
path: root/main_tests.lua
Commit message (Collapse)AuthorAgeFilesLines
* make test initializations a little more obviousKartik K. Agaram2022-07-151-4/+5
|
* bugfix: resizeKartik K. Agaram2022-07-131-2/+7
|
* left/right margin -> left/right coordinatesKartik K. Agaram2022-07-121-4/+4
| | | | | Editor state initialization now depends on window dimensions, so we have to more carefully orchestrate startup.
* add state arg to schedule_saveKartik K. Agaram2022-07-121-1/+1
|
* group all editor globalsKartik K. Agaram2022-07-121-11/+11
| | | | We're still accessing them through a global. But we'll change that next.
* rip out the line-width sliderKartik K. Agaram2022-06-301-18/+0
| | | | | | | New plan: - render text across the whole window - let people resize the window to the desired line width - save window size settings between sessions
* bugfix: save previous file when dropping a new one onKartik K. Agaram2022-06-291-0/+30
|
* new test: dragging and dropping a file on lines.loveKartik K. Agaram2022-06-291-0/+27
|
* correct location of the line width sliderKartik K. Agaram2022-06-181-2/+2
|
* drop last couple of manual testsKartik K. Agaram2022-06-171-0/+29