intellij-community
intellij-community copied to clipboard
IntelliJ IDEA & IntelliJ Platform
I know there have been previous attempts to fix this issue before, including the many experimental Registry flags under `idea.true.smooth.scrolling`, however, none of these have managed to properly fix this...
Some editors other than TextEditorImpl need to have their modified property updated when a file is dropped from the unsaved file list. An example is a split editor used for...
Given arguments in the form of: `os.execv("../file.py", ["../file.py", arg1, ...]) ` They will be patched to: `os.execv("../file.py", ["python", "../../pydevd.py", "--host", "--port", "--file", "../file.py", arg1, ...])` This will end up with...
https://youtrack.jetbrains.com/issue/PY-60054/Pycharm-debugger-evaluate-expression-incorrect-results-when-value-is-None This PR fixes the problem with the stale data logged by the evaluation breakpoints (for `None` and empty strings). I'm not sure where the best point is to clear...
https://youtrack.jetbrains.com/issue/PY-60057/Semantic-Highlighting-and-nonlocal-target-result-in-java.lang.StackOverflowError
https://youtrack.jetbrains.com/issue/PY-49293 This PR improves only the `Install package` suggestion and doesn't provide a solution for the whole issue. I had to turn off the `PyPIPackageUtil.INSTANCE::isInPyPI` check when running the unit...
https://youtrack.jetbrains.com/issue/PY-57582/dataclasses-field-with-default-value-preceding-KWONLY-shows-false-positive-warning.
https://youtrack.jetbrains.com/issue/PY-60408
https://youtrack.jetbrains.com/issue/PY-60372
https://youtrack.jetbrains.com/issue/KTIJ-22542