about summary refs log tree commit diff stats
path: root/shell/environment.mu
Commit message (Collapse)AuthorAgeFilesLines
* more space for definitionsKartik K. Agaram2021-06-061-4/+4
|
* refresh edited definitions on ctrl-sKartik K. Agaram2021-06-051-2/+16
|
* working on jumping to word at cursorKartik K. Agaram2021-06-051-0/+45
| | | | | I had a nice clean definition for word-at-cursor, but it's wrong and I'm going to have to mangle it.
* start editing function definitionsKartik K. Agaram2021-06-041-1/+1
|
* run sandbox even when cursor in functionKartik K. Agaram2021-06-041-0/+7
|
* bugfix: show functions after ctrl-g, enterKartik K. Agaram2021-06-041-1/+8
|
* select function to render firstKartik K. Agaram2021-06-041-1/+1
|
* conditionally display cursor on function sideKartik K. Agaram2021-06-041-1/+1
| | | | | Always shows at top-most function. Can't actually do any editing yet.
* conditionally display cursor in sandboxKartik K. Agaram2021-06-041-1/+5
|
* modal dialog for function name to jump toKartik K. Agaram2021-06-041-2/+99
|
* .Kartik K. Agaram2021-06-041-4/+4
|
* .Kartik K. Agaram2021-06-041-0/+54
| | | | Keyboard state machine for jumping to function definition.
* .Kartik K. Agaram2021-06-041-1/+1
|
* .Kartik K. Agaram2021-06-041-2/+2
|
* .Kartik K. Agaram2021-06-041-3/+3
|
* .Kartik K. Agaram2021-06-041-2/+2
|
* .Kartik K. Agaram2021-06-031-2/+11
|
* starting to support function editingKartik K. Agaram2021-06-031-1/+10
|
* .Kartik K. Agaram2021-06-031-0/+177