Where is the programmable setting corresponding to the Live Editor default view?

40 ビュー (過去 30 日間)
Steve Eddins
Steve Eddins 2025 年 2 月 16 日
コメント済み: Steve Eddins 2025 年 2 月 24 日 19:57
The settings UI panel for MATLAB -> Editor/Debugger -> Display includes this control:
Where can I find the corresponding programmable setting in the MATLAB settings API? I would expect to see it here, but I don't:
s = settings;
s.matlab.editor.displaysettings
ans =
SettingsGroup 'matlab.editor.displaysettings' with properties: ShowOpenAsLiveScriptBanner: [1x1 Setting] ShowWelcomeToLiveEditorBanner: [1x1 Setting] DataTipsInEditMode: [1x1 Setting] DisableResetZoomKeyboardShortcut: [1x1 Setting] EnableInlineOutputFocus: [1x1 Setting] EnableZoomOnScroll: [1x1 Setting] HighlightCurrentLine: [1x1 Setting] HighlightCurrentLineColor: [1x1 Setting] ShowLineNumbers: [1x1 Setting] linelimit: [1x1 SettingsGroup]

採用された回答

K.
K. 2025 年 2 月 24 日 14:45
We currently do not offer a programmable setting to control the Live Editor default view. However, we will consider adding one in a future release. Could you let us know if you're simply noting this absence, or if you have a specific use case for controlling this setting programmatically? Thanks!
  3 件のコメント
Michelle Hirsch
Michelle Hirsch 2025 年 2 月 24 日 18:59
Thanks, Steve. I agree strongly with this general approach.
I learned that our one hesitation here is that we have some planned changes to the editors over the next handful of releases that might require us to refactor and otherwise change some of the settings, so there's concern about documenting an API that we know will likely change in a small number of releases. This is a general risk with settings, which are often quite coupled to the UI, and we'd like the UI to be able to evolve without major concern about programmatic compatibility.
Some ideas that could help mitigate this:
  • We could document that settings don't have the same level of expected compatbility as other documented interfaces. The use cases for customizing settings may be less sensitive to code compatibility than other code
  • We could potentially support aliasing settings so that settings could be renamed, or mapped to other settings
Reactions?
Steve Eddins
Steve Eddins 2025 年 2 月 24 日 19:57
Thanks for providing that extra context, @Michelle Hirsch. I support the goal of not impeding needed UI evolution, and I understand how that might have driven some decisions about settings.
I already have some try-catch branching in my startup.m code related to settings changes, related to when matlab.keyboard.suggestions.ShowAutomatically became matlab.editor.suggestions.ShowAutomatially. The next time that happens, I may be tempted to write function wrappers for setting/getting a settings value in a more fail-safe fashion.
In principle, I don't object to the idea of a category of programmable APIs that might have a different compatibility expectation. However, I can imagine that might get tricky to navigate in actual design situations.
I will noodle more on that and follow up with you.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics Performance についてさらに検索

タグ

製品


リリース

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by