Code: Highlighting and Inspections | Feature | CPP-10410 | Use compile_commands.json for passing options to clang-tidy |
Feature | CPP-10374 | Allow to disable individual checks in Clang-Tidy |
Feature | CPP-9969 | Allow to use external Clang-Tidy instead of the built-in one in CLion |
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 newer libc and libstdc++ |
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 Changes dialog |
Editor. Editing Text | Bug | IDEA-176637 | UTF-8 symbols (korean and japanese) 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 in dao layer auto input a pair of braces |
Performance | IDEA-175737 | Lag while typing |
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 shown first time |
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 | Commit dialog: 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 |
Test Runner | Bug | PY-25264 | Regression in unittest runner if test removes its working directory |