Lycanthrope -R-
New Member
You didn't misunderstand. But unfortunately what you gave me didn't do anything.That is exactly what the above example should do.
The ".*" in combination with "use regular expressions" stands for "regardless of text matching" and the "if modification date changed" and "if content changed" should cover the "file is modified" part.
Maybe I am misunderstanding or missing something - can you give a concrete example where the above will not work?
This is what you showed me, correct? But with this, no matter how many times I edit the html file, nothing changes. No green blinking, or anything saying that the macro was recently triggered.
If I flip it to "If not", the macro will trigger once and only once. And the top portion will blink green continuously, showing that the top is "true." But after that, if I edit the file, nothing happens.
I could unclick "Perform actions only on condition change" and the macro will keep triggering endlessly, but that's not what I want.
What should I try next?