Package Details: intellij-idea-ultimate-edition-jre 2024.1.1-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://github.com/JetBrains/JetBrainsRuntime
Licenses: custom:commercial
Submitter: uwolfer
Maintainer: uwolfer (dcelasun)
Last Packager: dcelasun
Votes: 415
Popularity: 1.51
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2024-04-30 14:23 (UTC)

Latest Comments

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

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.

uwolfer commented on 2013-07-14 10:54 (UTC)

@ryenus: Unfortunately I don't think it is possible to use the official patch. IIRC the patch replaces files if you install Intellij into a directory which is writable by user. Since this package installs things into system folders, it won't work. Please correct me if you find a possibilty to do so.

ryenus commented on 2013-06-15 13:48 (UTC)

Is it possible to update to the latest version by utilizing the official patch? or to wrap the patch in a way that can also update the installed package version?

ypoluektovich commented on 2013-04-30 10:34 (UTC)

==> WARNING: Using a PKGBUILD without a package() function is deprecated. This is the case since pacman upgraded to 4.1, and IIRC they plan to make it an error in the future releases.