What I'm looking for is really well explained in this thread I found. Out of him:
// This is my comment. But it has been edited // so now // some lines are long and others are // very short. // Personally, I find this exceedingly ugly and I really // can't tolerate it. However, having to manual fix this // sort // of thing is undesirable.
The thread says that emacs has this function called Mq, where it will reformat the comments, while preserving the initial // .
Does Qt Creator have a similar feature? Or, if not, is there a (free) standalone program that would allow me to copy and paste comments into Qt Creator when I write them?
source share