Delay automatic unfolding in App Designer due to syntax errors in function definition

I have built an image fitting app that I use for my work. The app has several private functions, which I occasionally edit.
For example, I might edit the input arguments to a function as follows:
Before the edit: function5(app,arg1,arg2)
mid edit: function5(app,arg1,arg2,) (note the syntax error at the end)
done editing: function5(app,arg1,arg2,arg3)
If i'm very fast, everythign is fine. However, if i'm not very fast, and MATLAB notices mid-edit that I have the syntax error in 'function5(app,arg1,arg2,)' then the app designer unfolds EVERYTHING, which is annoying considering i have 4000 lines of code.
Is there some setting I can adjust so matlab will just CALM DOWN and give me a hot second to finish my edit so I dont have to refold and then unfold to the spot i want?

1 件のコメント

Michael Van de Graaff
Michael Van de Graaff 2022 年 2 月 20 日
I cannot be the only person with this admittedly minor gripe

サインインしてコメントする。

 採用された回答

Cris LaPierre
Cris LaPierre 2022 年 2 月 20 日

0 投票

This sounds like feedback worth submitting to MathWorks. If you agree, you can submit it here.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File Exchange で Develop Apps Using App Designer についてさらに検索

製品

リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by