diff options
Diffstat (limited to 'devel/pycharm/files')
-rw-r--r-- | devel/pycharm/files/pkg-message.in | 14 | ||||
-rw-r--r-- | devel/pycharm/files/pycharm.desktop.in | 13 | ||||
-rw-r--r-- | devel/pycharm/files/pycharm.in | 6 |
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/pycharm/files/pkg-message.in b/devel/pycharm/files/pkg-message.in new file mode 100644 index 000000000000..1e6f444bc43f --- /dev/null +++ b/devel/pycharm/files/pkg-message.in @@ -0,0 +1,14 @@ +[ +{ type: install + message: <<EOM +There is experimental native (faster) file watching support which is +disabled by default. Currently there are problems with watching large +trees. To enable edit %%DATADIR%%/bin/idea.properties and append + + idea.filewatcher.disabled=false + idea.filewatcher.executable.path=%%IDEA_HOME%%/bin/fsnotifier + +Only enable fsnotifier if your projects have < 600 files. +EOM +} +] diff --git a/devel/pycharm/files/pycharm.desktop.in b/devel/pycharm/files/pycharm.desktop.in new file mode 100644 index 000000000000..0144b394ba78 --- /dev/null +++ b/devel/pycharm/files/pycharm.desktop.in @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Type=Application +Name=JetBrains PyCharm Professional Edition IDE +GenericName=JetBrains PyCharm Professional Edition IDE +Icon=%%DATADIR%%/bin/pycharm.svg +Exec=%%PREFIX%%/bin/pycharm +Comment=Develop with pleasure! +Terminal=false +StartupNotify=true +StartupWMClass=jetbrains-pycharm +Categories=Application;Development;IDE; diff --git a/devel/pycharm/files/pycharm.in b/devel/pycharm/files/pycharm.in new file mode 100644 index 000000000000..f7c75269e99c --- /dev/null +++ b/devel/pycharm/files/pycharm.in @@ -0,0 +1,6 @@ +#!/bin/sh +# +# Wrapper to enforce usable Java versions +# +export JAVA_VERSION=%%JAVA_VERSION%% +exec "%%DATADIR%%/bin/pycharm.sh" "$@" |