mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
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
2 lines
46 B
Bash
2 lines
46 B
Bash
#!/bin/sh
|
|
exec "%%IDEA_HOME%%/bin/idea.sh" $@
|