2021b code folding is actually too dense
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
David De Lorenzo
el 16 de Nov. de 2021
Comentada: David De Lorenzo
el 18 de Nov. de 2021
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!
0 comentarios
Respuesta aceptada
Chidvi Modala
el 18 de Nov. de 2021
Hi David,
I have heard that this issue is known and the concerned parties may be investigating further.
Más respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Coder en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!