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
2014-10-26 17:07:10 +00:00
2015-07-15 16:56:41 +01:00
2015-05-03 12:24:31 +01:00
2015-11-23 19:02:37 +00:00

BBEdit Package for Rust

"Screenshots of the Rust BBEdit language module"

This is a BBEdit 11 Package for Rust. It provides the following features:

  • Complete syntax highlighting
    • Special support for lifetimes, attributes, and identifiers
    • Customisable colours using the BBEdit 11 colour editor
  • Language features
    • Go to start of/end of/previous/next function
    • Go to named symbol
    • Indexed function menu
    • Code folding
  • Code helpers
    • Clippings for common code patterns
    • Autogeneration for standard library trait impls

By default, it highlights anything beginning with a capital letter in a certain colour. To turn this off, just change the Identifier colour to be the same as the default text colour in Preferences.

Installation

To install this package, simply clone the repo into BBEdits Packages folder:

$ git clone https://github.com/ogham/Rust-BBEdit.git ~/Library/Application\ Support/BBEdit/Packages/Rust.bbpackage

Then restart your BBEdit and it should be picked up. Its necessary for the filename to end in .bbpackage.

Compilation

To compile your own version, youll need Xcode. The default schema outputs a .bblm. Youll also need the BBEdit SDK. The project assumes its mounted under /Volumes/BBEdit SDK. Theres a Makefile that runs the build commands.

Description
No description provided
https://github.com/ogham/Rust-BBEdit
Readme 2.5 MiB
Languages
Objective-C++ 48.9%
Rust 33.6%
AppleScript 14.3%
CSS 2.6%
Makefile 0.6%