orangy
03/22/2019, 6:53 PMHasan
03/23/2019, 7:12 AMelect
03/27/2019, 3:56 PMelect
03/27/2019, 3:57 PMcedric
03/28/2019, 4:37 PMdalexander
03/29/2019, 2:04 PMjanvladimirmostert
03/29/2019, 4:57 PMtipsy
03/30/2019, 6:59 PMSlackbot
04/01/2019, 8:05 PMbjonnh
04/03/2019, 9:54 PMnapperley
04/03/2019, 10:21 PMInternal error. Please report to <http://jb.gg/ide/critical-startup-errors>
com.intellij.ide.plugins.PluginManager$StartupAbortedException: java.lang.reflect.InvocationTargetException
at com.intellij.ide.plugins.PluginManager.lambda$start$0(PluginManager.java:78)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.ide.plugins.PluginManager.lambda$start$0(PluginManager.java:75)
... 1 more
Caused by: java.lang.UnsatisfiedLinkError: sun.awt.UNIXToolkit.get_gtk_version()I
at sun.awt.UNIXToolkit.get_gtk_version(Native Method)
at sun.awt.UNIXToolkit.getGtkVersion(UNIXToolkit.java:393)
at com.sun.java.swing.plaf.gtk.GTKLookAndFeel.initialize(GTKLookAndFeel.java:1455)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:538)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:583)
at com.intellij.util.ui.UIUtil.initDefaultLAF(UIUtil.java:3215)
at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:153)
at com.intellij.idea.MainImpl.start(MainImpl.java:20)
... 6 more
Fredrik Pe
04/04/2019, 1:14 PMraphw
04/05/2019, 11:17 AMkartikpatodi
04/05/2019, 1:01 PMPerson
with id and name
Now I want to find the index of the person having id = 3 from a list of persons
val pos = persons.imdexOf{ it.id == 3 }
But i just want to create something like
persons.findPos(Person::id, 3)
How can i tell the compiler to use the id property?pyrkamarcin
04/08/2019, 2:31 PMRuckus
04/10/2019, 4:33 PMhttps://www.youtube.com/watch?v=Dr20f19czeE▾
Hullaballoonatic
04/11/2019, 8:05 PMsjthn
04/16/2019, 8:53 AMribesg
04/16/2019, 9:19 AMFaster R class generation for library projects
has been backported to IntelliJ IDEA so that we can finally update Android Gradle Build Tools to 3.3? I can’t find any issue related to this on YoutrackGreg
04/18/2019, 7:02 AMnapperley
04/19/2019, 3:34 AMCzar
04/19/2019, 4:03 PMdavid.bilik
04/23/2019, 10:20 AMSlackbot
04/25/2019, 2:39 PMorangy
04/25/2019, 8:03 PMShawn
04/26/2019, 2:43 PMDominaezzz
04/26/2019, 7:43 PM.idea
folder? Why?elect
04/30/2019, 1:28 PMfred.deschenes
04/30/2019, 8:01 PMitnoles
05/03/2019, 8:01 PMitnoles
05/03/2019, 8:01 PMgildor
05/05/2019, 1:12 AM