CppStyle
CppStyle copied to clipboard
An Eclipse plugin that integrates clang-format and cpplint (cpplint.py)
Weirdly, if we run clang-format on save, it formats correctly using our .clang-format file. However, if we format by `ctrl-shift-f`, it formats using the default formatting (google?).
Hi all, I have just installed CppStyle plugin in Code Composer Studio, which is based in Eclipse. Is there any way to configure in project settings a relative path to...
For managing toolchains for older versions of our product, it would be great to be able to store the clang-format executable path in the project settings and not in the...
Are there any plans to support Java formatting? According to https://clang.llvm.org/docs/ClangFormat.html, this is supported by clang-format. Presumably this would mostly be UI work, and clang-format could be called the same...
The "Save" button is disabled state when a file is modified at the first time. After save it using "CTRL+S", modify this file again, it will become enabled state.
When I discovered this plugin, it was installable in Neon version of Eclipse. It's not possible anymore (can't find it in the marketplace). Is there any reason for that, our...
When I format code with clang-format through cppstyle, some characters get replaced by ? (Moritz Höwer --> Moritz H?wer) (Angle: 90° --> Angle: 90?). This does not happen when I...
When using "Run clang-format on file save" the format is not run if the save is triggered by "Save automatically before build". Any type of save should trigger the format...
Ctrl+Shift+S shortcut (Save All) is often used by developers to save all modified files at once. In that case, CppStyle doesn't automatically format the content.
First of all thanks for the great extension. To the issue: I've seen that with Eclipse Oxygen.1a the clang-formatter does not run after save if saving via "Save all". By...