Are there any plans for a General Project Monitoring API #1392
Answered
by
jeremypw
colinkiama
asked this question in
Q&A
-
Currently you can monitor changes to Git repository projects using However, there doesn't seem to be an API for monitoring changes to non-git projects. This would be pretty useful for #134. It would make it easy to update search indexes when there are file changes to projects. Are there any plans for this? |
Beta Was this translation helpful? Give feedback.
Answered by
jeremypw
Dec 21, 2023
Replies: 1 comment 1 reply
-
Each |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
colinkiama
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Each
Scratch.Foldermanager.Folderitem
has aGLib.FileMonitor
connected to anon_changed ()
handler. Maybe this could be used to invalidate the search index?