Can I disable the colored border around code in the Live Editor?

조회 수: 9 (최근 30일)
Clement Hilty
Clement Hilty 2022년 3월 24일
댓글: Jacky Tsai 2022년 3월 25일
Hello,
I like to use screenshots of code snippets in reports. The MATLAB Live Editor places a colored background and a border around blocks of code. Is there a way to disable this? I'll take anything - community mods, new versions of MATLAB.
  댓글 수: 1
Jacky Tsai
Jacky Tsai 2022년 3월 25일
Currently there is no option to change the code block border colors and background color. In addition to using plain script as pointed out below, you could also consider exporting the live script into an HTML file (toolstrip: Export => Export to HTML) and tweak the styling there. For example, replace all border colors with something like transparent. This may be useful especially if you have many code blocks throughout the live script.

댓글을 달려면 로그인하십시오.

채택된 답변

Cris LaPierre
Cris LaPierre 2022년 3월 25일
You could use a script instead of a live script.

추가 답변 (1개)

Clement Hilty
Clement Hilty 2022년 3월 25일
Hi Cris,
Thanks for the help. I'll copy my code into scripts to use the white background. I'd really appreciate if the option were available directly for the live editor (if possible, could you put in a request for that?)
Thanks a bunch!
-Clement

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by