findandreplace
findandreplace copied to clipboard
Master
- Downgraded EncodingTools.csproj to .NET 4.0 like the rest of the projects because the solution doesn't currently build.
- Added an icon for the WinForm project. Without this, when pinning the application to the task bar, it has no icon (at least on Win10).
The issues tab is missing so I am commenting here, so I apologize if that's not right. First thanks for developing this tool! I was wondering if you could make an improvement. Could you change or remove the character limit for directory and file path? I am trying to use this tool for replacing text in nfo files for videos which have to be named with a certain method and in a folder with the matching name. Sometimes these file paths can become quite long.
Enhancement suggested (sorry if this is not the good place, I don't find the Issues folder): Allow saving and loading multiple Find & Replace "pairs" from a file for procesing all. The old application of Ecobyte Replace Text do it with odd and even lines. FNR is multiline so this solutions is not good then it would have to use some encoding (maybe an XML file?). I don't know many programs with this functionality but is usefull for language translations when you have the messages hard in the code. Thank you
[BUG] The "--silent" command will leave an empty line in the batch file. So 10 silent commands means 10 empty line in the batch script file.