In xEdit, you can press CTRL+D to get a dialog where you can add a prefix or suffix, or replace a string (case sensitive!) in either the Editor ID, the name, the description, the weight (?!), or the short name of the selected records.
I discovered this by total accident (I wanted to press CTRL+S), and it's such a boon.
wow, very difficult to find the documentation for delphi/pascal language I found these free pascal docs , but if it is too slow you can try a mirror , and if you choose sourceforge, after you click on the doc-pdf.zip, make it sure to quickly click on "problems downloading?" button or you may be unable to download at all and will have to go back to freepascal site.
Once you get the pdf, there is the StringReplace() function explained, from that on will be easy to implement something, I will try now :). if it works I will drop it here .
33 comments
I discovered this by total accident (I wanted to press CTRL+S), and it's such a boon.
I found these free pascal docs , but if it is too slow you can try a mirror , and if you choose sourceforge, after you click on the doc-pdf.zip, make it sure to quickly click on "problems downloading?" button or you may be unable to download at all and will have to go back to freepascal site.
Once you get the pdf, there is the StringReplace() function explained, from that on will be easy to implement something, I will try now :). if it works I will drop it here .