about summary refs log tree commit diff stats
path: root/html/edit/012-editor-undo.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 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