OlegYch

Results 88 comments of OlegYch

the problem is likely caused by custom shellPrompt (like in most play projects) shellPrompt := (_ => "> ") should workaround that

not sure if it's possible to reliably infer current value, but it's probably possible to override it on startup

there seems to be something else involved, i occasionally get this: ``` Element: class com.intellij.psi.impl.source.PsiPlainTextFileImpl because: different providers: {myVirtualFile=LightVirtualFile: \SBT, content=VirtualFileContent{size=0}}(6c08b252); {myVirtualFile=LightVirtualFile: \SBT, content=VirtualFileContent{size=0}}(2ef35ce7) invalidated at: no info com.intellij.psi.PsiInvalidElementAccessException: Element:...

no idea what happened in 2016.2 but it now works correctly with idea-sbt console with minimal changes i also updated sbt launcher to 0.13.12

i have a mostly working fix here https://github.com/OlegYch/idea-sbt-plugin/commit/c9a88b5fe937f4de2b59b6fd9721f5d1b633bec5 the only problem currently is that if sbt tab is not visible when you're opening project, text input doesn't work, but works...

in idea 2016.2 command history appears to work with plugin 1.6.0 with some minor fixes (from https://github.com/OlegYch/idea-sbt-plugin)

i think the usual quoting is enough, eg: ``` case object Datetime case object `-datetime` ```

Oh, perhaps it's possible to borrow name mangling scheme from scala. On Thu, Mar 7, 2024, 23:22 Devon Stewart ***@***.***> wrote: > Possibly in Scala, but Java will have this...

`parallelExecution := false` works around that but it seems there is a deeper problem

@eatkins yep still hangs in the same way at 95fa6d4ee80cfa593138e5285c7f2d1961899bf1