Bayer-Group / paquo

PAthological QUpath Obsession - QuPath and Python conversations
GNU General Public License v3.0
105 stars 16 forks source link

Project hotloading in qupath #40

Open ap-- opened 4 years ago

ap-- commented 4 years ago

need to investigate if that is possible. It might be. We could write a groovy script that watches the directory and reloads the project when qpdata files have been updated...

sdvillal commented 4 years ago

This sounds like a core feature that qupath should have. But a not so easy one to implement, and depending on its complexity, it will depend on native stuff to be performant.

As a curiosity, one can check how the likes of intellij do it (e.g. here, or search for "watcher").

ap-- commented 4 years ago

Nice ❤️ !

Yeah I think this will be best addressed for now with a more prominent documentation warning, that this doesn't work. It was just something that a user ran into and expected to work, so I wanted to document it here.