Results 1 to 3 of 3
Hello guys,
I'm using KDevelop 4 to write C++ programs for university. I think the program is awesome, but I can't seem to configure how to change the indentation of ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-30-2012 #1
KDevelop 4 - Change Class Indentation
Hello guys,
I'm using KDevelop 4 to write C++ programs for university. I think the program is awesome, but I can't seem to configure how to change the indentation of the "private", "protected" and "public" keywords when I define a class. This is what happens:
This is the way I want it:Code:class SomeClass { private: // blah blah
I know it's small, but I just want things to work the way I like itCode:class SomeClass { private: // blah blah
Any ideas?
Thanks,
Mr_Bean
- 08-31-2012 #2
Bump...
Also, how can I remove the colouring of variable names? It just makes everything too colourful...
- 09-07-2012 #3
Well this is just an awesome community...


Reply With Quote
