Rename ksocket and kcache

feat/lzip-support
Timothy Pearson 12 years ago
parent 9443f399c7
commit d1d7bb3629

@ -295,7 +295,7 @@
<action name="search_replace" >
<title>Simple Search and Replace</title>
<tooltip>Search and replace a string/regex in textfiles</tooltip>
<icon>kcachegrind</icon>
<icon>tdecachegrind</icon>
<category>Samples</category>
<description>This UA uses the UNIX standard-tool sed (the stream-editor) so perform search and replace operations in all selected files It is possible to give a regular expression for both strings. Please note: The sed-command is "s/search/repleace/", so you have to escape the slash when you need it!</description>
<command>sed -i -e 's/%_Ask("Search for:")%/%_Ask("Replace with:")%/' %aList("Selected")%</command>

Loading…
Cancel
Save