필터 지우기
필터 지우기

2021b code folding is actually too dense

조회 수: 2 (최근 30일)
David De Lorenzo
David De Lorenzo 2021년 11월 16일
댓글: David De Lorenzo 2021년 11월 18일
In 2021a and before, code folding in sections had a blank line separator, which I liked since it improved readability. Now in 2021b the code sections fold contiguously, and it's too dense:
%% here is a section header
x = 1;
y = 3;
%% and here is another section
z = 4;
If I'm in the MATLAB Editor with that code example, and collapse the first section, it looks like this:
%% here is a section header collapsed ...
%% and here is another section
z = 4;
whereas it used to look like this:
%% here is a section header collapsed ...
%% and here is another section
z = 4;
Is there any way to recover or workaround to the old appearance? Thanks!

채택된 답변

Chidvi Modala
Chidvi Modala 2021년 11월 18일
Hi David,
I have heard that this issue is known and the concerned parties may be investigating further.
  댓글 수: 1
David De Lorenzo
David De Lorenzo 2021년 11월 18일
Thanks, Chidvi! I appreciate the quick response & update. Best,
Dave.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by