Package Details: intellij-idea-ultimate-edition 2024.2.4-1

Git Clone URL: https://aur.archlinux.org/intellij-idea-ultimate-edition.git (read-only, click to copy)
Package Base: intellij-idea-ultimate-edition
Description: An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity.
Upstream URL: https://www.jetbrains.com/idea/
Licenses: custom:commercial
Submitter: uwolfer
Maintainer: uwolfer (dcelasun)
Last Packager: dcelasun
Votes: 419
Popularity: 0.82
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2024-10-24 14:33 (UTC)

Dependencies (6)

Required by (4)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 30 31 32 33 34 35 36 37 38 39 40 41 Next › Last »

intgr commented on 2013-12-10 22:47 (UTC)

Please remove idea.install and the obsolete "Running IntelliJ IDEA using OpenJDK is officially unsupported" notice. IDEA 13 is now supported with OpenJDK 7.

uwolfer commented on 2013-12-07 10:27 (UTC)

Updated to 13.0. Please keep in mind that this update requires a new license.

bretthoerner commented on 2013-12-03 15:12 (UTC)

PKGBUILD for 13: https://gist.github.com/bretthoerner/1eafea250a070a7387ba/raw/16ee1344db4e0316312f1b5d089f1192e168a009/gistfile1.txt

rdoursenaud commented on 2013-12-03 14:50 (UTC)

v13 has been released, please update.

rdoursenaud commented on 2013-12-03 14:49 (UTC)

v13 has been released, please update.

dwijnand commented on 2013-10-03 10:08 (UTC)

Due to http://youtrack.jetbrains.com/issue/IDEA-114130 this has been fixed in build 129.134. Diff: --- a/PKGBUILD 2013-10-03 09:16:36.656658874 +0100 +++ b/PKGBUILD 2013-10-03 10:56:55.263297326 +0100 @@ -1,8 +1,8 @@ # Maintainer: Urs Wolfer <uwolfer @ fwo.ch> pkgname=intellij-idea-ultimate-edition -pkgver=12.1.5 -_buildver=129.1328 +pkgver=12.1.5.1 +_buildver=129.1344 pkgrel=1 pkgdesc="An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity." arch=('i686' 'x86_64') # not 'any' because of fsnotifier @@ -12,11 +12,11 @@ depends=('java-environment' 'giflib') options=(!strip) install=idea.install -source=(http://download.jetbrains.com/idea/ideaIU-$pkgver.tar.gz \ +source=(http://download.jetbrains.com/idea/ideaIU-$_buildver.tar.gz \ intellijidea.sh \ jetbrains-idea.desktop ) -md5sums=('445c2ff372c5991aae86d9a213f1f837' +md5sums=('e4131f5c11ff6d00c570546e8dc02799' '8c836f1265a3d02d8ce4ded2dab384d6' '243d8fab38f2d2d4a65fd798e86c0036' )

<deleted-account> commented on 2013-07-28 10:35 (UTC)

Hi all, I have some problems with the menu fonts in IntelliJ. Could someone explain me why the fonts in CE from Extra and in UE from AUR are different? And how to change fonts in UE to look like that ones in CE? http://i.imgur.com/mc6vHg1.png Thanks in advance for any suggestion.

<deleted-account> commented on 2013-07-28 10:19 (UTC)

@zidarsk8, JetBrains suggests using Oracle's JDK with the IntelliJ: http://www.jetbrains.com/idea/download/system_requirements.jsp?os=linux Probably using OpenJDK is the source of your problem.

zidarsk8 commented on 2013-07-24 14:33 (UTC)

It fails to run for me, saying it can't find tools.jar. I have openjdk 7 installed.