intellij-community
intellij-community copied to clipboard
IntelliJ IDEA & IntelliJ Platform
# Where - JavaHomeFinder # Changed - add mise install directories # Documentation https://mise.jdx.dev/configuration.html#mise-data-dir > `MISE_DATA_DIR` > Default: `~/.local/share/mise` or `$XDG_DATA_HOME/mise` > > This is the directory where mise stores...
This fixes https://youtrack.jetbrains.com/issue/IDEA-304758, by adjusting the script when the shell is Nushell to `| save `. Also escaped paths requires a `^` in nushell, otherwise it just outputs the path...
Removes a condition so the code that keeps the Balloon visible when hovered is always executed. This is the expected behavior for floating UI components, so the user can keep...
IDEA-342913 [Inlays/Fix]: Fix implementation of mouseMoved method in the ContainerInlayPresentation.
Resolves: [IDEA-342913](https://youtrack.jetbrains.com/issue/IDEA-342913/)
A suggestion into solving [PY-61430](https://youtrack.jetbrains.com/issue/PY-61430/Cant-load-before-PythonRunner-when-registering-a-new-programRunner) by removing the order priorty. If this is unacceptable, then I guess adding an ID should also suffice.
Context from the spreadsheet: "KTIJ-26655. Looks like ConvertToIsArrayOfCallFix can be just ported to a JK conversion" NB: The test `CheckForInstanceOfErasedArrayType` still fails, but I thought I'd put up a PR...
NB: The test `testJava8MapForEachWithFullJdk` still fails, but I thought I'd put up a PR to get feedback before I dig deeper and/or start moving tests around. I was able to...
* fix sneaky throws that can't handle the try inside lambda I should fix the issue https://github.com/mplushnikov/lombok-intellij-plugin/issues/1170
This PR would fix a bug that makes it impossible to use PNPM on WSL that was reported 2 years ago.. My solution is not perfect, and could be improved...