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

The patch prevents `manage.py` console in PyCharm from being painfully slow when there is a `node_modules` somewhere in the project tree. Timings from my current project, running `migrate` command from...

Especially when connected to a JIRA server, there are times where the status will not update correctly upon closing the issue. After analysis between `OpenTaskDialog` and `CloseTaskAction` (because the status...

The following project use this loader with SVG format: https://github.com/davidsommer/IconViewer/blob/master/src/ch/dasoft/iconviewer/ImageIconProvider.java All icons are well displayed except SVG. My inspection lead me to this ImageLoader class and I try to see...

While XSLT 3.0 offers much more functionality, the basic thing you want is that the IDE at least recognizes the same functionality as in 2.0. I think with these simple...

The current behavior is that once a new set of roots is received, all the current roots were first deregistered and then the new ones registered. In case the majority...

The loop is already throttled by `select`. It seems that `usleep` was added to facilitate batch processing of inotify events [here](https://github.com/JetBrains/intellij-community/commit/f19adbd5ab5f0230a93835c233d4ba2241cee9d0). The `usleep` can have a real performance hit. For...

If you use renaming, .class field access and assertions don't decompile correctly in some cases (output contains synthetics). Examples: https://github.com/droid666/intellij-community/tree/398801bec078efc14529078b22e4b109f7efcadf/plugins/java-decompiler/engine/testData/src-stdout/javadefault/renaming The examples are part of this pull request: https://github.com/JetBrains/intellij-community/pull/390 They...

Waiting for Reply
Java

Currently IDEA-Intellij reports the error message *This action isn't supported on the current platform* when it is installed and running inside of WSL that has no installed file explorer (like...

Waiting for Reply

This pull request is created to solve the issue below. ### Issue HOME key and control A combination won't move the cursor to the start of the line, END key...

Hey! We are a collaborative group of researchers from JetBrains Research and Oregon State University, and we are testing our data-driven [plugin](https://github.com/JetBrains-Research/data-driven-type-migration), which is based on the IntelliJ's [Type Migration](https://www.jetbrains.com/help/idea/type-migration.html)...