This project is mirrored from https://gitee.com/mirrors/intellij-community.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 03 Apr, 2018 19 commits
-
-
Vitaliy.Bibaev authored
(cherry picked from commit 444e1f68)
-
Vitaliy.Bibaev authored
(cherry picked from commit 04f0e6e9)
-
Vitaliy.Bibaev authored
see example in EvaluationAccessTest.testCallDefaultMethodFromPublicBaseInterface (cherry picked from commit 659a3a6d)
-
Vitaliy.Bibaev authored
(cherry picked from commit 63e13170)
-
Vitaliy.Bibaev authored
(cherry picked from commit da89b6f6)
-
Vitaliy.Bibaev authored
(cherry picked from commit b51b2c8b)
-
Vitaliy.Bibaev authored
(cherry picked from commit 783feba2)
-
Vitaliy.Bibaev authored
(cherry picked from commit bc7a94b1)
-
Vitaliy.Bibaev authored
(cherry picked from commit 08c86e04)
-
Vitaliy.Bibaev authored
(cherry picked from commit 49b348d7)
-
Vitaliy.Bibaev authored
Disable registry: debugger.compiling.evaluator.magic.accessor Disabled by default after JDK 9 (cherry picked from commit da4402ac)
-
Vitaliy.Bibaev authored
Supported expressions to replace: * new InaccessibleConstructor(...) * object.inaccessible[Static]Method(...) * object.inaccessible[Static]Field * InaccessibleClass.field[method()] * Class::refToInaccessibleMethod Not supported expressions: OuterClass.this AnyInaccessibleClass.class method() for method with inaccessible return type field for field with inaccessible type (cherry picked from commit a6319da1)
-
Anton Bragin authored
The commit reverts source root order respect for import statements thus reopening PY-28321. The reason is that until pkg_resources and pkgutil namespace packages are not implemented (see PY-16688, PY-23087) the original fix leads to false positives in projects relying on this functionality. As soon as namespace packages support via pkg_resources and pkgutil will be implemented the change should be reverted back to close PY-28321. (cherry picked from commit 7da7b7ac)
-
Roman Shevchenko authored
(IDEA-CR-31323)
-
Vladimir Krivosheev authored
r=Starovoyt (cherry picked from commit eb0b58a9)
-
Ekaterina Tuzova authored
(cherry picked from commit 4c4692a2)
-
Aleksey Pivovarov authored
These actions can cause different hard-to-debug issues in UndoManager. One of the known issues is mishandling of transparent actions. Redo action is being registered only at the end of command. If the document was modified in a transparent command, redo action will not be registered until when next (completely unrelated) command is finished. As a result, it causes "Can't Undo" errors, if that other command was not supposed to be undoable (and was performed on workspace.xml or some lightweight temporal file) (cherry picked from commit 4a343892) IDEA-CR-31263
-
Vassiliy.Kudryashov authored
Partial rollback for Windows only: Rollback popup hiding on application deactivation (cherry picked from commit cef60c6a) IDEA-CR-31286
-
Dennis Ushakov authored
(cherry picked from commit cd831956)
-
- 02 Apr, 2018 21 commits
-
-
Elizaveta Shashkova authored
Put matplotlib import hook back before a file execution, because it's useful for data scientists. If it affects program execution, it can be easily disabled by other users. (cherry picked from commit 5e0f63cc)
-
Mikhail Golubev authored
(cherry picked from commit a20b2a05)
-
Ilya.Kazakevich authored
first item is _jb_runner name which is not how tox does. It breaks {posargs} (cherry picked from commit ca744da6)
-
Ilya.Kazakevich authored
(cherry picked from commit dacf3f94)
-
Ilya.Kazakevich authored
We can check is framework is installed for local sdk, but not for remote. So, fo local we call ``installFrameworkIfNeeded`` with forceInstall and for remote is checks if framework is installed by itself. ``installFrameworkIfNeeded`` shows modal window while checking/installing framework (both local and remote) and then runs callback to generate project and do further actions Done for Flask and Django. This is not supported for plugin for now (cherry picked from commit 82b397ec)
-
Ekaterina Tuzova authored
(cherry picked from commit fde209c3)
-
Ekaterina Tuzova authored
Unfortunately, conda move API each version to the new place (cherry picked from commit 2c02c5a2)
-
Semyon Proshev authored
(cherry picked from commit a98aa9ed)
-
Semyon Proshev authored
(cherry picked from commit 9c276467)
-
Semyon Proshev authored
(cherry picked from commit 72887ae9)
-
Semyon Proshev authored
(cherry picked from commit f5550fbc)
-
Semyon Proshev authored
(cherry picked from commit 610c1b70)
-
Semyon Proshev authored
(cherry picked from commit 5d1e935a)
-
Semyon Proshev authored
Don't highlight tuples, highlight dicts instead. Don't highlight fields without annotation. Highlight dict, set and list inheritors. (cherry picked from commit b9d34fb9)
-
Semyon Proshev authored
(cherry picked from commit 00a65458)
-
Semyon Proshev authored
(cherry picked from commit 29f70e98)
-
Mikhail Golubev authored
They haven't updated the script for the recent changes of re module in Python 3.7, and, otherwise, FutureWarnings in its output prevent us from displaying any messages from the linter at all. (cherry picked from commit 7beaa6da)
-
Dmitry Avdeev authored
(cherry picked from commit 7640d4e5)
-
Vassiliy.Kudryashov authored
when lose focus (cherry picked from commit ff8c6b1) IDEA-CR-31213
-
Dennis Ushakov authored
(cherry picked from commit c0a2a50a)
-
Dennis Ushakov authored
(cherry picked from commit 7e2cd3de)
-