Embed a text editor into a gui
Mostrar comentarios más antiguos
As far as I know the text edit component of uicontrol only deals with strings. I would like to embed a text editor similar to that of the m-code editor into a gui. The data from the text editor I would then like to save as a .m file.
Respuestas (2)
Walter Roberson
el 30 de Nov. de 2011
0 votos
Are you going to want to underline words in color and everything? If so then you will either have to work at the JAVA level or else you will have to create an axes and draw everything on that. With selection and cut and paste and so on, either way sounds like a lot of work.
Thomas
el 1 de Dic. de 2011
0 votos
Categorías
Más información sobre Desktop en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!