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 Center および File ExchangeIntroduction 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