I'm using Spyder (downloaded as part of Python(x,y)), and when I press Ctrl+F, I can only highlight instances of text but cannot replace all. How can I do this?
Asked
Active
Viewed 1.1k times
2 Answers
18
It's now ctrl+R for anyone who is still searching out there

Bill
- 181
- 1
- 2
-
1Yep, we changed this since Spyder 3.0 – Carlos Cordoba Dec 27 '16 at 16:42
8
press ctrl+H
, and voilà! the field for replacing string appears below the search field

Dima Lituiev
- 12,544
- 10
- 41
- 58
-
-
1it is not an answer, but: to my experience Spyder is/was very slow under MacOSX, so I switched to Jupyter notebooks – Dima Lituiev May 26 '16 at 22:02
-
On ``MacOS`` that shortcut is tied to ``hide spyder``. See my answer here: http://stackoverflow.com/questions/35662566/how-do-you-use-replace-in-spyder/38073467#38073467 – PatrickT Jun 28 '16 at 10:19
-
Command-R works on the Mac. I'm not sure why the "Replace" command is not listed in the Search menu... – DanHickstein Jan 31 '17 at 20:27