Skip to content

Commit

Permalink
Merge branch 'master' of github.com:benoitsan/BBUncrustifyPlugin-Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitsan committed Apr 16, 2015
2 parents 6faf100 + d563559 commit 2a4a0e7
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,13 @@

Xcode plugin to format code using [Uncrustify](http://uncrustify.sourceforge.net) or [ClangFormat](http://clang.llvm.org/docs/ClangFormat.html).

![menu](http://f.cl.ly/items/1I0k0D1z0K3B0z2Z2X1N/BBUncrustifyPlugin-menu.png)
![menu](https://github.com/benoitsan/BBUncrustifyPlugin-Xcode/blob/master/images/menu.png)

![preferences](http://f.cl.ly/items/1p3U2o1K1v361v0b1o1l/BBUncrustifyPlugin.png)

## BBUncrustifyPlugin 2.0

#### New
* Added ClangFormat.
* Preferences window to easily adjust the settings.
* Opening the formatter configuration in an external editor.
* Create factory configuration files (in the preferences window).
* Option to format when saving.

#### Changes from 1.0 to 2.0

* Reorganization of the menu: menu items are now in `Edit > Format Code`.

* Uncrustify configuration: The configuration file must be located in the current directory or any parent directories of the source file. The file is named `.uncrustifyconfig` or `uncrustify.cfg`. Uncrustify looks for the configuration in the additional folders: `Home Folder` and `~/.uncrustify/uncrustify.cfg`.

* Minimum requirement is Xcode 5.0+ on OS X 10.9+.
![preferences](https://github.com/benoitsan/BBUncrustifyPlugin-Xcode/blob/master/images/preferences.png)

## Requirements

Xcode 5.0+ on OS X 10.9+.
Xcode 6.0+ on OS X 10.10+.

PS: [This fork](https://github.com/1951FDG/BBUncrustifyPlugin-Xcode) works with Xcode 3.

Expand Down

0 comments on commit 2a4a0e7

Please sign in to comment.