Commit Graph
211189 Commits
Author SHA1 Message Date
Semyon Proshev 2650bf2d41 Support pop on keyword container (PY-26284) 2018-01-16 18:13:58 +03:00
Semyon Proshev 794d3ac932 Support passing default argument with keyword (PY-27105) 2018-01-16 18:13:58 +03:00
Kirill Kirichenko e358ab9c61 Modify combobox size and combobox editor placing in Mac LaF 2018-01-16 17:52:24 +03:00
Kirill Kirichenko 860ee24826 IDEA-185006 Update radioButton and checkBox icons for Mac Default LaF 2018-01-16 17:52:24 +03:00
nik 9ac1de6b44 build scripts: allow running JUnit configurations configured in the IDE
Some tests required specific JVM options or depends on project artifacts so they need to be started in a special way. It's simpler to specify these settings in a JUnit run configuration configured in the project. Currently such tests are run on TeamCity using its own 'IntelliJ IDEA Project' runner and this often causes problems because TeamCity uses an older version of JPS, we need to download dependencies for such configurations in a different way, it isn't possible to reuse compiled classes, etc.

Now it's possible to pass run configuration names via 'intellij.build.test.configurations' system property and corresponding run configurations will be executed using the common build scripts infrastructure.
2018-01-16 17:37:39 +03:00
nik 040fd9e501 code style: added clarifying braces 2018-01-16 17:37:39 +03:00
Nicolay Mitropolsky 63c6744ef6 Uast-Groovy: GrUMethod.getBody() set to explicitly return null
`grElement.body` is always null, actually.
2018-01-16 17:21:18 +03:00
Semyon Kolton 40caaf89f1 Revert changes for CPP-11686 as error-prone
This reverts commit 1e05cba CPP-11686 When selecting CMakeLists.txt after its creation force explicit search for it
2018-01-16 17:06:55 +03:00
Bas Leijdekkers b9a0dc5a6d IG/IPP: remove redundant throws IncorrectOperationException declarations 2018-01-16 14:51:47 +01:00
Bas Leijdekkers 2e5c959db5 $tracker$.markUnchanged($element$).getText()->$tracker$.text($element$) 2018-01-16 14:51:46 +01:00
Bas Leijdekkers c09108dc26 IG: handle more than 1 side effect and remove unnecessary code 2018-01-16 14:51:46 +01:00
Rustam Vishnyakov 79d8f7882c Eclipse Code style properties importer and a test 2018-01-16 16:36:26 +03:00
Konstantin Bulenkov ee03f0a122 remove Find and Replace from Main Toolbar 2018-01-16 13:48:23 +01:00
Maxim Kropotov 041086bdfe js extract function: enable experimental behavior 2018-01-16 15:09:41 +03:00
Maxim Kropotov a501faf75d js extract function: disable experimental behavior by default 2018-01-16 15:09:41 +03:00
Sergey Ignatov 15f369303f simplify deps and cleanup for ws 2018-01-16 14:33:42 +03:00
Vladimir Krivosheev 42600ed67b IDEA-CR-28512 add test 2018-01-16 12:20:19 +01:00
Tagir Valeev 4f6a68a355 ToArrayCallWithZeroLengthArrayArgumentInspection: writeSettings for default values fixed 2018-01-16 17:59:32 +07:00
anstarovoyt d155b599ba platform tests: better parameter name 2018-01-16 13:53:26 +03:00
anstarovoyt 2fe6674b65 platform: better parameter name 2018-01-16 13:50:57 +03:00
Vladimir Krivosheev 55da3ee353 LogConsolePreferences — remove unused patterns 2018-01-16 11:31:25 +01:00
Vladimir Krivosheev 56d1aa99b9 simplify format of recent list 2018-01-16 11:31:24 +01:00
Vladimir Krivosheev de4069d0d7 cleanup (Assert, nullable) 2018-01-16 11:31:24 +01:00
Vladimir Krivosheev 73a89bec29 IDEA-184929 JDOMExternalizableStringList must not require class attribute
(cherry picked from commit b07b9a4)
2018-01-16 11:31:23 +01:00
alexey.afanasiev 3e78e894df Remove internal flag on "Convert to @CompileStatic" action 2018-01-16 13:27:21 +03:00
Vladislav.Soroka 8c1236db23 IDEA-182983 "Import Maven projects automatically" setting is not respected when unchecked 2018-01-16 13:09:36 +03:00
alexey.afanasiev 0a49b38cb6 IDEA-184690 Wrong 'not applicable' behaviour 2018-01-16 13:07:44 +03:00
Denis Fokin bf125d01b2 IDEA-106716 Unity: Idea takes away focus after first window activation
Let the frame to request focus if the Application is active
2018-01-16 13:01:53 +03:00
Roman Shevchenko 3f985feff7 Cleanup (duplicate) 2018-01-16 10:42:59 +01:00
Maxim Kropotov 52c108c216 js extract function: option for inplace 2018-01-16 12:41:29 +03:00
Roman Shevchenko 02e7e439d0 [jps] migrates to new Java version parser 2018-01-16 10:37:27 +01:00
Denis Fokin ba47eb9cb7 Invoke doWhenFocusSettlesDown on EventDispatchThread 2018-01-16 12:34:28 +03:00
Dmitry Batrak b8743f08d1 registry option to keep completion hints even longer
(until they move out of sight)
2018-01-16 12:26:36 +03:00
Dmitry Batrak bdb86162aa keep ParameterInfoHandler instances stateless
move state from MethodParameterInfoHandler to controller (ParameterInfoController)
2018-01-16 12:25:02 +03:00
Anton Tarasov 86f30656a2 [followup] IDEA-184383 Large icons since 2017.3 2018-01-16 12:21:13 +03:00
Egor Ushakov c631c1d1b7 EA-97378 - assert: ValueDescriptorImpl.getValue 2018-01-16 11:53:21 +03:00
Tagir Valeev b43ff93a17 ToArrayCallWithZeroLengthArrayArgumentInspection: CallMatcher used to match toArray()
Review ID: IDEA-CR-28526
2018-01-16 15:47:44 +07:00
Alexander Kass 4a712d0067 new EXA icon DSGN-4371 2018-01-16 11:33:29 +03:00
Egor Ushakov f60f9cc7b8 cleanup: unused imports 2018-01-16 11:30:37 +03:00
Nicolay Mitropolsky b55c3e7714 Uast: deprecating JvmDeclarationUElement 2018-01-16 11:26:17 +03:00
Tagir Valeev 38d7f010f4 ObviousNullCheck: warn for "this" expression 2018-01-16 14:04:18 +07:00
Tagir Valeev dcd2ec867c IDEA-184862 Detect dangerous toArray with size calls
Now ToArrayCallWithZeroLengthArrayArgumentInspection may warn in both ways suggesting either to convert pre-sized array to empty or vice versa
2018-01-16 13:25:42 +07:00
Dmitry.Krasilschikov 3f56f4679d RUBY-20720 run anything popup
* open addExtension method and reuse it
* implement different laf editors with icons handler
2018-01-16 00:52:36 +03:00
Aleksey Pivovarov 31aa3fe35a file structure: restore sort options defaults in popup
* sort alphabetically

follow-up: c380f0cbc1
2018-01-15 23:35:47 +03:00
Vladislav.Soroka a07fabd95e Gradle: catch invalid path exceptions during sources/javadoc attachment 2018-01-15 22:44:42 +03:00
Anna Kozlova e037922937 applicability: get call expr from anonymous class (IDEA-184965) 2018-01-15 20:27:05 +01:00
Vladislav.Soroka 7ac397bb3d gradle: do not use gradle daemon while debugging gradle scripts using the groovy run configuration 2018-01-15 22:08:39 +03:00
Andrey Vlasovskikh 9977d85358 PyCharm 2018.1 EAP version 2018-01-15 21:50:14 +03:00
Andrey Vlasovskikh b58c3b4342 PyCharm 2018.1 EAP artwork 2018-01-15 21:47:33 +03:00
Vassiliy.Kudryashov 6348898ef2 Close 'Find in Path' on single click outside 2018-01-15 21:42:49 +03:00