Package Base Details: intellij-idea-ultimate-edition

Git Clone URL: https://aur.archlinux.org/intellij-idea-ultimate-edition.git (read-only, click to copy)
Submitter: uwolfer
Maintainer: uwolfer (dcelasun)
Last Packager: dcelasun
Votes: 415
Popularity: 1.48
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2024-04-30 14:23 (UTC)

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 40 Next › Last »

vlord commented on 2018-09-12 13:48 (UTC)

With i3 window manager, I get a disappearing caret issue (looks like kind of a focus issue on editor after closing a popup).

I solved it by commenting the following line in my i3 config : # for_window [class="jetbrains-idea"] focus

jsnlry commented on 2018-04-24 13:05 (UTC) (edited on 2018-04-24 13:06 (UTC) by jsnlry)

After update to 2018.1.1-1 I had focus problems in popup navigators. This made these popup navigators disappear when pressing the first key. I use i3 as window manager.

For example, when I used Ctrl+N to open the "navigate to class"-window, and the text field already contained some characters the popup closed immediately after entering the first new character. I guess that my key press first removed the text that was already in the box, but when the last character is removed from the text box the box closes — before writing the key value I pressed.

I found the following hints in the IntelliJ issue tracker: 1.) In IntelliJ open settings Registry (Ctrl+Shift+A and look for "Registry...") 2.) Find "focus.follows.mouse.workarounds" and enable it 3.) Find "allow.dialog.based.popups" and disable it

With this it works for me. Maybe it helps someone.

https://youtrack.jetbrains.com/issue/IDEA-189280#comment=27-2829940 https://youtrack.jetbrains.com/issue/IDEA-112015#comment=27-1558519

archners commented on 2018-04-16 09:39 (UTC)

Regarding the missing terminal I realize that the option was apparently ticked off during installation. It works as usual.

vishvas commented on 2018-03-22 20:30 (UTC)

I get a terminal just fine - https://imgur.com/a/REcbX

Following up on my earlier post at https://bbs.archlinux.org/viewtopic.php?pid=1775492#p1775492

archners commented on 2018-03-22 20:13 (UTC)

How come there is no integrated terminal in the IDE?

I am on Antergos with KDE Plasma. The terminal option does not seem to be included in this build. How come?

vishvas commented on 2018-03-22 04:31 (UTC) (edited on 2018-03-22 04:39 (UTC) by vishvas)

dcelasun commented on 2018-03-07 14:57 (UTC)

@n-raymond: Are you sure you are using the correct package? This package doesn’t use /usr/share/intellij-idea-ultimate-edition at all.

What is the output of pacman -Qo /usr/share/intellij-idea-ultimate-edition?

n-raymond commented on 2018-03-07 14:43 (UTC) (edited on 2018-03-07 14:46 (UTC) by n-raymond)

Hi ! I updated, removed and reinstall intellij-ide-ultimate-edition version 2017.3.4-1 and both times encounters the same problem : The installation ends "successfully" but fails when I lauch the app from desktop.

The error is :

Failed to execute child process “/usr/share/intellij-idea-ultimate-edition/bin/idea.sh” (No such file or directory)

I did some checks and found that the folder /usr/share/intellij-idea-ultimate-edition/bin/ exists but only contains a file named idea.properties.pacsave. Is it a permission problem that happened silently during the installation ? Does someone have an idea of the problem ?

With my thanks !

dcelasun commented on 2018-01-30 10:16 (UTC) (edited on 2018-01-30 10:17 (UTC) by dcelasun)

I’ve added a workaround for it.

klingt.net commented on 2018-01-30 09:54 (UTC) (edited on 2018-01-30 10:04 (UTC) by klingt.net)

The bundled mvn version is missing an executable flag:

$ ls -al idea-IU-$_buildver/plugins/maven/lib/maven3/bin/mvn 
-rw-r--r-- 1 anli anli 7383 Jan 15 17:31 idea-IU-173.4301.25/plugins/maven/lib/maven3/bin/mvn

The flag is already missing in tar.gz but it would be nice to workaround this bug by flagging the file as exectuable in the PKGBUILD:

$ chmod +x idea-IU-$_buildver/plugins/maven/lib/maven3/bin/mvn

A short note, you can't easily run maven configurations in Idea if the distributed mvn is not marked as executable.

UPDATE --I will also create an usptream bug ticket.-- https://youtrack.jetbrains.com/issue/IDEA-185828