mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[platform] notifies a user when native file watcher is not supported on a platform (IDEA-CR-17629)
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ public class NativeFileWatcherImpl extends PluggableFileWatcher {
|
||||
notifyOnFailure(ApplicationBundle.message("watcher.exe.not.found"), null);
|
||||
}
|
||||
else if (myExecutable == PLATFORM_NOT_SUPPORTED) {
|
||||
LOG.info("Native file watcher is not supported on this platform");
|
||||
notifyOnFailure(ApplicationBundle.message("watcher.exe.not.exists"), null);
|
||||
}
|
||||
else if (!myExecutable.canExecute()) {
|
||||
String message = ApplicationBundle.message("watcher.exe.not.exe", myExecutable);
|
||||
|
||||
@@ -625,6 +625,7 @@ desktop.entry.sudo.prompt=Please enter your password to create a desktop entry
|
||||
|
||||
watcher.slow.sync=External file changes sync may be slow
|
||||
watcher.exe.not.found=Native file watcher executable not found
|
||||
watcher.exe.not.exists=Native file watcher is not supported on this platform
|
||||
watcher.exe.not.exe=Native file watcher is not executable: <a href="{0}">{0}</a>
|
||||
watcher.failed.to.start=File watcher failed to start
|
||||
watcher.gave.up=File watcher gave up to operate
|
||||
|
||||
Reference in New Issue
Block a user