필터 지우기
필터 지우기

Is it possible FAST tab insert?

조회 수: 1 (최근 30일)
Eugene Paymurzov
Eugene Paymurzov 2022년 2월 4일
댓글: Eugene Paymurzov 2022년 2월 4일
Hi.
I use tab style for matlab script. I noticed that R2021b editor wait very long when I try to insert TAB after variable. It's driving me bats.
Is it possible FAST tab insert?
My solution is coping tab and inserting.

채택된 답변

Walter Roberson
Walter Roberson 2022년 2월 4일
No, it is not possible in your MATLAB release.
R2021b switched to a new editor - same editor as Livescript uses.
The new editor offers tab completion, and looking up argument prototypes in json files, so there is a lot more work being done for tab than there used to be.
We would expect performance to improve in future releases as the code improves, but for the release you are using, you are stuck.
  댓글 수: 1
Eugene Paymurzov
Eugene Paymurzov 2022년 2월 4일
Thank you.
It's bad. But I'm starting to adopt.
May be I will go external editors.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by