Ghassan Hammouri: > Yes, SciTE will pop-up a little window saying "Cannot open file". This > happens if the file resides inside a VOB directory (in the ClearCase > virtual filesystem), even if the file is not a ClearCase-versioned file. > In other words, I could do a 'touch newfile.txt" and then try to open it > and SciTE will fail. If I move the file out of the ClearCase directory > (e.g. 'mv newfile.txt ~') everything works fine. > > Hope this helps. Is it possible that SciTE issues a 'stat' or 'df', > notices that it is dealing with a virtual filesystem, and then panics?
SciTE does fopen(name, "rb") and if that fails, displays the warning. You could try to trace this down to make sure that is what is occurring but I expect that fopen is failing. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
