Code: Highlighting and Inspections | Feature | CPP-10410 | Use compile_commands.json for passing options to clang-tidy |
Feature | CPP-10374 | Allowto disableindividual checks in Clang-Tidy |
Feature | CPP-9969 | Allowto useexternal Clang-Tidy instead of the built-in one inCLion |
Feature | CPP-10400 | Suppress Clang-Tidy inspection for line by NOLINT comment |
Bug | CPP-1716 | Heap allocating class with virtual destructor = default gives error "Instantiating abstract class" |
Bug | CPP-10149 | Update list of clang-tidy inspections |
Bug | CPP-10350 | clang-tidy inspections do not work because clang-tidy requires newerlibcand libstdc++ |
Bug | CPP-10504 | CLion passes options to Clang-Tidy in incompatible form under MSVC toolchain |
Build | Usability Problem | CPP-10014 | Two separate CLion instance will not build simultaneously - "Waiting for the current build to finish..." |
Project Model | Bug | CPP-9976 | Error icon appears on Cmake console configuration tabs after Reset Cache several times in a row |
Diff_Merge | Bug | IDEA-173698 | Cannot move/resize diff view area of Commit Changesdialog |
Editor. Editing Text | Bug | IDEA-176637 | UTF-8 symbols (koreanandjapanese) incorrect appears in the debugger |
Bug | IDEA-175888 | Multiple @since Javadoc tags are replaced with one on reformat |
Bug | IDEA-176980 | Cannot open javascript files |
Bug | IDEA-177182 | using spring indaolayer auto input a pair of braces |
Performance | IDEA-175737 | Lag while typing |
Feature | IDEA-176965 | Enabling Paste Simple from "Paste from History" |
File System | Bug | IDEA-176819 | FreeBSD-12, post ino64 update: no projects, config is not saved |
Find, Replace, Find Usages | Bug | IDEA-174102 | Find Refactoring Preview is not shownfirsttime |
Settings Repository | Bug | IDEA-173109 | Typing settings repository URL triggers path alert |
User Interface | Bug | IDEA-173000 | Navigate | File and Class popups disappear |
Cosmetics | IDEA-176097 | Incorrect terminology used to describe Jigsaw/JPMS features |
Version Control | Bug | IDEA-175622 | File status remains "changed" after the file is changed back to initial state |
Bug | IDEA-173638 | Commitdialog: when the 'show right margin' option is off, but 'wrap when typing reaches right margin' is on, there is no wrapping |
Usability | IDEA-93433 | Improve displays of multi-line commit messages in Changes Window |
Version Control. Git | Performance | IDEA-174684 | UI freeze after huge fetch |
Version Control. Subversion | Cosmetics | IDEA-175346 | "more..." link is shown in Version Control > Repository while there is no more content |
Version Control. TFS | Bug | IDEA-126724 | TFS: Domain field should be disabled if Alternate auth type is used |
Console | Bug | PY-22056 | aborting commands in debug console |
Debugger | Bug | PY-25285 | Concurrency visualizer doesn't work with Python 3.6 |
Bug | PY-25081 | Variables in function called from loop stick after console started in debug mode |
Inspections | Bug | PY-23367 | False positive: comparing int and float, only left.__gt__(right) is checked, right.__lt__(left) is ignored |
Bug | PY-21175 | Actual type of variable is lost after it's compared with None |
Bug | PY-22305 | PyCharm thinks the Python version is 3.5 when using 3.7 |
Bug | PY-23684 | False positive: PyTypeChecker - Type Checking Error on Child of Metaclass Instance |
Test Runner | Bug | PY-25264 | Regression inunittestrunner if test removes its working directory |
Bug | PY-25205 | Pyramid project test don't work |
Parsing | Bug | PY-24389 | False positive: "expression expected" for trailing comma after annotated function argument with default value |
Refactoring | Bug | PY-24365 | Bulk Move operation only moves first item selected |