clang-format-editor icon indicating copy to clipboard operation
clang-format-editor copied to clipboard

Improved usability for Detector - user feedback

Open hprica opened this issue 3 years ago • 2 comments

The splitter in the two pane view can't be moved, it would be better if the two sections were resizable. There are no legends to indicate what the different colours mean. It would be nice if you clicked inside one of the coloured areas and then this synchronised the Style Option that is producing the change. It would be nice if we could change the text font that the code is using, I prefer Consolas There are so many clang-format options that it is hard to know which one is doing what (obviously the many options are from the Clang-Format codebase rather than your editor, it is just to point out it is hard to know what to change without being able to synchronise the change to the style option. Its a great start, thanks guys for producing this software

hprica avatar Mar 05 '21 08:03 hprica

Is it possible to change the default tab size from 8 to 4 ? I can't get a usable result because my source-files use a tabsize of 4.

woko54 avatar Aug 03 '23 15:08 woko54

@woko54 try using those settings: UseTab: Never (or Always if you prefer tabs instead of spaces) IndentWidth: 4 TabWidth: 4

johanneskopf avatar Apr 17 '24 08:04 johanneskopf