Hi,
I am currently using sublime for writing code in various languages. It seems to work differently when working with php files. There is a long dealy between hitting save and the file getting saved (5-10 seconds). When I monitor the file system changes I see the following:
codemodel raw-filesystem-change-filecreated “/some/path/.subl7ee.tmp”
codemodel raw-filesystem-change-filechanged “/some/path/.subl7ee.tmp”
codemodel raw-filesystem-change-filedeleted “/some/path/.subl7ee.tmp”
5-10 seconds delay
codemodel raw-filesystem-change-filechanged “/some/path/SomeFile.php”
I am using Sublime 3 latest build on linux 64bit.
-Svein Arne