Where is the programmable setting corresponding to the Live Editor default view?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Steve Eddins
el 16 de Feb. de 2025
Comentada: Steve Eddins
el 24 de Feb. de 2025
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
0 comentarios
Respuesta aceptada
K.
el 24 de Feb. de 2025
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 comentarios
Michelle Hirsch
el 24 de Feb. de 2025
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?
Más respuestas (0)
Ver también
Categorías
Más información sobre Graphics Performance 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!