- make it clearer that this the community edition
- disable missing file watcher warning on startup
- install to ${PREFIX}/${PORTNAME} instead of to ${PREFIX}/lib/intellij
- adds the ability to open terminals in IntelliJ
PR: 206489
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
13 lines
322 B
Desktop File
13 lines
322 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Encoding=UTF-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
|
|
Terminal=false
|
|
StartupNotify=true
|
|
Categories=Application;Development;
|