|
|
Delphi Bug List
| Tips & Tricks | Bug List | Cool Delphi Sites | | Connectivity | Delphi 2.0 Features | Internet |
Integrated Development Environment (IDE)
Optimal Fill options causes editor to lose characters.
Find & Replace does not work correctly with backslash (\).
-
- Description:
- 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.
- Solution:
- Uncheck the Optimal Fill option in the Options|Environment|Editor dialog.
-
- Description:
- 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.
- Solution:
- The search will perform correctly if you turn case sensitivity on, except for \c. This
seems to search for the next word.
| Borland Delphi | About the Authors | Home |
For Queries Mail To Webmaster
Copyright © 1996 Asylum Software Pvt. Ltd. This is an ASPL production.
Produced in conjunction with ASPL DELPHI TEAM.
Last revised November 27, 1996.
|