BBUncrustifyPlugin Changelog

What's new in BBUncrustifyPlugin 2.1.4

Nov 13, 2015
  • Remove verbose log by default "BBUncrustifyPluginVersion loaded"

New in BBUncrustifyPlugin 2.1.1 (May 12, 2015)

  • added support for Xcode 6.3.2 (6D2102)
  • added support for Xcode 6.4 (6E14)
  • removed support for UncrustifyX

New in BBUncrustifyPlugin 2.1 (Apr 27, 2015)

  • New option for re-indenting whitespace-only lines to the code level after code formatting.
  • uncrustify 0.61 (b6593c1bd9).
  • An alert is displayed if the preferences window is missing (cf. Alcatraz issue).

New in BBUncrustifyPlugin 2.0.7 (Apr 17, 2015)

  • Support for Xcode 6.3 GM.
  • File Logging (Menu Format Code > View Log) to easier find issues when formatting fails.
  • Fixed an issue with Clang-Format that could lead the formatter to not use the configuration when using a custom configuration file.
  • Display an error when trying to edit a Clang configuration if Clang setup is not set to use a custom file.
  • Removed Sparkle Updater.

New in BBUncrustifyPlugin 2.0.6 (Mar 12, 2015)

  • Added Script Installation Version.
  • Added support for Xcode 6.2 (6C131e) and 6.3 (6D520o).
  • Updated clang-format, version 3.7.0 (trunk 229265).
  • Improved reflow of the text selection when using Clang.
  • Fixed spelling mistakes.

New in BBUncrustifyPlugin 2.0.5 (Jan 3, 2015)

  • Update to Uncrustify 0.61. #77
  • Comment insertion with uncrustify was not working (cmt_insert_file_header, cmt_insert_file_footer). #76

New in BBUncrustifyPlugin 2.0.3 (Apr 28, 2014)

  • Format on save: file extensions filter.
  • Uncrustify: silent formatting errors.

New in BBUncrustifyPlugin 2.0.2 (Mar 18, 2014)

  • Compatibility with Xcode 5.1 (5B130a).

New in BBUncrustifyPlugin 2.0.1 (Mar 18, 2014)

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

New in BBUncrustifyPlugin 2.0 (Mar 18, 2014)

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

New in BBUncrustifyPlugin 1.0.5 (Nov 21, 2013)

  • 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)