Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Select Text in vertical in Matlab text Editor

Is there a way for selecting text in vertical in Matlab Text Editor? What I mean is something equivalent to Alt+Shift in Atom text editor for example:

enter image description here

Even a hack is appreciated. What I do normally (when I need this functionality) is to open the same text-file with Atom. But, of course, to be able to modify inside the same Matlab can make me save time.

like image 693
Leos313 Avatar asked Nov 18 '22 22:11

Leos313


1 Answers

Starting from MATLAB version R2021b, not only the live editor, but also the editor allows column selection using the mouse while pressing the ALT-key (or the Option-key on MacOS).

A description of this feature can be found here: https://www.mathworks.com/help/matlab/matlab_prog/edit-and-format-code.html

like image 132
user16372530 Avatar answered Dec 21 '22 22:12

user16372530