UndertaleModTool
UndertaleModTool copied to clipboard
"No-op find and replace performed on" error is esoteric.
Which component should be improved?
UI/UX
Describe your feature suggestion in more detail
https://github.com/UnderminersTeam/UndertaleModTool/blob/38a7d7ca3328c1ac80e7a3192ffa99cd5d20f8e2/UndertaleModLib/Compiler/ICodeImportOperation.cs#L212
This exception is needlessly verbose. It should just say: "Compare string not found" or something.
This is worded this way because technically you can have a find and replace that results in the same final string... I suppose we could change the behavior of that altogether but not sure.