about summary refs log tree commit diff stats
path: root/edit.mu
Commit message (Collapse)AuthorAgeFilesLines
* 1954 - ignore junk charactersKartik K. Agaram2015-08-071-0/+5
|
* 1947 - done with situations needing scroll-upKartik K. Agaram2015-08-061-2/+54
|
* 1946 - done with situations needing scroll-downKartik K. Agaram2015-08-061-7/+108
|
* 1944Kartik K. Agaram2015-08-061-4/+38
| | | | | Amazing, now I can change behavior simply by adding a label rather than any code.
* 1943Kartik K. Agaram2015-08-051-1/+119
|
* 1942Kartik K. Agaram2015-08-051-11/+90
|
* 1941Kartik K. Agaram2015-08-051-1/+73
|
* 1940 - scroll when moving cursor off-screenKartik K. Agaram2015-08-051-9/+88
| | | | Uses the new support for nested tangling.
* 1937Kartik K. Agaram2015-08-051-0/+4
|
* 1936Kartik K. Agaram2015-08-051-1/+1
|
* 1935Kartik K. Agaram2015-08-051-34/+34
|
* 1934Kartik K. Agaram2015-08-041-2/+5
|
* 1933 - bugfix: backspace now works on right sideKartik K. Agaram2015-08-041-2/+33
|
* 1932Kartik K. Agaram2015-08-041-0/+63
|
* 1931 - basic support for scrollingKartik K. Agaram2015-08-041-9/+275
| | | | Still need to fix all the todo's in edit.mu dealing with scrolling.
* 1930Kartik K. Agaram2015-08-041-102/+105
|
* 1929Kartik K. Agaram2015-08-041-60/+60
|
* 1928 - bugfix: ctrl-uKartik K. Agaram2015-08-041-2/+29
|
* 1927 - reorganize handlers for keyboard shortcutsKartik K. Agaram2015-08-041-308/+360
|
* 1926Kartik K. Agaram2015-08-031-1/+1
| | | | | | | http://250bpm.com/blog:57 Funnily, the new idea I finally came up with in 'read' was already mirrored above in recipe 'write'.
* 1924 - handle delete key in editorKartik K. Agaram2015-08-031-0/+36
|
* 1922Kartik K. Agaram2015-08-021-2/+51
|
* 1921 - show trace by clicking on codeKartik K. Agaram2015-08-021-3/+150
| | | | | | | Region to click on to edit is now reduced to just the menu bar for the sandbox (excluding the 'x' for deleting the sandbox). The symmetry there might be useful, but we'll see if the relative click area is in line with how commonly the actions are performed.
* 1918Kartik K. Agaram2015-08-021-72/+72
|
* 1917Kartik K. Agaram2015-08-021-8/+4
|
* 1916 - self-contained layer for rendering colorsKartik K. Agaram2015-08-021-4/+11
|
* 1915 - restore expected response from diskKartik K. Agaram2015-08-011-2/+13
|
* 1914 - save right after 'pinning' expected responseKartik K. Agaram2015-08-011-17/+25
|
* 1913 - save expected response for each sandboxKartik K. Agaram2015-08-011-3/+11
|
* 1912 - 'fix' sandbox results, flag future changesKartik K. Agaram2015-07-311-0/+165
| | | | Woot!
* 1911Kartik K. Agaram2015-07-311-13/+6
| | | | Give up on minimizing #characters printed to screen.
* 1909 - clean up all null pointers of that ilkKartik K. Agaram2015-07-311-9/+0
|
* 1908 - another null-pointer warningKartik K. Agaram2015-07-311-3/+15
|
* 1907Kartik K. Agaram2015-07-311-12/+12
|
* 1906Kartik K. Agaram2015-07-311-8/+4
|
* 1905Kartik K. Agaram2015-07-301-38/+38
|
* 1904 - click on sandbox to edit itKartik K. Agaram2015-07-301-13/+128
|
* 1899Kartik K. Agaram2015-07-301-1/+1
|
* 1898Kartik K. Agaram2015-07-301-58/+61
|
* 1897Kartik K. Agaram2015-07-301-13/+20
|
* 1896Kartik K. Agaram2015-07-301-288/+292
|
* 1895 - starting to impose some architecture on edit.muKartik K. Agaram2015-07-301-11/+16
|
* 1892Kartik K. Agaram2015-07-291-39/+22
|
* 1891Kartik K. Agaram2015-07-291-13/+13
|
* 1890 - bugfix in backspace handlingKartik K. Agaram2015-07-291-9/+37
|
* 1889Kartik K. Agaram2015-07-291-10/+10
|
* 1888 - silence error when no sandboxesKartik K. Agaram2015-07-291-1/+1
|
* 1884Kartik K. Agaram2015-07-291-28/+3
|
* 1883 - type-deducing in more .mu filesKartik K. Agaram2015-07-291-1/+1
|
* 1881Kartik K. Agaram2015-07-291-3/+3
|