Dev-Cpp icon indicating copy to clipboard operation
Dev-Cpp copied to clipboard

Optional code formatter using clang-format

Open quank123wip opened this issue 4 years ago • 3 comments

AStyle is good, but nowadays more people prefer clang-format.

quank123wip avatar Oct 20 '20 02:10 quank123wip

I looked at this. Seems doable. I would add it in addition to AStyle. Requires a menu change and a new configure form for clang-format maybe.

FMXExpress avatar Oct 30 '20 06:10 FMXExpress

Clang-format adds easily to Notepad++. Agree, should be quite possible. Undo/Redo would need to work with it.

pmcgee69 avatar Dec 15 '20 14:12 pmcgee69

pad++. Agree, should be quite possible. Undo/Redo would n

well, you can try Tools>Configure Tools>Add , and then chose your clang-format executable file path and fill your favourite parameters in it then boom! you can use clang-format !

Tabbleman avatar Oct 27 '22 03:10 Tabbleman