No subsystem | Feature | CPP-4545 | Support generalized lambda captures |
Bug | CPP-343 | Add diagnostic "Return type deduction is not supported by compiler" for auto return type w/o trailing return type (C++11) |
Bug | CPP-8826 | NullPointerException for generic lambda which called with different argument type |
Bug | CPP-8825 | StackOverflowError for generic lambda with return type auto&& |
Code: Highlighting and Inspections | Bug | CPP-6419 | Support variable templates |
Bug | CPP-8736 | Incorrect variable template specialisation is chosen |
Bug | CPP-8635 | False error for STL container using reverse iterator |
Bug | CPP-8524 | CLion reports "Binary operator '>>' can't be applied..." error for std::ws on std::istreams |
Code: Resolving | Performance | CPP-8827 | Slow resolve of nested struct members |
Debugger: GDB | Bug | CPP-8834 | GDB doesn't report startup errors |
Diff_Merge | Exception | IDEA-167185 | AE at com.intellij.util.xmlb.MapBinding.deserializeList |
Editor. Editing Text | Bug | IDEA-167630 | Backspace > Unindent to nearest indent position option doesn't work as expected beyond the line end |
Bug | IDEA-167667 | Unexpected substitution during block selection paste in java |
Usability | IDEA-167473 | 'Quick Documentation' doesn't work on a method call if there are several applicable overloads |
Usability | IDEA-167366 | When you enter Ctrl-Ctrl Down arrow to enter column mode, then while holding ctrl do shift right arrow, does not move to next word boundary |
Find, Replace, Find Usages | Bug | IDEA-167546 | Find/Replace nonfunctional when newlines are embedded in the Find textbox |
Bug | IDEA-167436 | Rerun 'Find Usages' empties first tab |
Indices | Performance | IDEA-167372 | Building the stub tree for a file loads its contents twice in a row |
Settings Repository | Bug | IDEA-167284 | Settings repository: unstable sorting order in live template causes unnecessary commits |
Terminal | Feature | IDEA-136672 | Terminal should have clickable URLs |
User Interface | Feature | IDEA-167606 | Add utility drawSelection method for component's outline |
Bug | IDEA-167003 | Git branches popup reverts to default size every time it is shown |
Bug | IDEA-167548 | Can't click on "Use external annotations" checkbox |
Bug | IDEA-167579 | After popup resizing first click on items inside doesn't work |
Bug | IDEA-167459 | [windows] balloons text are cut in multi-dpi-monitor env w/ new hidpi |
Bug | IDEA-167485 | When both platform and plugin updates are available, unchecking all plugins makes it impossible to update platform |
Version Control. Git | Usability | IDEA-167023 | Menu «Git branches» became worse |
Version Control. Perforce | Bug | IDEA-163966 | Merge P4CONFIG files in all parents, if Perforce 2015.2 is used |
Code Insight | Feature | PY-21231 | Resolve reference only to Python stub file if it exists |
Feature | PY-12745 | Support the "six" Python 2 & 3 compatibility library |
Console | Bug | PY-22243 | "Show command line afterwards" option blocks `input()` |
Bug | PY-21991 | "Execute Selection in Console" action does not work for multiple indented lines |
Usability | PY-22099 | 'Execute line in console' shouldn't execute empty lines |
Debugger | Feature | PY-22089 | Implement the faster debugger for Python 3.6 (using PEP 523) |
Bug | PY-22421 | input() does not work in debug console |
Bug | PY-22444 | "Collect run-time types information for code insight" isn't available for new debugger |
Bug | PY-22443 | Got an error message with new debugger on every debug run |
Inspections | Bug | PY-19374 | Class can't reference itself in .pyi stub files |
Interpreters Settings | Bug | PY-20078 | Failed to create conda virtual environment "conda: error: unrecognized arguments: -y" |
Run | Feature | PY-22487 | Emulate terminal in python output console |
Exception | PY-22495 | "Emulate terminal" option raises an exception when trying to run debug |
Test Runner | Bug | PY-22460 | Can't run nose/unittest configurations with target set to Custom |
Bug | PY-22378 | Old py.test run configuration become broken |
Bug | PY-22410 | Target is always sent to executed line when running test configuration with "Custom" setting |
Bug | PY-22414 | RuntimeError in nosetest runner with specified python-target and Python 3.x |
Performance | PY-22401 | PyCharm is totally freezed after changing modes of test run results (Docked, Floating, Windowed, etc) |
Cosmetics | PY-22379 | nosetest, py.test and unittest configurations have incorrect UI display |
Exception | PY-22376 | No entries about running tests in context menu for files with test: java.lang.ClassCastException |