TDEFileReplace features
Prev
Next

Chapter 3. TDEFileReplace features

This chapter provides informations about some useful capabilities of TDEFileReplace.

How to save your string list

When you want to reuse a list of strings you can save it in a xml file. To do this select from the menubar Search/Replace->Strings->Save Strings List to File.... When you save a list, a simple xml file with extension kfr is created. To load a kfr file select from menubar Search/Replace->Strings->Load Strings List from File.... The actual file looks like this:

<?xml version="1.0" ?>
<kfr>
	<mode search="false"/>
	<replacement>
		<oldstring><SEARCH_STRING_1></oldstring>
		<newstring><REPLACE_STRING_1></newstring>
	</replacement>
	<replacement>
		<oldstring><SEARCH_STRING_2></oldstring>
		<newstring><REPLACE_STRING_2></newstring>
	</replacement>
	...
	...
	<replacement>
		<oldstring><SEARCH_STRING_N></oldstring>
		<newstring><REPLACE_STRING_N></newstring>
	</replacement>
</kfr>
Prev
Next
Home


Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team