Automatic Comment Wrapping and Wrap Comment command

When adding a comment at the end of a line of code, R2012b will not automatically wrap the comment when it reaches the "maximum column width" setting in preferences. It works fine for a line that is all comment.
The "wrap comment" command also does not work on the comment after a bit of actual code.
Am I expecting too much?

2 commentaires

Nobody has an answer for this?
Probably because no one is using R2012b anymore. We've all upgraded by now.

Connectez-vous pour commenter.

Réponses (1)

Image Analyst
Image Analyst le 11 Fév 2014

1 vote

That's because it's like you said - it's for comments. At least under R2013a it's under Editor/Debugger->Language->Comment formatting. If you want code, look at the Editor/Debugger->Display->right hand text limit. What is that set for for you? How does it differ from the number for the comment formatting? Are they different or the same number?

1 commentaire

Nick
Nick le 11 Fév 2014
Modifié(e) : Nick le 11 Fév 2014
Thanks. I am using R2012b. Under Language, maximum column width is set to 75 and "Start from the beginning of line" for comment formatting. Setting "Wrap comments automatically while typing" is checked. Under Display, the right-hand text limit is set to 75 columns. Not really anything else to set there. The issue is the first part of the line sets a variable followed by a too long comment on the same line, e.g.
timevar1 = 20.0; %This comment is going to run past 75 columns
But that comment won't get wrapped at 75 either automatically or when I try to use the button for wrap in the ribbon. Does this feature not work for line that has both code and comment in it?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Entering Commands dans Centre d'aide et File Exchange

Question posée :

le 11 Fév 2014

Commenté :

le 13 Avr 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by