WPManageNinja / easy-code-manager

The High-Performance File Based Code Snippet Plugin for WP
https://fluentsnippets.com
24 stars 9 forks source link

Snippet will not forget old bug. #25

Open endresol opened 2 months ago

endresol commented 2 months ago

I did some refactoring of a snippet and managed to introduce a bug that automatically disabled the snippet. I undid my changes and restored the code, but fluent snippet would not forget the bug and refused to reactivate the code. Not sure what happened or what I did to create this bug, but just wanted to let you know.

endresol commented 2 months ago

A small update: I found out that if I clicked the Re-validate button a few times it finally revalidated and updated.

I found another bug or "feature" that I did not like. When I save the snippet, it validated it against the existing code and did not let me save when I had a function name that existed in another snippet. A good feature that should be on activate, not on save.