I should have mentioned this on the SciTE list rather than the Scintilla list.
There is a problem with automatic reloading and files that exist but are unreadable because of permissions. On GTK+ / Linux this can lead to a dialog loop. This is now patched to assume a modification time of 0 if a file can not be read. This lets the user switch to a command line or file manager, change permissions, then switch back to SciTE which should automatically try again and load the file. Assuming a modification time of 0 for unreadable files is a quite far-reaching change so may have some other effects but I couldn't see any problems from tracing the code. Available from CVS and from http://scintilla.sourceforge.net/scite.zip Source http://scintilla.sourceforge.net/wscite.zip Windows executable Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
