addamsson
11/02/2020, 9:46 PMaddamsson
11/02/2020, 9:47 PMjvm {
withJava()
jvmTarget(JavaVersion.VERSION_1_8)
}
addamsson
11/02/2020, 9:47 PMghedeon
11/17/2020, 9:00 AMinsert with selection
in IntelliJ? Or any other way to select the text that just got inserted. Trying to record a simple macro and would want to
1. Insert whatever is in the buffer
2. Select this insertion
3. Do some string manipulationspoohbar
12/03/2020, 4:34 PMpoohbar
12/03/2020, 4:34 PMwasyl
12/03/2020, 6:26 PMhichem fazai
12/03/2020, 6:31 PMDieter Konrad
12/03/2020, 6:47 PMColton Idle
12/06/2020, 4:29 AMrocketraman
12/09/2020, 5:18 PMdalexander
12/10/2020, 1:30 PMchristophsturm
12/15/2020, 11:08 AMexpect object MockK {
inline fun <T> useImpl(block: () -> T): T
}
spand
12/23/2020, 12:17 PMij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
is supported? Or maybe when it changed from ij_kotlin_code_style_defaults = KOTLIN_OLD_DEFAULTS
Javier
01/06/2021, 4:12 PMEmery Tanghanwaye
01/07/2021, 10:43 PMEmery Tanghanwaye
01/07/2021, 11:07 PMSudhir Singh Khanger
01/08/2021, 3:16 AMholgerbrandl
01/10/2021, 9:53 AMrepeat(Int.MAX_VALUE) { println() }
while (true) { println() }
Ben Madore
01/11/2021, 6:53 PMBen Madore
01/11/2021, 6:53 PMAlex Nordlund
01/12/2021, 2:21 PMidea dump-shared-index project
runs in the background so at worst we might need something like xvfb.
On the other hand, it exits long before the actual task is complete 😕bod
01/16/2021, 2:14 PMjkbbwr
01/26/2021, 1:43 PMdave08
02/16/2021, 2:39 PMmbonnin
02/18/2021, 2:40 PM!file:*/
in the pattern but I still get results in external librarieschristophsturm
02/19/2021, 9:51 PMnikolaymetchev
02/23/2021, 11:50 AMtransaction { ..}
method. However the problem with that method is that it uses the “default” db and we have more than one. This can cause issues. So we want to gradually replace all such calls with db.transaction {...}
. So I am trying and failing to create a structural search that will find invocations of the former and not the latter. Any help would be appreciated.christophsturm
02/23/2021, 3:39 PM