[ City Zoo | Announcements | Aritcles | Tips & Tricks | Bug List | FAQ | Sites ]
Adding and deleting units and forms can cause the editor to lose characters from the line immediately following the Application.CreateForm() line in the project (.DPR) file.
Uncheck the Optimal Fill option in the Options|Environment|Editor dialog.
The find and replace commands do not like the substrings \c, \d, \t, and \x. If you search for a string with any of these in it, Delphi will incorrectly report that it cannot find the string. If you are using regular expressions, Delphi will not treat the characters as literals as the documentation claims.
The search will perform correctly if you turn case sensitivity on, except for \c. This seems to search for the next word.