how to make comments *not* wrap?
    조회 수: 93 (최근 30일)
  
       이전 댓글 표시
    
how to make comments not wrap?
or alternatively, how can i move this annoying vertical gray line that insists on wrapping my comments to the next row? My code can have >80 characters/per line, must i always have this line through the middle of my code?
댓글 수: 0
채택된 답변
  Francesco Marini
      
 2017년 11월 30일
        Go to Preferences -> Editor -> Language
Under 'Comment formatting', uncheck 'Wrap comments automatically while typing'
댓글 수: 8
  Steven Lord
    
      
 2023년 5월 12일
				Under Editor/Debugger preferences, in the Display section, unselect "Right-hand text limit".
추가 답변 (2개)
  Johannes Kalliauer
      
 2021년 6월 15일
        Preferences -> MATLAB -> Editor/Debugger -> Language -> Comment formating
Uncheck "Wrap comments automatically while typing".

댓글 수: 0
  Jon
      
 2015년 9월 25일
        Did you even look through the Editor options in Preferences? There is a button you can uncheck to turn it off.
댓글 수: 2
참고 항목
카테고리
				Help Center 및 File Exchange에서 Entering Commands에 대해 자세히 알아보기
			
	제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!












