[PATCH] D29221: clang-format-vsix: "format on save" feature

Antonio Maiorano via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 10 07:37:31 PST 2017


amaiorano updated this revision to Diff 88000.
amaiorano added a comment.

- Renamed VsixUtils to Vsix and TypeConverterUtils to TypeConversion
- Removed format on save mode

The change is simpler now without the "mode" (current or all documents). Now I'm wondering whether I should rename the feature to Format _Document_ On Save, and reflect this name at least in the options grid, if not the related variable names.


https://reviews.llvm.org/D29221

Files:
  tools/clang-format-vs/ClangFormat/ClangFormat.csproj
  tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs
  tools/clang-format-vs/ClangFormat/RunningDocTableEventsDispatcher.cs
  tools/clang-format-vs/ClangFormat/Vsix.cs

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29221.88000.patch
Type: text/x-patch
Size: 21811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170210/79601f45/attachment-0001.bin>


More information about the cfe-commits mailing list