WrapEarnPass left a comment (geany/geany#4604)

I also checked to see if there was a difference between 
```
{ "document-save", (GCallback)&on_doc_save, FALSE, NULL},
{ "document-save", (GCallback)&on_doc_save, TRUE, NULL},
```
thinking that maybe doc->changed was only true before it went to disk.
So I added a handler for both.

That does not seem to do anything. I am catching 
```
Autorun-Message: 10:42:48.556: before save end
Autorun-Message: 10:42:48.571: on save start
Autorun-Message: 10:42:48.571: doc not changed?
Autorun-Message: 10:42:48.572: on save start
Autorun-Message: 10:42:48.572: doc not changed?
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4604#issuecomment-4769523194
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/4604/[email protected]>

Reply via email to