Commit Graph

51 Commits

Author SHA1 Message Date
Kartik Agaram
08a0eed699 4891
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.
2018-12-30 00:02:42 -08:00
Kartik Agaram
ac07e589b3 4890 - new html renderings
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.
2018-12-29 15:27:18 -08:00
Kartik Agaram
e4ac3c9e6e 4814 2018-12-01 14:13:33 -08:00
Kartik Agaram
c762564bd7 4539 2018-09-07 22:42:23 -07:00
Kartik Agaram
5fe060d582 4447 2018-07-27 17:08:29 -07:00
Kartik Agaram
cdf2822743 4242 - get rid of refcounts entirely
We're going to lean back into the experiment of commit 4179 back in Jan.
If we delete memory it's up to us to ensure no pointers into it survive.

Since deep-copy depends on our refcounting infrastructure, it's gone as
well. So we're going to have to start watching out for pointers shared
over channels.
2018-05-12 10:22:26 -07:00
Kartik Agaram
4bb57a55a0 4239 2018-05-08 10:25:00 -07:00
Kartik K. Agaram
b301e0c0e6 4200
Forgot to set up exuberant_ctags_rc as .ctags on new laptop.
2018-01-27 00:28:51 -08:00
Kartik K. Agaram
805d58c6ae 4199 2018-01-25 22:39:31 -08:00
Kartik K. Agaram
f0c55e6b97 4165 2017-12-27 20:39:51 -08:00
Kartik K. Agaram
e82dc62668 4164 2017-12-27 20:19:46 -08:00
Kartik K. Agaram
fe8bf967a9 4161 2017-12-15 02:09:36 -08:00
Kartik K. Agaram
4a48bedcd1 4134 - 'input' = 'ingredient' 2017-12-03 23:25:40 -08:00
Kartik K. Agaram
124c67645c 3934 2017-06-20 10:40:07 -07:00
Kartik K. Agaram
6c52e24e29 3830 - crosslink shape-shifting containers in html 2017-04-18 11:33:33 -07:00
Kartik K. Agaram
4a39d12d45 3764 - better colors for cross-links 2017-03-08 19:02:59 -08:00
Kartik K. Agaram
9e751bb8c0 3761 2017-03-07 01:41:48 -08:00
Kartik K. Agaram
97eb971b75 3725
More improvements to cross-linking example programs. Include their own
functions as well in the tags for each program, even as you share the
core .mu files everywhere.
2016-12-27 22:20:43 -08:00
Kartik K. Agaram
4c4d325ca8 3716
Make hyperlinks less salient in the rendered html since there's so many of them.
2016-12-26 22:09:54 -08:00
Kartik K. Agaram
201458e3bd 3713 - cross-link calls with definitions in html 2016-12-26 20:58:37 -08:00
Kartik K. Agaram
204dae921a 3710
Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml
has magic for that out of the box.
2016-12-26 11:44:14 -08:00
Kartik K. Agaram
e5c11a5137 3709 - line numbers in html
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.
2016-12-26 01:26:16 -08:00
Kartik K. Agaram
f918675c8b 3569
Update syntax highlighting to not color numeric locations like literals.
2016-10-23 19:56:28 -07:00
Kartik K. Agaram
b4d5b58959 3491
Update the html, proving that commit 3490 worked. The only changes are
from other recent commits.
2016-10-09 00:24:24 -07:00
Kartik K. Agaram
3e1349d29f 3431
Improvements to syntax highlighting, particularly for Mu code in C++
files.
2016-09-30 10:45:14 -07:00
Kartik K. Agaram
f344b250f6 3395 2016-09-17 15:01:51 -07:00
Kartik K. Agaram
0ca56ed853 3355 2016-09-15 01:01:58 -07:00
Kartik K. Agaram
2f02189ddc 2996 2016-05-21 17:44:53 -07:00
Kartik K. Agaram
32b8fac279 2866 2016-04-25 22:27:19 -07:00
Kartik K. Agaram
a654e4ecac 2812 2016-03-27 17:43:41 -07:00
Kartik K. Agaram
c0e9154d6a 2745 2016-03-09 03:40:41 -08:00
Kartik K. Agaram
e605699951 2744
Tweak colors and font-sizes in generated html.
2016-03-09 03:31:56 -08:00
Kartik K. Agaram
4690ce81e0 2743
Looks like "TOhtml | <other command>" doesn't work on Mac OS X for some
reason..
2016-03-09 02:56:27 -08:00
Kartik K. Agaram
d009e15880 2605 2016-01-26 23:47:23 -08:00
Kartik K. Agaram
db1f56c844 2611 2015-11-29 14:18:52 -08:00
Kartik K. Agaram
76755b2836 2423 - describe shape-shifting in html docs 2015-11-10 21:43:45 -08:00
Kartik K. Agaram
f5465e1220 2177 2015-09-07 10:37:27 -07:00
Kartik K. Agaram
0e4a335edc 2175 2015-09-06 16:35:46 -07:00
Kartik K. Agaram
90560d7194 2062 2015-08-23 10:19:23 -07:00
Kartik K. Agaram
eaeb955212 1949 2015-08-06 19:15:57 -07:00
Kartik K. Agaram
4fe9f5e825 1925 2015-08-03 00:49:38 -07:00
Kartik K. Agaram
9570363aec 1885 2015-07-29 15:55:05 -07:00
Kartik K. Agaram
9542bb1124 1853 2015-07-25 22:15:51 -07:00
Kartik K. Agaram
762b099ef6 1818 2015-07-18 15:22:49 -07:00
Kartik K. Agaram
83fcebf321 1778 2015-07-13 20:53:41 -07:00
Kartik K. Agaram
dbe124108b 1631 - update html versions
Html is a little more readable thanks to feedback from J David Eisenberg
(https://news.ycombinator.com/item?id=9766330), in particular the
suggestion to use https://addons.mozilla.org/En-us/firefox/addon/wcag-contrast-checker.
2015-06-23 14:02:12 -07:00
Kartik K. Agaram
d44123caba 1556 2015-06-12 22:34:45 -07:00
Kartik K. Agaram
e8b1d3ff06 1549 2015-06-09 00:02:23 -07:00
Kartik K. Agaram
4bbd3ded0b 1517 2015-05-30 19:37:02 -07:00
Kartik K. Agaram
5b84f01fdc 1471 2015-05-26 11:28:21 -07:00