Page 1 of 1

monitor open files for changes on disk

Posted: Fri Oct 03, 2014 5:12 pm
by SniffTheGlove
What file types does "monitor open files for changes on disk" actually monitor?

I have switched it on as it was the only way I could run my tool and get the source code back into the IDE.

However I have noticed that it only works on .pb files

On window files .pbf files it does not monitor and notice the changes to prompt me to reload. Why

So does "monitor open files for changes on disk" only work on pb?

Re: monitor open files for changes on disk

Posted: Tue Oct 07, 2014 2:58 pm
by SniffTheGlove
Anyone?

Re: monitor open files for changes on disk

Posted: Tue Oct 07, 2014 5:09 pm
by TI-994A
SniffTheGlove wrote:What file types does "monitor open files for changes on disk" actually monitor? ...
It's a feature of the PureBasic editor, and it seems to monitor only .pb and .pbi files.

.pbf files are handled by the Form Designer module, even when in code view.

Re: monitor open files for changes on disk

Posted: Thu Oct 09, 2014 4:22 pm
by SniffTheGlove
Thanks