Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generalize a function | Kartik K. Agaram | 2022-08-18 | 1 | -2/+2 |
| | |||||
* | drop some obsolete args | Kartik K. Agaram | 2022-08-18 | 1 | -2/+2 |
| | |||||
* | swap return values | Kartik K. Agaram | 2022-08-17 | 1 | -2/+2 |
| | |||||
* | bugfix: check after cursor on same line when searching upwards | Kartik K. Agaram | 2022-08-11 | 1 | -1/+9 |
| | |||||
* | search: transparently handle drawings everywhere | Kartik K. Agaram | 2022-08-11 | 1 | -22/+18 |
| | |||||
* | bugfix: search upwards | Kartik K. Agaram | 2022-08-11 | 1 | -1/+1 |
| | |||||
* | bugfix: check before cursor on same line | Kartik K. Agaram | 2022-08-11 | 1 | -1/+12 |
| | |||||
* | update cursor in search box | Kartik K. Agaram | 2022-07-25 | 1 | -3/+1 |
| | |||||
* | bugfix: skip over drawings when searching | Kartik K. Agaram | 2022-07-25 | 1 | -8/+15 |
| | |||||
* | left/right margin -> left/right coordinates | Kartik K. Agaram | 2022-07-12 | 1 | -2/+2 |
| | | | | | Editor state initialization now depends on window dimensions, so we have to more carefully orchestrate startup. | ||||
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -38/+38 |
| | | | | | - Text.search_next - Text.search_previous | ||||
* | add state arg to some functions | Kartik K. Agaram | 2022-07-12 | 1 | -6/+6 |
| | | | | | | - Text.draw - Text.draw_cursor - Text.draw_search_bar | ||||
* | group all editor globals | Kartik K. Agaram | 2022-07-12 | 1 | -41/+41 |
| | | | | We're still accessing them through a global. But we'll change that next. | ||||
* | make colors easier to edit | Kartik K. Agaram | 2022-07-11 | 1 | -3/+3 |
| | |||||
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 1 | -2/+2 |
| | | | | - Text.pos_at_start_of_cursor_screen_line | ||||
* | extract a couple of files | Kartik K. Agaram | 2022-06-03 | 1 | -0/+114 |