* Removed a couple of unused variables
* Removed settings specifications whenever possible, to use default
values
* Set ALWAYS_SEARCH_USER_PATHS to NO, as it is now deprecated.
* Applied the recommended settings for warnings, except for
implicit casts to (u)int 32bit values. The reason is these come from
the iterator implemented in the BBEdit official header.
Clone git@github.com:siegel/LanguageModuleSDK.git to
~/Projects/BBEdit/LanguageModuleSDK
Then a simple make.
If you do not clone in the above path, you will need to update the
project settings using Xcode, so that `User Header Search Path` points
to the correct folder.
- 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!
- 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
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!)