Tested. It works fine now. Thank you for your prompt response.
The problem only arises using network paths (the same path mapped as a disk works). The problem also arises in previous SciTE versions when properties.directory.enable is set. The ultimate problem lies in the call _wfopen(filename, mode) in src/FilePath.cxx:246. When filename is equal to L"\\\\srv0001\\SciTEDirectory.properties", it waits forever. I managed to reproduce it in a simple main and my findings are: * \\server\share\non_existent_file --> works * \\server\non_existent_file --> does not...
The problem only arises using network paths (the same path mapped as a disk works). The problem also arises in previous SciTE versions when properties.directory.enable is set. The ultimate problem lies in the call _wfopen(filename, mode) in src/FilePath.cxx:246. When filename is equal to L"\\\\srv0001\\SciTEDirectory.properties", it waits forever. I managed to reproduce it in a simple main and my findings are: * \\server\share\non_existent_file --> works * \\server\non_existent_file --> does not...
SciTE 5.2.2 becomes 'not responding' opening a file on network share