How do you do find/replace in IDE

I use Windows 7 and Chrome or Firefox. CTRL-F brings the find dialog box but CTRL-R reloads the web page.

Another question… Tab works to indent, but is there a way to unindent a block of code?

@jwehr unindent is shift-tab

@mjkuwp94 CTRL-H will bring up the the find and replace menu (which is different than the ACE editor default binding)

CTRL-H works, thanks!

It may be better for CTRL-F to be bound to this because the tool can also be used for find operations.

Hitting CTRL-F twice will also bring up the search and replace menu.