How to disable current line selection by triple click in editor(R2021b)?

조회 수: 7 (최근 30일)
XGQ
XGQ 2022년 3월 15일
댓글: Jacky Tsai 2022년 3월 15일
Migrating from R2016a to R2021b, found a problem.
Variable selection by double click is used frequently.
For instance, codes below may be double clicked at Var1 at line1, and then(no pause) double clicked at Var2 at line2.
Var1=1;
Var2=Var1+1;
The expected behavior is Var1 highlighted first, then Var2 highlighted.
Works fine in R2016a, but in R2021b, Var1 highlighted first, and than the whole line2 is seleted, I think the triple click is somehow triggered.
The misselecting is so annoying. Is this a bug somehow?

답변 (1개)

Jacky Tsai
Jacky Tsai 2022년 3월 15일
Hi XGQ,
This issue has been resolved in R2022a. Would you upgrade and then try again?
Thanks.
  댓글 수: 2
XGQ
XGQ 2022년 3월 15일
Will there be a update for R2021b later?
My company just purchase R2021b last winter, I don't see I could upgrade to R2022a in the near future.
Jacky Tsai
Jacky Tsai 2022년 3월 15일
Please feel free to create a service request for this issue: https://www.mathworks.com/support/contact_us.html

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

카테고리

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

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by