AgustÃn Fernández: > In the new version they added the functionality that if you open a file > twice it will be saved with the same temporary name. I assumed that > SciTE wouldn't open the files again, but that is not the case. I use > check.if.already.open (and load.on.activate, which even notices when I > save any of the copies and notifies me that the file is modified). SciTE > opens the files as if they had different names.
I expect you will have to use a debugger to trace what happens. Perhaps the file name given to SciTE is not normalised and SciTE doesn't compare the two names to be equal although it does try. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
