Produktübersicht
4D Produkte
Up through 4D 2004 you had to use 4D Insider to perform an application-wide search and replace function. That’s changed in 4D v11 SQL. Our new search and replace tools are truly global in scope.
We’ve significantly expanded the ways you can set up your searches, including:
![]()
We’ve added additional areas to the search, including: formats/filters, style sheets, plug-in commands, 4D commands, constants and folders. And of course, you can still search through: forms, methods of any type, menus and menu commands, choice lists, tables and fields, code comments, library pictures, static texts and help tips.
To improve the readability of your code, or to more easily isolate object families in your database, you can add a prefix or rename variables, project methods and forms all in just one action.
Thanks to a simple click on an option, both Callee objects and Caller objects can be prefixed or renamed. Callee objects reference the selected objects (Caller objects) like for instance, methods calling the method to be prefixed or renamed.
A new function from the Explorer displays a list of objects in the database (methods or menus) that reference the project method selected.
Now, all you have to do is to change the project method name (prefixing or renaming it) once, and the modification is automatically made to every object in your database that uses this method. It’s faster and less error-prone that manually renaming methods!
A button inside the results window allows you to redo a search throughout all your development to check, for instance, whether all the changes made have been handled properly.
Plug-in SDK >> |