- Posted by
- If nothing else, the script documentation could use some help. When the description for frInFiles says: filesToSearch int value: 0 - Files Listed 1 - Open Files 2 - Favorite Files 3 - Project Files 4 - Solution Files it doesn't say "Open Files" only works with "Find", and not "Replace". People would...Posted in Scripts
-   Topics
-   Views
- abfinger
Jun 27, 2007
- When I replace the call to 'replace' with a call to 'find' with the search string, then the output window lists all the occurences in my 4 files correctly. So a search target with 'find' succeeds, but that same search target in a 'replace' is not found. The success of 'find' seems to indicate that I...Posted in Scripts
-   Topics
-   Views
- abfinger
Jun 26, 2007
- I have this script, which asks for a search string and a replace string, then uses UltraEdit.frInFiles to search and replace in all open files: var strSearch = UltraEdit.getString("Search for?",1); var strReplace = UltraEdit.getString("Replace with?",1); UltraEdit.outputWindow.showWindow(true); Ultr...Posted in Scripts
-   Topics
-   Views
- abfinger
Jun 26, 2007