Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Select Text in vertical in Spyder text Editor

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

enter image description here

like image 310
Leos313 Avatar asked Mar 11 '19 15:03

Leos313


People also ask

What is the vertical line in Spyder editor?

The vertical line indicating the maximum line length in the Editor reverts to the default length value after Spyder is restarted.

How do you split cells in Spyder?

You can separate cells by lines starting with either: #%% (standard cell separator) # %% (standard cell separator, when file has been edited with Eclipse) # <codecell> (IPython notebook cell separator)

How do I find and replace in Spyder?

Copy the replacement term to the clipboard. Search(Find/Replace) for the term to replace. Use F3 to select the next term. Use paste Ctrl + V to replace it.

How do you use cells in Spyder?

Creating and Running Cells Similar to Jupyter notebook, Spyder IDE allows you to create cells. To create a cell, simply put #%% in the script. Each #%% will signal generation of a new cell. To run a cell, press shift+enter while in focus of a cell.


1 Answers

(Spyder maintainer here) No, there's no way to do that in Spyder, sorry. Unfortunately it's not so easy to implement it with our current editor code.

like image 187
Carlos Cordoba Avatar answered Sep 29 '22 12:09

Carlos Cordoba