intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

IntelliJ IDEA & IntelliJ Platform

Results 407 intellij-community issues
Sort by recently updated
recently updated
newest added
trafficstars

https://youtrack.jetbrains.com/issue/KTIJ-20639

kotlin

Android Studio has different security requirements. Adding three new properties that can be easily modified to change built-in server security. The current patch in Android Studio adds a large technical...

Current implementation of the "Just restart" element as a link instead of button looks awkward to me, moreover according to the [JB UI guideline](https://jetbrains.design/intellij/controls/button/#when-to-use) element that perform immediate action should...

This is an attempt to merge https://github.com/ThomasR/intellij-diff-plugin into the platform. The primary reason for this is that I couldn't figure out how to associate a language with the PATCH filetype...

I’ve long been frustrated by the lack of granularity in the widescreen mode for tool windows. With this patch, those days are over. The little bit of empty space in...

Python doesn't handle variable length comments (see https://github.com/python/cpython/blob/3.10/Lib/zipfile.py#L235). A simple way to test this is with a simple script: ``` import zipfile with zipfile.ZipFile("c:/Users/me/AppData/Local/JetBrains/Toolbox/apps/IDEA-C/ch-0/222.3153.4/lib/app.jar") as archive: archive.printdir() ``` ... which...

This PR suggests some improvements to the “Execute Line in Console” feature in PyCharm. Currently, that feature submits a line to the Python console, even when the line is an...

PyCharm