about summary refs log tree commit diff stats
path: root/html/edit/002-typing.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 3732Kartik K. Agaram2017-01-111-29/+29
|
* 3719 - cross-link Mu waypoints to their locationKartik K. Agaram2016-12-271-10/+10
|
* 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-130/+130
| | | | | | | | 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-101/+101
|
* 3710Kartik K. Agaram2016-12-261-1083/+1083
| | | | | 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-1087/+1111
| | | | | | 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.
* 3703Kartik K. Agaram2016-12-061-13/+13
|
* 3700Kartik K. Agaram2016-11-281-30/+18
| | | | | | 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.
* 3696Kartik K. Agaram2016-11-271-30/+33
| | | | | | 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-298/+298
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3568Kartik K. Agaram2016-10-231-3/+3
| | | | Fix syntax highlighting for labels after commit 3552.
* 3567Kartik K. Agaram2016-10-231-1/+1
|
* 3558Kartik K. Agaram2016-10-221-3/+3
|
* 3491Kartik K. Agaram2016-10-091-1/+1
| | | | | Update the html, proving that commit 3490 worked. The only changes are from other recent commits.
* 3457Kartik K. Agaram2016-10-061-20/+20
| | | | | 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-51/+51
|
* 3431Kartik K. Agaram2016-09-301-23/+23
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3430Kartik K. Agaram2016-09-281-131/+139
|
* 3397Kartik K. Agaram2016-09-171-98/+98
|
* 3395Kartik K. Agaram2016-09-171-208/+208
|
* 3355Kartik K. Agaram2016-09-151-50/+50
|
* 3102Kartik K. Agaram2016-07-051-25/+56
|
* 2996Kartik K. Agaram2016-05-211-1/+1
|
* 2866Kartik K. Agaram2016-04-251-197/+208
|
* 2812Kartik K. Agaram2016-03-271-9/+18
|
* 2745Kartik K. Agaram2016-03-091-1/+1
|
* 2744Kartik K. Agaram2016-03-091-2/+2
| | | | Tweak colors and font-sizes in generated html.
* 2743Kartik K. Agaram2016-03-091-50/+41
| | | | | Looks like "TOhtml | <other command>" doesn't work on Mac OS X for some reason..
* 2605Kartik K. Agaram2016-01-261-136/+136
|
* 2545Kartik K. Agaram2015-12-151-4/+4
| | | | update html
* 2611Kartik K. Agaram2015-11-291-3/+3
|
* 2447Kartik K. Agaram2015-11-151-14/+14
|
* 2423 - describe shape-shifting in html docsKartik K. Agaram2015-11-101-124/+113
|
* 2177Kartik K. Agaram2015-09-071-0/+1092