Artistic Style Wx Release Notes
Artistic Style Wx 3.1 (January 2018)
- Add new options, "break-return-type" and "break-return-type-decl".
- Add new options, "attach-return-type" and "attach-return-type-decl".
- Add new option "style=ratliff", as an alternate name for banner style.
- Add indent guide highlight to selected braces.
- Fix "Find" methods to recognize UTF-8 characters.
- Fix file open filter to display files that do not have an extension.
- Fix double-click selection of a block.
Artistic Style Wx 3.0.1 (May 2017)
- New release to include AStyle changes.
Artistic Style Wx 3.0 (April 2017)
- Add new option "indent-after-parens".
- Add new option "attach-closing-while".
- Remove friend FileManager class from ASEditor.
- Change encoding display on the GUI.
- Change statusbar to left click for activating context menus.
- Change file open procedure.
- Change variable names to new AStyle terminology.
- Fix method CountLineEnds() for Utf8 files.
- Refactoring:
- Replace NULL with C++11 nullptr.
- Minor changes from clang-tidy.
