about summary refs log tree commit diff stats
path: root/html/edit/012-editor-undo.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 3956Kartik K. Agaram2017-06-251-8/+8
|
* 3951Kartik K. Agaram2017-06-241-130/+130
|
* 3927Kartik K. Agaram2017-06-191-12/+12
|
* 3903 - minimal render when pressing 'tab'Kartik K. Agaram2017-06-091-12/+12
| | | | Turns out all I had to do was reset `go-render?` to false.
* 3895Kartik K. Agaram2017-05-291-2051/+2053
|
* 3883Kartik K. Agaram2017-05-271-1/+1
|
* 3879Kartik K. Agaram2017-05-261-4/+4
|
* 3869Kartik K. Agaram2017-05-191-8/+8
| | | | Clean up a few superficial things in Caleb's commit.
* 3867Kartik K. Agaram2017-05-191-155/+155
|
* 3855Kartik K. Agaram2017-05-131-29/+29
|
* 3830 - crosslink shape-shifting containers in htmlKartik K. Agaram2017-04-181-72/+72
|
* 3825Kartik K. Agaram2017-04-161-29/+29
|
* 3808 - 'length' for duplex listsKartik K. Agaram2017-03-311-6/+6
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-3/+4
|
* 3761Kartik K. Agaram2017-03-071-816/+817
|
* 3732Kartik K. Agaram2017-01-111-29/+29
|
* 3719 - cross-link Mu waypoints to their locationKartik K. Agaram2016-12-271-20/+20
|
* 3716Kartik K. Agaram2016-12-261-0/+2
| | | | Make hyperlinks less salient in the rendered html since there's so many of them.
* 3715Kartik K. Agaram2016-12-261-224/+224
| | | | | | | | Fix cross-links in html for the edit/ app. I originally thought I'd need to provide a commandline flag like --rel-path or something. But we need to support different relative paths in a single html file. So the solution instead is appropriately engineering the tags file.
* 3713 - cross-link calls with definitions in htmlKartik K. Agaram2016-12-261-141/+141
|
* 3710Kartik K. Agaram2016-12-261-2109/+2109
| | | | | Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml has magic for that out of the box.
* 3709 - line numbers in htmlKartik K. Agaram2016-12-261-2113/+2137
| | | | | | Each line number also gets an anchor name, but I'm not hyperlinking them for now because I don't want to encourage bookmarking these links just yet. They aren't permalinks because every revision may change what's at any given line number.
* 3700Kartik K. Agaram2016-11-281-2/+2
| | | | | | Reorder products of some functions in the edit/ and sandbox/ apps. My recent realization: always return 'real' products before ones that just indicate an ingredient is mutable.
* 3699Kartik K. Agaram2016-11-281-3/+2
| | | | | Delete some obsolete /same-as-ingredient attributes. We should always let Mu deduce those at this point.
* 3696Kartik K. Agaram2016-11-271-29/+29
| | | | | | Decouple editor initialization from rendering to screen. This hugely simplifies the header of 'new-editor' and makes clear that it was only using the screen for rendering.
* 3569Kartik K. Agaram2016-10-231-444/+444
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3568Kartik K. Agaram2016-10-231-4/+4
| | | | Fix syntax highlighting for labels after commit 3552.
* 3558Kartik K. Agaram2016-10-221-4/+4
|
* 3457Kartik K. Agaram2016-10-061-61/+61
| | | | | Switch around some unicode characters in the edit/ app so that it renders more cleanly in html (with monospace fonts).
* 3456Kartik K. Agaram2016-10-061-123/+123
|
* 3431Kartik K. Agaram2016-09-301-43/+43
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3430Kartik K. Agaram2016-09-281-315/+325
|
* 3397Kartik K. Agaram2016-09-171-255/+255
|
* 3395Kartik K. Agaram2016-09-171-391/+391
|
* 3355Kartik K. Agaram2016-09-151-58/+58
|
* 2996Kartik K. Agaram2016-05-211-0/+2139