diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-01-10 20:33:01 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-01-10 20:33:01 +0000 |
commit | 75c783e779d61bf4dceea83617339ce03a70690f (patch) | |
tree | 589d2e77df5cbd96d162dc47deeef10da40467e2 /java/intellij/files/idea.desktop.in | |
parent | Bring the fixes mentioned below from upstream to our gcc-5.2 powerpc64-gcc (diff) |
New port: java/intellij
IntelliJ IDEA is an advanced Java IDE developed by JetBrains and
focused on developer productivity. The community edition features:
* An intelligent code editor that understands Java code; provides
refactorings, code inspections and intentions, and allows for
fast code navigation.
* Integration with such tools as JUnit and TestNG, Ant and Maven,
and popular version control systems including: CVS, Subversion
and git.
* XML-Java interoperability and comprehensive Groovy programming
language support.
* The Swing UI designer complements the suite of tools for
developing Java desktop applications.
WWW: http://www.jetbrains.com/idea/
PR: 204804
Submitted by: t@tobik.me
Notes
Notes:
svn path=/head/; revision=405745
Diffstat (limited to 'java/intellij/files/idea.desktop.in')
-rw-r--r-- | java/intellij/files/idea.desktop.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/java/intellij/files/idea.desktop.in b/java/intellij/files/idea.desktop.in new file mode 100644 index 000000000000..9f7aea264e75 --- /dev/null +++ b/java/intellij/files/idea.desktop.in @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Type=Application +Name=IntelliJ Idea +GenericName=IntelliJ IDE +Comment=IntelliJ Integrated Development Environment +Icon=%%IDEA_HOME%%/idea.png +Exec=%%IDEA_HOME%%/bin/idea.sh +Terminal=false +StartupNotify=true +Categories=Application;Development; |