21 Commits

Author SHA1 Message Date
Ben S
43eee05c44 Add very basic rustfmt Text Filter 2015-12-08 07:29:33 +00:00
Ben S
86c005e015 Add some Terminal+Cargo AppleScripts 2015-12-08 07:29:07 +00:00
Ben S
2defa5f908 Move Generate Implementation script into a folder 2015-12-08 07:28:44 +00:00
Ben S
75ef4092ec Add doc-splitter to the helper toolbox
This helper tool uses BBEdit's Preview Windows to preview Markdown syntax in your rustdocs. It has the following components:

- A binary Preview Filter
- The source for the filter, written in Rust, as a binary in the toolbox
- The Preview CSS that uses the classes outputted by the filter
2015-12-08 07:11:29 +00:00
Ben S
9e44cd4eb8 Rename impl-generator-bin to impl-generator
This will start transitioning the impl generator to be a more generic helper tool, with the impl generator as one of its component.

Also, drop the "-bin" from the name, because what else is it going to be?
2015-12-07 23:52:14 +00:00
Ben S
cf99295fa1 Cargo.toml clippings 2015-12-07 22:14:51 +00:00
Ben S
8b4069c4a6 TOML improvements
- Now it properly handles strings and numbers (without underscores) and dates and comments
- Sections are now in the function dropdown thing in the navigation bar
- Whitespace!
2015-12-07 22:14:30 +00:00
Ben S
eb478ce254 Clean up the plist, and add search URL template
- Add whitespace to make it readable
- Add BBLMIsSourceKind and BBLMIsHeaderKind to the BBLMSuffixMap, which I don't think actually do anything but they're there now
- Add BBLMReferenceSearchURLTemplate to search the libstd docs
2015-12-07 16:26:37 +00:00
Ben S
8ee5fa4793 Add a bunch more Clippings 2015-11-23 18:24:46 +00:00
Ben S
dea280c188 Update the binary and Xcode stuffs 2015-11-23 18:23:05 +00:00
Ben S
2c27300233 Clippings for regexen 2015-10-01 00:48:08 +01:00
Ben S
7fe432c069 Cargo.lock is TOML, too 2015-09-23 21:07:35 +01:00
Ben S
4e6a94bcef Add Toml CLM! 2015-09-09 15:10:12 +01:00
Ben S
4ee8768ce3 Add macro_rules! clipping 2015-08-01 22:17:15 +01:00
Ben S
77b2980f41 'us' and 'is' -> 'usize' and 'isize' 2015-08-01 22:17:07 +01:00
Ben S
11aa41ff48 Fix all the std::fmt function signatures 2015-07-24 18:20:42 +01:00
Ben S
53cf427f4f Macro variables shouldn't use spaces like this 2015-07-22 21:23:19 +01:00
Benjamin Sago
0ec4a6ccd1 Add std::iter traits 2015-07-19 19:50:42 +01:00
Ben S
55bb739dbe Add impl-generator script! 2015-07-15 16:56:41 +01:00
Ben S
eb06c53efc Add a bunch of clippings! 2015-07-15 15:14:26 +01:00
Ben S
2e92e9cd82 Start including a compiled version in the repo
This makes it possible for users to upgrade with a simple `git pull`,
rather than having to re-download the latest release from GitHub each
time - after checking that there is one, first!

It also converts it from just a `.bblm` file to an entire `.bbprojectd`
file, allowing me to add things like Clippings and Text Filters in the
future. (Planned!)
2015-07-15 14:14:53 +01:00