Commit Graph

76 Commits

Author SHA1 Message Date
Thomas Jensen
83fc460a49
Remove remaining EOF comments from source files 2024-09-28 15:00:45 +02:00
Thomas Jensen
7e87a76781
Show Bram Moolenaar as designer of vim-box 2024-05-30 18:11:29 +02:00
Thomas Jensen
4246ad1203
Update copyright statements for 2024 2024-02-16 22:01:58 +01:00
Thomas Jensen
d62b04e485
Drop fields REVISION, REVDATE, and CREATED from config file
These pieces of information are really in Git, so they are no longer required in the config file.
2024-02-14 22:03:15 +01:00
Thomas Jensen
7137e59a53
Add aliases 'lua-cmt' and 'sql-cmt' for 'ada-cmt'; same for 'ada-box' 2024-02-14 22:03:14 +01:00
Thomas Jensen
36016b9019
Migrate to new tags syntax in config file
The new syntax is supported since boxes v2.1.0.
2024-02-14 22:03:08 +01:00
Thomas Jensen
e9a3014db0
Add 'dragon' box design 2023-12-24 14:11:42 +01:00
David Sargeant
62f8587a28
Add ANSI box options to default config 2023-12-24 14:06:50 +01:00
Thomas Jensen
0d4f49f0fb
Add default padding to some box designs 2023-12-24 14:06:49 +01:00
Thomas Jensen
d9550ac58d
Add new box designs 'info', 'warning', and 'critical'
which take advantage of coloring and unicode
2023-12-09 14:48:47 +01:00
Thomas Jensen
770838b273
Beautify west shape formatting in 'diamonds' design 2023-12-02 22:26:34 +01:00
Thomas Jensen
77d02890a7
Update copyright statements for 2023 2023-03-26 21:32:08 +02:00
Thomas Jensen
a3a37b50fc
Upgrade project license to GPL-3 #101 2022-09-18 15:00:15 +02:00
David Yang
a02e241cfa
Add box designs 'cowsay' and 'tux' (from cowsay) #91
Cowsay and every cowsay implementation in a new language doesn't support different width characters, and the odds of cowsay getting an update are very low. Step on cowsay's toes and provide a cow that doesn't break for chinese, japanese, korean users. Used with permission by Tony Monroe.
2021-08-25 22:21:42 +02:00
Thomas Jensen
4fc33e7cee
Fix quoting of closing comment tags in config 2021-06-18 20:56:08 +02:00
Thomas Jensen
47dfac4897
Make 'normand' sample a little narrower 2021-06-15 20:44:27 +02:00
Thomas Jensen
e5af7dba2d
Add new box design 'normand' 2021-06-13 22:35:40 +02:00
Thomas Jensen
d1a318d1c3
Tag some box designs as 'large' in config file
This is for box designs which are best suited for large content,
like figlet fonts or just a lot of text. They want to be BIG!
2021-06-13 22:35:39 +02:00
Thomas Jensen
fe3074524f
Add new box design 'weave' 2021-06-13 22:35:39 +02:00
Thomas Jensen
d6433d3d41
Update some URLs after website redesign 2021-05-29 20:56:55 +02:00
Thomas Jensen
542e6bd4dd
Update box design 'right', undeprecate
I still don't like it, but it shows a particular kind of box that has only a
right side, which is good on a technical level.
2021-04-11 20:27:17 +02:00
Thomas Jensen
6039b059da
Review tag assignments in config file #23 2021-04-11 20:27:16 +02:00
Thomas Jensen
b01fdcecf5
Prepare config file for some alias names #30
They are not activated yet because some people periodically update
their box design configs from the boxes master branch on GitHub.
If we activated the alias names, and the user still has pre-2.1.0
boxes, the file would parse as broken. As soon as we think that
everybody has access to boxes v2.1.0, we will activate the aliases.
Of course you can already do this in your local config at any time
if you already have boxes v2.1.0.
2021-04-06 22:13:40 +02:00
Thomas Jensen
79ab9baa6d
Beautify config file a little 2021-04-06 22:13:39 +02:00
Thomas Jensen
ac8617b383
Clean up config file 2021-02-15 21:10:56 +01:00
Thomas Jensen
a841777007
Improve attribution of Joan Stark's work in resulting boxes 2021-02-15 21:10:56 +01:00
Thomas Jensen
f4f14cdc61
Update copyright statements in source files with current year 2021-02-15 21:10:54 +01:00
Thomas Jensen
a5a63488ab
Remove some deprecated box designs
You can easily get them back to use on your machine by copying them from an old version of the boxes config, e.g.
https://raw.githubusercontent.com/ascii-boxes/boxes/363e0266e083475b19f7539fd6beae699ade1890/boxes-config
2021-02-15 21:08:43 +01:00
Thomas Jensen
363e0266e0
Add test cases for unicode and invalid manual encoding #1 2021-02-15 20:35:29 +01:00
Thomas Jensen
12fa4ea57e
Add test cases for colored unicode 'headline' design #1
This design uses complex regular expressions, which must work on unicode characters.
2021-02-15 20:35:28 +01:00
Thomas Jensen
eb5ac9c701
Allow smaller speech bubbles in 'unicornthink' box 2021-02-15 20:35:28 +01:00
Thomas Jensen
1c4914bb01
Add tolerance for lolcat-induced escape sequences to 'headline' replace rules #1 2021-02-13 11:01:55 +01:00
Thomas Jensen
5dad2d1137
Add unicode-awareness in box removal functionality #1 2021-02-13 11:01:55 +01:00
Thomas Jensen
a579da13a5
Unicode-enable regex processing by introducing PCRE2 #1 #67 2021-02-13 11:01:54 +01:00
Thomas Jensen
82d1e8e187
Use 'setlocal' instead of 'set' in Vim syntax file #66 2020-02-01 14:06:32 +01:00
Ricky Anderson
57cc8537e8 Add vim-box design to boxes-config (#62) 2019-11-18 14:50:50 +01:00
Ed Schaller
26315e8860 Add jstone box design
Simple comment box that doesn't conflict with java doc's /**
Based on the "stone" design. Hence jstone
2019-10-05 13:27:14 +02:00
Thomas Jensen
b6a4dc71fe
Add basic support for tags #23
Currently, tags can be added to the config file, and displayed in the design information.
They are not really understood, though, so no query-by-tag or anything yet.
2019-05-25 14:54:18 +02:00
Thomas Jensen
2b17b60716
Move some test designs out of the official config file 2019-05-23 21:32:06 +02:00
Thomas Jensen
38f311569c
Add box design 'bear' 2019-03-31 13:29:08 +02:00
Thomas Jensen
90f764c2db
Allow smaller speech bubbles in 'unicornsay' box 2019-02-21 18:50:37 +01:00
Thomas Jensen
022cdd17c8
Change website references to https 2019-02-14 21:41:11 +01:00
Matthew Thompson
b4ff5ded9f Update boxes-config with both f90 comments and box
The previous suggestion I made called `fortran` was for the box. However, older Fortran (i.e., FORTRAN 77) uses `c` as the comment character, not `!`. So, in case someone wants an `f77-box`, move the name to `f90-box`.

Also, a la the `ada-box` and `ada-cmt`, make a `f90-cmt` which does `!` commenting.
2018-02-13 17:31:47 +01:00
Matthew Thompson
b9cb042e49 Update boxes-config with Fortran box
As a Fortran programmer, it's nice to have a box that uses the Fortran ! comment character
2018-02-09 10:41:25 +01:00
bdimych
21981529d2 new designs added: "fence" and "important" 1,2,3 (#39) 2017-04-12 17:00:39 +01:00
Thomas Jensen
7dc7c517f6 Increased version number to 1.1.3 for release 2017-03-16 21:26:38 +01:00
Scyptnex
71e9f4f0af TeX/LaTeX comments and boxes 2016-12-01 22:41:15 +01:00
Dmitry Bolshakov
9eb1472f9c new design "face" 2016-01-26 09:20:50 -03:00
Thomas Jensen
9239b15ad5 Added 'designer' keyword to all box designs (where possible) as per #22 2016-01-05 21:48:37 +01:00
Thomas Jensen
11e2150636 minor formatting of boxes-config 2016-01-03 23:16:48 +01:00