Skip to content

Releases: benoitsan/BBUncrustifyPlugin-Xcode

2.0.4

23 Oct 19:48
Compare
Choose a tag to compare

2.0.3

26 Apr 07:39
Compare
Choose a tag to compare
  • Format on save: file extensions filter.
  • Uncrustify: silent formatting errors.

2.0.2

17 Mar 20:02
Compare
Choose a tag to compare
  • Compatibility with Xcode 5.1 (5B130a).

2.0.1

24 Jan 21:44
Compare
Choose a tag to compare
  • New option: Formatting on save.
  • UI fixes.
  • Fixed the cursor position when formatting the active file.
  • Fixed crash when clang-format process never ends.
  • Formatting selected files won’t stop when error occurs.

Full Diff

2.0

19 Jan 19:08
Compare
Choose a tag to compare
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).

Changes:

  • 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+.

1.0.5

20 Nov 20:39
Compare
Choose a tag to compare
  • Finds executable file in /usr/local/bin and /usr/bin/ (3f677fc)
  • Preserve cursor position and scroll offset on Uncrustify Active File. (b63b292)
  • Make sure to restore a valid selectedRange. (f469eff)
  • Update uncrustify binary. (a7177e2)
  • Update DVTPlugInCompatibilityUUIDs for Xcode 5.1. (7d0d672)

Full Diff

1.0.4

26 Jul 20:03
Compare
Choose a tag to compare
  • Added an optional per-user configuration file path inside a folder (~/.uncrustify/uncrustify.cfg) (#21)
  • NSTextStorage optimization, fixed a string comparaison. (#22)
  • Added compatibility UUID to info.plist — Xcode 5 (#23)
  • do not restrict uncrustification to Objective-C files. Explicit language specification when uncrustifying Objective-C files (#24)

Full Diff