No subsystem | Task | CPP-11205 | Bundle CMake 3.9.6 |
Build | Bug | CPP-11266 | Stop build button is disabled when building second target |
Usability | CPP-42 | Report CMake build progress |
Usability | CPP-10830 | Add stop button on CMake build console |
Code: Generation | Bug | CPP-10034 | Generate function from usage doesn't respect template parameters |
Code: Highlighting and Inspections | Bug | CPP-11206 | False redefinition error for template function specialization definition |
Bug | CPP-10787 | Spurious "Initializer string is too long for array of chars" when concatenating string literals |
Code: Resolving | Bug | CPP-11292 | False "no matching constructor" error when template class inherits constructor |
Bug | CPP-10933 | Type of objects constructed with constructors explicitly inherited by using-declarations have wrong type inferred for method lookup. |
Project Model | Bug | CPP-11000 | Opening CMake project silently fails, when CMakeCache.txt present, but point to wrong source dir |
Running | Bug | CPP-11063 | CLion doesn't choose build type after delete/create it |
Bug | CPP-11064 | Can't create run/debug configuration for custom configuration for all targets if some targets are not available under this custom configuration |
Bug | CPP-11244 | Shared run configuration: store path to executable as relative to project dir |
Toolchains | Usability | CPP-10998 | Improve error messages when cmake/compilers/debuggers are not installed in Cygwin/MinGW (packages not installed) |
Usability | CPP-11020 | Automatically generate toolchain name and update it when the user switches between cygwin/mingw etc |
Unit Testing: Catch | Feature | CPP-10521 | Support Catch 2.0 |
Diff_Merge | Bug | IDEA-182059 | Diff Window file order is different from the file order in Local Changes tool window (path is ignored) |
Editor. Editing Text | Bug | IDEA-180895 | Redundant parameter hint showing |
Bug | IDEA-182852 | Editor antialiasing is not honored in inline diff |
Bug | IDEA-180934 | When setting the Live Template context to "Other", it's changed to "Everything" |
Bug | IDEA-181964 | When using variable-width font, {@code} block in javadoc are not distinguished |
Bug | IDEA-179753 | "Undo" action can be invoked from "Undo" confirmation dialog |
Find, Replace, Find Usages | Feature | IDEA-72543 | I would like the ability to configure the max file size to 'Find in Path'. |
Bug | IDEA-182289 | 'Replace All' dialog interprets find/replace contents as HTML |
Usability | IDEA-182181 | Replace in Path: Replace All dialog: unable to switch between OK and Cancel from keybord |
Indices | Bug | IDEA-182151 | Deadlock processing stub indices called from StubIndexImpl.processAllKeys |
Bug | IDEA-182066 | Old value is left in stub index when file becomes large |
Bug | IDEA-182716 | Indexing sometimes stops progressing |
Packaging and Installation | Bug | IDEA-162504 | The windows executable is missing the build number in file details |
Bug | IDEA-117135 | Silent installer doesn't write to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall |
Bug | IDEA-159117 | Silent Install Switch Doesn't Work |
Bug | IDEA-181598 | Setup dialog: visual glitch in Create Associations pane |
Bug | IDEA-154213 | Win10 Installer issue, obsolete shortcuts left under programs list |
Bug | IDEA-157045 | Support silent installation for local system user |
Bug | IDEA-179657 | Problems with test labels in DMG on macOS High Sierra |
Bug | IDEA-144263 | PyCharm Educational Edition silent installation |
Bug | IDEA-160684 | Intellij IDEA Setup Windows EXE does not allow idea64.exe to be configured (on 64bit platforms) |
Bug | IDEA-171703 | PyCharm Silent install (/S) creates neither start menu nor uninstall entries |
Bug | IDEA-169935 | Silent install (/S) on Windows always installs as current user only |
Bug | IDEA-146215 | SILENT Install should use admin parameters |
Task | IDEA-156081 | Create icon for running idea on 64-bit JVM from start menu on windows 8/10 |
Task Management | Bug | IDEA-180834 | Unable to update issue state from "Open Task" dialog |
User Interface | Bug | IDEA-95435 | No "exclamation sign" on the welcome screen |
Bug | IDEA-183041 | Background image, displayed "plain", getting clipped after 2017.3 update |
Bug | IDEA-182339 | "Show in explorer" doesn't work if invoked on file with "=" character in name |
Bug | IDEA-182423 | ShowInExplorer doesn't work for files that contain double blank space symbols |
Bug | IDEA-180135 | UI scale factor is wrong on Windows with latest EAP |
Bug | IDEA-154559 | 'Git Reset' dialogue looks weird on Linux Mint |
Bug | IDEA-149061 | Tool Window docking issue |
Usability | IDEA-181836 | settings plugin list divider issue |
Version Control | Bug | IDEA-183003 | If a file is renamed and not committed, and another file is created with old name, deleting the renamed file deletes both files |
Bug | IDEA-183047 | Author colum in File history is not sortable anymore |
Usability | IDEA-179175 | Unclear 'Branch context has been loaded' message |
Version Control. Git | Bug | IDEA-182042 | Rewording latest commit adds staged files to the commit, if Git < 1.7.11.3 is used |
Bug | IDEA-123397 | Git: History for file doesn't show anything before the move if there were too many changes in the commit that moved the file |
Bug | IDEA-181724 | Unclear (wrong?) "Error updating changes: fatal: Not a git repository (or any of the parent directories)" |
Bug | IDEA-182022 | Git interactive rebase dialog is broken for Git < 1.8.0 |
Code Insight | Bug | PY-26978 | Wrong completion for argument names if a function has tuple parameters |
Bug | PY-27178 | PyCharm hangs on autocomplete |
Bug | PY-4351 | Type Checker: detect type for named tuple unpacking |
Console | Bug | PY-21426 | Can't saw script output with Remote Interpreter and "Show command line afterwards" option |
Bug | PY-21792 | Python Console stopped working |
Bug | PY-24880 | Waiting for REPL response when python console using IPython |
Bug | PY-27090 | "Show command line afterwards" doesn't allow to run modules |
Bug | PY-26479 | No interactive output from python console |
Bug | PY-27009 | Python Console doesn't work with Python 2.6 |
Bug | PY-27033 | The return value of os.getcwd() with "Show command line afterwards" is not the same with the usual run, anymore |
Debugger | Bug | PY-26584 | Debugger strips '-m' flag from script params and assumes it was meant for the interpreter. |
Bug | PY-27227 | "Jump To Cursor" action is missed |
Bug | PY-26800 | Can't attach to local process on macOS with Python 3.6 |
Bug | PY-26465 | Limit number of threads when evaluating variables asynchronously |
Performance | PY-19215 | Cython debugger binaries should be built for Python 2.6 |
Inspections | Bug | PY-12002 | False positive: incorrect arguments for SQLAlchemy w/ mixin |
Bug | PY-16893 | open() returns TextIOWrapper which isn't correlated with IO types |
Bug | PY-16894 | open(..., 'b') returns FileIO[bytes] which isn't correlated with BinaryIO type |
Bug | PY-26023 | The presence of an `@abstractmethod` decorator totally cancels all typechecks. |
Bug | PY-26313 | False positive: io.seek doesn't return anything |
Bug | PY-26491 | Using * twice in function signature should be picked up as a syntax error |
Bug | PY-24067 | False docstring async function return type inspection |
Bug | PY-21408 | PyCharm not aware of callable attributes |
Interpreters Settings | Bug | PY-27014 | ISE: @NotNull method com/intellij/openapi/projectRoots/impl/ProjectJdkImpl.getName must not return null |
Bug | PY-26968 | Create a new environment for a new project by default |
Bug | PY-26450 | UI is frozen during new project creation with venv inside it |
Usability | PY-26998 | Remember the base interpreter for new virtualenvs if it's not detected or configured yet |
Refactoring | Bug | PY-25035 | "Convert from variadic to normal parameters" does nothing |
Test Runner | Bug | PY-27286 | Capture and LogCapture lead to TypeError: 'NoneType' object is not iterable when running nose tests that throw exceptions |
Bug | PY-27222 | 2017.3 test runner breaks assertEqual |
Bug | PY-26470 | when test results contain a "\n", the results only shows the "show difference" link, should show results. |