Are there any plans for a General Project Monitoring API #1392
-
|
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.
Replies: 1 comment 1 reply
-
|
Each |
Beta Was this translation helpful? Give feedback.
Each
Scratch.Foldermanager.Folderitemhas aGLib.FileMonitorconnected to anon_changed ()handler. Maybe this could be used to invalidate the search index?