Borrar filtros
Borrar filtros

Any way to automatically save my LiveScript .mlx file as a Text-based .m file?

25 visualizaciones (últimos 30 días)
As given here, LiveScript is rather unhelpful for source control in terms of tractability and interpretation.
I like using LiveScript, but want the ease of source control of a text-based file, such as .m files.
Sometimes, I manually save (a copy of) the LiveScript as a .m file, so that the latest changes may be interpreted in git. Is there a way to automatically copy/save a .m file every time I save the .mlx file?, instead of manually clicking some menu options? This is one way I hope I can access the ease of writing in LiveScript while not compromising on the ease of source control.
  3 comentarios
Aryan Ritwajeet Jha
Aryan Ritwajeet Jha el 28 de Feb. de 2024
Editada: Aryan Ritwajeet Jha el 28 de Feb. de 2024
@Paul I'm not sure if I can use any of these APIs to do the needful.
snip of the doc file generated by running the line of code
Paul
Paul el 28 de Feb. de 2024
You'll have to keep exploring to determine if this is even feasible. For example,
doc matlab.desktop.editor.Document
should show somehting about about addListener in the popup window. Maybe you can attach a listener to a Document to catch when the document is being saved. I don't use listner/event and also don't use matlab.desktop.editor so can't be of any help. I was just aware that matlab.desktop.editor is an API that might be worth exploring. Too bad it doesn't have formal doc pages as previously discussed here, so you'll have to do some clicking through links and such in pop-up windows. Maybe opening a new question specifcally related to matlab.desktop.editor or using it to solve this problem will get more traction. Also, try searching the mathworks.com for "matlab.desktop.editor" as it does come up in some discussions and blog posts.

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 27 de Feb. de 2024
No, there is not.
  4 comentarios
Aryan Ritwajeet Jha
Aryan Ritwajeet Jha el 6 de Jul. de 2024 a las 23:09
Thank you Hamid for this great update! Will wait for the full release for 2024b to test it out!
Hamid Farshi
Hamid Farshi el 6 de Jul. de 2024 a las 23:13
no problem. just make sure you use the "new MATLAB Desktop". The option is only available if you use the new desktop.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by