12

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?

noob4life
  • 415
  • 2
  • 5
  • 10

2 Answers2

18

It's now ctrl+R for anyone who is still searching out there

Bill
  • 181
  • 1
  • 2
8

press ctrl+H, and voilà! the field for replacing string appears below the search field

Dima Lituiev
  • 12,544
  • 10
  • 41
  • 58