diff options
Diffstat (limited to 'java/intellij/files')
-rw-r--r-- | java/intellij/files/idea.1 | 2 | ||||
-rw-r--r-- | java/intellij/files/idea.desktop.in | 4 | ||||
-rw-r--r-- | java/intellij/files/idea.in | 2 | ||||
-rw-r--r-- | java/intellij/files/pkg-message.in | 10 |
4 files changed, 9 insertions, 9 deletions
diff --git a/java/intellij/files/idea.1 b/java/intellij/files/idea.1 index b4386407071b..5efacd6f74b4 100644 --- a/java/intellij/files/idea.1 +++ b/java/intellij/files/idea.1 @@ -1,6 +1,6 @@ .\" $OpenBSD: mdoc.template,v 1.10 2007/05/31 22:10:19 jmc Exp $ .Dd $Mdocdate: April 9 2010 $ -.Dt IDEA 1 +.Dt idea 1 .Os .Sh NAME .Nm idea diff --git a/java/intellij/files/idea.desktop.in b/java/intellij/files/idea.desktop.in index 0b11b1c44e58..388e9b35dba3 100644 --- a/java/intellij/files/idea.desktop.in +++ b/java/intellij/files/idea.desktop.in @@ -5,8 +5,8 @@ Type=Application Name=IntelliJ IDEA Community Edition GenericName=IntelliJ IDEA Community Edition Comment=IntelliJ Integrated Development Environment -Icon=%%IDEA_HOME%%/idea.png -Exec=%%IDEA_HOME%%/bin/idea.sh +Icon=%%DATADIR%%/bin/idea.png +Exec=%%DATADIR%%/bin/idea.sh Terminal=false StartupNotify=true Categories=Application;Development; diff --git a/java/intellij/files/idea.in b/java/intellij/files/idea.in index 0b0ad81de31c..4d4ee54b0cda 100644 --- a/java/intellij/files/idea.in +++ b/java/intellij/files/idea.in @@ -1,3 +1,3 @@ #!/bin/sh -exec "%%IDEA_HOME%%/bin/idea.sh" "$@" +exec "%%DATADIR%%/bin/idea.sh" "$@" diff --git a/java/intellij/files/pkg-message.in b/java/intellij/files/pkg-message.in index a9e30976e1cc..3830266040c0 100644 --- a/java/intellij/files/pkg-message.in +++ b/java/intellij/files/pkg-message.in @@ -1,9 +1,9 @@ -There is experimental native (faster) file watching support which is -disabled by default. Currently there are problems with watching large -trees. To enable edit %%IDEA_HOME%%/bin/idea.properties and append +There is a native (faster) file watching support backed by kqueue which is +enabled by default. If you encounter problems with watching large +trees, you can disable it by appending the following property into +%%DATADIR%%/bin/idea.properties: - idea.filewatcher.disabled=false - idea.filewatcher.executable.path=%%IDEA_HOME%%/bin/fsnotifier + idea.filewatcher.disabled=true Only enable fsnotifier if your projects have < 600 files. |