フィルターのクリア

Restore old editor in R2021b?

22 ビュー (過去 30 日間)
Jack Walsh
Jack Walsh 2021 年 9 月 24 日
コメント済み: Walter Roberson 2023 年 8 月 11 日
R2021b has a new editor compared to R2021a. Is there any way to revert to the previous editor? The new version is much more graphically intensive and feels sluggish compared to the simple text editor in the previous version. Also, it renders the Monospaced font differently than the previous version, resulting in the editor font looking completely different to the command window font, which hasn't changed, despite them both using Monospaced.
For comparison, the editor from R2021a:
and the editor from R2021b:
If there is no way to revert the look of the editor, is there at least a way to have it use the same Monospaced font as the command window?
  14 件のコメント
Yanhao Wei
Yanhao Wei 2023 年 8 月 11 日
Come on, R2023a and R2023b still the same problem. It is as if MathWork doesn't care.
Walter Roberson
Walter Roberson 2023 年 8 月 11 日
How to get the old editor back:
  1. Buy out Jack's interest in Mathworks. Mathworks is a privately held company, no public shares, so this would be a matter of offering a huge chunk of money along with a solid business plan to show Jack that the company would be in good hands;
  2. Now that you own most of Mathworks, order the team to restore the old editor
  3. $$$Profit$$$

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

回答 (1 件)

Sean de Wolski
Sean de Wolski 2021 年 9 月 24 日
I changed these settings and it greatly improved the font for me:
s = settings;
s.matlab.fonts.custom.editor.FontToUse.PersonalValue = "CustomFont";
s.matlab.fonts.custom.editor.Name.PersonalValue = "Courier New";
s.matlab.fonts.custom.editor.Size.PersonalValue = 12; % in point
  2 件のコメント
Star Strider
Star Strider 2021 年 9 月 24 日
Interesting!
I’ve not encountered the software version of those. I’ll search through the other options so I can have a backup in case future preferences also don’t get imported.
.
William Jacobs
William Jacobs 2021 年 12 月 9 日
This leads to a significantly improved font (in my opinion).

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

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by