Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4891 | Kartik Agaram | 2018-12-30 | 1 | -0/+1 |
| | | | | | | | | | | | Couple more tweaks to html rendering: a) SubX definitions no longer link redundantly to themselves. This long-standing issue turns out to be tractable to solve for SubX files since the syntax is so simple. b) Fix links to SubX definitions in other directories. I forgot that I have to always generate tags from the directory of the file being linkified. c) Fix link colors. Before we lost all syntax highlighting for functions and Globals. Now they maintain their colors, just add an underline. | ||||
* | 4890 - new html renderings | Kartik Agaram | 2018-12-29 | 1 | -15/+10 |
| | | | | | | | a) Switch to a light background. b) Linkify calls in .subx files. c) Keep all colorization in the Vim colorscheme, get rid of hacky special-cases in update_html. | ||||
* | 4814 | Kartik Agaram | 2018-12-01 | 1 | -0/+1 |
| | |||||
* | 4809 - subx: html with 5 colors for comments | Kartik Agaram | 2018-11-30 | 1 | -11/+13 |
| | |||||
* | 4539 | Kartik Agaram | 2018-09-07 | 1 | -7/+7 |
| | |||||
* | 4447 | Kartik Agaram | 2018-07-27 | 1 | -376/+378 |
| | |||||
* | 4239 | Kartik Agaram | 2018-05-08 | 1 | -6/+6 |
| | |||||
* | 4209 | Kartik K. Agaram | 2018-02-18 | 1 | -251/+251 |
| | |||||
* | 4200 | Kartik K. Agaram | 2018-01-27 | 1 | -67/+67 |
| | | | | Forgot to set up exuberant_ctags_rc as .ctags on new laptop. | ||||
* | 4199 | Kartik K. Agaram | 2018-01-25 | 1 | -230/+229 |
| | |||||
* | 4165 | Kartik K. Agaram | 2017-12-27 | 1 | -12/+12 |
| | |||||
* | 4161 | Kartik K. Agaram | 2017-12-15 | 1 | -7/+7 |
| | |||||
* | 4134 - 'input' = 'ingredient' | Kartik K. Agaram | 2017-12-03 | 1 | -7/+7 |
| | |||||
* | 4008 | Kartik K. Agaram | 2017-09-25 | 1 | -9/+9 |
| | | | | | Allow list `push` operation to save result in a new list rather than mutate the existing list. | ||||
* | 3951 | Kartik K. Agaram | 2017-06-24 | 1 | -255/+257 |
| | |||||
* | 3904 | Kartik K. Agaram | 2017-06-09 | 1 | -6/+6 |
| | | | | Standardize functions to put the main object being modified first. | ||||
* | 3883 | Kartik K. Agaram | 2017-05-27 | 1 | -382/+367 |
| | |||||
* | 3867 | Kartik K. Agaram | 2017-05-19 | 1 | -458/+457 |
| | |||||
* | 3855 | Kartik K. Agaram | 2017-05-13 | 1 | -455/+457 |
| | |||||
* | 3830 - crosslink shape-shifting containers in html | Kartik K. Agaram | 2017-04-18 | 1 | -9/+9 |
| | |||||
* | 3825 | Kartik K. Agaram | 2017-04-16 | 1 | -449/+453 |
| | |||||
* | 3806 | Kartik K. Agaram | 2017-03-21 | 1 | -60/+55 |
| | |||||
* | 3797 | Kartik K. Agaram | 2017-03-15 | 1 | -334/+333 |
| | |||||
* | 3764 - better colors for cross-links | Kartik K. Agaram | 2017-03-08 | 1 | -3/+4 |
| | |||||
* | 3761 | Kartik K. Agaram | 2017-03-07 | 1 | -198/+199 |
| | |||||
* | 3734 | Kartik K. Agaram | 2017-01-11 | 1 | -1/+1 |
| | |||||
* | 3732 | Kartik K. Agaram | 2017-01-11 | 1 | -456/+457 |
| | |||||
* | 3719 - cross-link Mu waypoints to their location | Kartik K. Agaram | 2016-12-27 | 1 | -1/+1 |
| | |||||
* | 3716 | Kartik K. Agaram | 2016-12-26 | 1 | -0/+2 |
| | | | | Make hyperlinks less salient in the rendered html since there's so many of them. | ||||
* | 3715 | Kartik K. Agaram | 2016-12-26 | 1 | -58/+58 |
| | | | | | | | | 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 html | Kartik K. Agaram | 2016-12-26 | 1 | -42/+42 |
| | |||||
* | 3710 | Kartik K. Agaram | 2016-12-26 | 1 | -475/+475 |
| | | | | | 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 html | Kartik K. Agaram | 2016-12-26 | 1 | -479/+503 |
| | | | | | | 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. | ||||
* | 3699 | Kartik K. Agaram | 2016-11-28 | 1 | -7/+5 |
| | | | | | Delete some obsolete /same-as-ingredient attributes. We should always let Mu deduce those at this point. | ||||
* | 3696 | Kartik K. Agaram | 2016-11-27 | 1 | -35/+38 |
| | | | | | | 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. | ||||
* | 3695 | Kartik K. Agaram | 2016-11-27 | 1 | -10/+10 |
| | |||||
* | 3569 | Kartik K. Agaram | 2016-10-23 | 1 | -116/+116 |
| | | | | Update syntax highlighting to not color numeric locations like literals. | ||||
* | 3568 | Kartik K. Agaram | 2016-10-23 | 1 | -6/+6 |
| | | | | Fix syntax highlighting for labels after commit 3552. | ||||
* | 3561 | Kartik K. Agaram | 2016-10-22 | 1 | -1/+1 |
| | |||||
* | 3558 | Kartik K. Agaram | 2016-10-22 | 1 | -6/+6 |
| | |||||
* | 3431 | Kartik K. Agaram | 2016-09-30 | 1 | -4/+4 |
| | | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files. | ||||
* | 3430 | Kartik K. Agaram | 2016-09-28 | 1 | -16/+24 |
| | |||||
* | 3397 | Kartik K. Agaram | 2016-09-17 | 1 | -11/+11 |
| | |||||
* | 3395 | Kartik K. Agaram | 2016-09-17 | 1 | -68/+68 |
| | |||||
* | 3355 | Kartik K. Agaram | 2016-09-15 | 1 | -21/+21 |
| | |||||
* | 2996 | Kartik K. Agaram | 2016-05-21 | 1 | -22/+3 |
| | |||||
* | 2866 | Kartik K. Agaram | 2016-04-25 | 1 | -74/+67 |
| | |||||
* | 2812 | Kartik K. Agaram | 2016-03-27 | 1 | -9/+18 |
| | |||||
* | 2745 | Kartik K. Agaram | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | 2744 | Kartik K. Agaram | 2016-03-09 | 1 | -2/+2 |
| | | | | Tweak colors and font-sizes in generated html. |