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 .. 12 13 14 15 16 17 18 19 20 21 22 .. 41 Next › Last »

skypixel commented on 2019-01-20 15:40 (UTC)

Howdy, I get an error upon launching idea due to a not existing path in the idea python script. It's easily fixable by replacing RUN_PATH = u'/usr/share/intellijidea-ce/bin/idea.sh' with RUN_PATH = u'/usr/share/idea/bin/idea.sh' in /usr/local/bin/idea.

Vrakfall commented on 2019-01-14 12:06 (UTC)

@vlord: Glad it helped :)

vlord commented on 2019-01-11 12:34 (UTC)

@Vrakfall suppress.focus.stealing=false works perfectly for i3, thank you very much.

Vrakfall commented on 2018-12-06 10:37 (UTC) (edited on 2018-12-06 10:43 (UTC) by Vrakfall)

I found how to fix the focus issue in bspwm. Apparently, at some point JetBrains added a focus stealing suppression feature which fights with automatic focusing feature from WMs like bspwm, i3, etc...

In order to stop that from happening, you need to set the suppress.focus.stealing=false in your idea.properties file. You can find it file in Help -> Edit Custom Properties.... Related github issue

I believe this should also work for i3 but I don't use that WM at the moment so I could only test bspwm. This should also work for every JetBrains' IDE.

Another possibility, if that doesn't work, is you need to switch your boot JDK to another one that the one originally included with the IDE. For that, press Ctrl + Shift + A then type in Switch Boot JDK (case insensitive), choose the right option that appeared and you'll then have access to the switching menu. Related github issue (It's not completely related but could influence focus.)

It would be nice from the maintainers to pin a message containing these solutions for others find the workarounds easily. For that purpose, I also include below the other i3-only solution previously suggested by @vlord:

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

irozgar commented on 2018-11-23 11:02 (UTC) (edited on 2018-11-23 11:02 (UTC) by irozgar)

@kkl2401 In their release blog post they say that they have removed the GTK and Windows themes

link: https://blog.jetbrains.com/idea/2018/11/intellij-idea-2018-3-github-pull-requests-java-12-multiline-todo-comments-git-submodule-support-and-more/

kkl2401 commented on 2018-11-23 10:22 (UTC)

Since 2018.3 I don't see Gtk+ among themes. Does anyone know if they removed it completely or if it is come kind of configuration problem because of which it cannot be loaded (I haven't seen anything suspicious in Idea's logs but I may have missed it)?

Vrakfall commented on 2018-11-22 18:24 (UTC)

@vlord: Thanks. I see. Well, I've got the same kind of problem with bspwm but don't know how to solve it so far.

vlord commented on 2018-11-16 09:00 (UTC) (edited on 2018-11-16 09:01 (UTC) by vlord)

@Vrakfall: No sorry. The purpose of the configuration I talked about is to prevent i3 to manage the focus and let intellij deal with it (it seems there is some kind of conflict when both are trying to manage focus).