/* Suppose I have a multi-line comment with hard line-breaks
* that are roughly uniform on the right side of the text,
* and I want to add text to a line in order to make the
* comment a bit more descriptive.
*/
Теперь, К сожалению, , мне нужно добавить текст в одну из верхних строк.
/* Suppose I have a multi-line comment with hard line-breaks (here is some added text for happy fun time)
* that are roughly uniform on the right side of the text,
* and I want to add text to a line in order to make the
* comment a bit more descriptive.
*/
Требуется O (n) время ( n - количество строк), чтобы исправить каждую строку так, чтобы они примерно выровнялись снова. Это должен делать компьютер, а не я.
Есть ли инструменты для решения этой проблемы в наших IDE? Как они называются?