Commit Graph

44 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
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
aac2775a4d 3951 2017-06-24 16:00:44 -07:00
Kartik K. Agaram
124c67645c 3934 2017-06-20 10:40:07 -07:00
Kartik K. Agaram
4f2adf0671 3883 2017-05-27 21:32:51 -07:00
Kartik K. Agaram
3ea092f2a7 3867 2017-05-19 17:55:10 -07:00
Kartik K. Agaram
ef6116cbaf 3855 2017-05-13 17:21:10 -07:00
Kartik K. Agaram
996ce5f101 3845 2017-05-06 15:03:13 -07:00
Kartik K. Agaram
b2a2dc9593 3825 2017-04-16 15:16:22 -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
3ebc418701 3737 2017-01-22 16:16:32 -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
6d007fda03 3667 2016-11-11 15:54:19 -08:00
Kartik K. Agaram
f9294899d0 3622 - handle fractional coordinates in print 2016-11-05 20:35:17 -07:00
Kartik K. Agaram
2e4f0bbd12 3578 2016-10-23 23:15:12 -07: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
3e1349d29f 3431
Improvements to syntax highlighting, particularly for Mu code in C++
files.
2016-09-30 10:45:14 -07:00
Kartik K. Agaram
6c69569a4c 3430 2016-09-28 20:08:04 -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
a0decd22b6 3017 2016-05-26 19:01:35 -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
c603cd6cef 2430 - make room for more transforms 2015-11-13 10:08:57 -08:00