From 26315e88606d4e945407ec7df7fb1d94943a0eea Mon Sep 17 00:00:00 2001 From: Ed Schaller Date: Fri, 4 Oct 2019 11:23:44 -0600 Subject: [PATCH] Add jstone box design Simple comment box that doesn't conflict with java doc's /** Based on the "stone" design. Hence jstone --- boxes-config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/boxes-config b/boxes-config index e45cb8b..4249d52 100644 --- a/boxes-config +++ b/boxes-config @@ -2882,6 +2882,39 @@ padding { horiz 1 } END bear +# ============================================================================ + +BOX jstone +author "Ed Schaller" +designer "schallee_@_darkmist.net" +revision "1.0" +revdate "3 Oct 2019" +created "3 Oct 2019" +tags "programming, box" + +sample + /*----------------+ + | toast is yummy | + +----------------*/ +ends + +shapes { + nw ("/*") n ("-") ne ("+ ") + w (" |") e ("| ") + sw (" +") s ("-") se ("*/") +} + +elastic (n,e,s,w) + +delim ?" +replace "\*/" with "*\/" +reverse "\*\\/" to "*/" + +padding { + horiz 1 +} + +END jstone # ============================================================================