From 75c783e779d61bf4dceea83617339ce03a70690f Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Sun, 10 Jan 2016 20:33:01 +0000 Subject: 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 --- java/intellij/files/idea.1 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 java/intellij/files/idea.1 (limited to 'java/intellij/files/idea.1') diff --git a/java/intellij/files/idea.1 b/java/intellij/files/idea.1 new file mode 100644 index 000000000000..b4386407071b --- /dev/null +++ b/java/intellij/files/idea.1 @@ -0,0 +1,17 @@ +.\" $OpenBSD: mdoc.template,v 1.10 2007/05/31 22:10:19 jmc Exp $ +.Dd $Mdocdate: April 9 2010 $ +.Dt IDEA 1 +.Os +.Sh NAME +.Nm idea +.Nd launch IntelliJ IDEA Java Integrated Development Environment +.Sh SYNOPSIS +.Nm +.Op jvm-args +.Sh DESCRIPTION +.Nm +starts up the IntelliJ IDEA Community Edition Java Integrated +Development Environment. +.Sh SEE ALSO +The web site +http://www.jetbrains.com/idea/. -- cgit v1.2.3