|
Find:
- Ctrl + F
Will open the helpful Delphi Find dialog
box.
|
Find In Files:
Will open the Find In Files dialog box,
this is a very helpful search capable of finding text with a few very helpful
options like:
|
Replace:
- Ctrl + R
You should consider using replace whenever
you need to replace many lines of code with another line of code or even
just change a word. I started using replace with Turbo Pascal 7.1 and I
think over all these years replace has saved me lots of typing. Sometimes
simple things are very helpful.
|
Search Again - Ctrl
+ F3
|
Incremental Search:
Ctrl + E
Is very useful for an incremental searches,
you will notice the words "Searching For:" in the Delphi Code Editor status
line, after this just type in the word you are looking for, I use this
often if I am working in a large unit, its very helpful.
|
Go To Line Number:
- Alt + G
Will open the Go To Line Number dialog
box.
|
Find Error:
Will open the Find Error dialog box. Usefull
to specify the address of the most recent runtime error.
|
Browse Symbol:
Will open the Browse Symbol dialog box.
|
|