Commit Graph
215659 Commits
Author SHA1 Message Date
Anna.Kozlova 924e032bbf lvti: reject initializing var with void (IDEA-188623) 2018-03-20 19:58:02 +01:00
Anna.Kozlova ba3eb90b09 junit 5: tag expression validation (IDEA-185341) 2018-03-20 19:58:02 +01:00
Anna.Kozlova 1422a385bf view tests diff: disable cycling like e.g. in Local Changes (IDEA-187387) 2018-03-20 19:58:01 +01:00
Semyon Proshev 462d01af13 Visit function only once to collect all container usages (PY-2264) 2018-03-20 21:37:47 +03:00
Semyon Proshev ad83684496 Reduce code duplication (PY-2264) 2018-03-20 21:37:46 +03:00
Semyon Proshev 04d20546f5 Check that **kwargs has no more usages than calls and subscriptions (PY-2264) 2018-03-20 21:37:46 +03:00
Dmitry Jemerov adc05e197d Decouple DefaultChooseByNameItemProvider from ChooseByNameBase
Allow using name filtering logic without a complete ChooseByNameBase
instance
2018-03-20 19:31:23 +01:00
Dmitry Jemerov 2365103a4b Expose RowIcon.getAllIcons() to public API 2018-03-20 19:31:23 +01:00
Vassiliy.Kudryashov acb19afa95 IDEA-186881 Improve Data Sharing options dialog
Make margins/insets consistent
2018-03-20 21:11:33 +03:00
Alexander Lobas 9d4f892059 IDEA-186805 Rework plugin page for settings dialog: design review 2018-03-20 21:05:54 +03:00
Ekaterina Tuzova 4e15dca92f groovy relative paths 2018-03-20 20:41:21 +03:00
Ekaterina Tuzova 5688f21fb3 add script to build idea with edu plugin bundled 2018-03-20 20:41:21 +03:00
Ekaterina Tuzova 52a86cb56a extract edu-build-dependencies modules from python 2018-03-20 20:41:20 +03:00
Artem Bochkarev 6d7c3d4132 IDEA-163208: refactoring for obj-c code
Also implemented alpha-images and popovers support
2018-03-20 23:50:00 +07:00
Nikolay Kuznetsov 8205c4a8ba Also wait for CalcThread termination when reopening search everywhere popup
(cherry picked from commit 9ba2c48 in Rider fork)
2018-03-20 17:48:05 +01:00
Nikolay Kuznetsov d3d81e10a4 Also use proper synchronization around cancellation of CalcThread when navigating
(cherry picked from commit fb3fdba from Rider fork)
2018-03-20 17:48:05 +01:00
Michael Golubev e1b3316026 IDEA-CR-30793 - addressing minor comments
- 'return value is not used' warning fixed
- better names for some methods
2018-03-20 17:38:38 +01:00
Dmitry Batrak 0a2a585402 remove usages of deprecated LogicalPosition members 2018-03-20 19:27:14 +03:00
Dmitry Batrak 3405ec6b36 add a comment (following IDEA-CR-30838) 2018-03-20 19:27:14 +03:00
fitermay b8de320eb6 PY-28911: Prevent pydevd_tracing.SetTrace from being reentered
As it causes a deadlock on a non-recursive lock
2018-03-20 19:04:28 +03:00
Anna.Kozlova ad23846b03 javadoc: generate plain links to avoid monospaced fonts in annotations section 2018-03-20 17:00:29 +01:00
Anna.Kozlova 55ec20696b junit 5.1: extend list of checked @value args (IDEA-188606) 2018-03-20 17:00:29 +01:00
Anna.Kozlova 07060b5fb3 fix optimize imports on the fly settings path 2018-03-20 17:00:29 +01:00
Anna.Kozlova add6b98082 junit 5.1: don't suggest private for extension fields (IDEA-188590) 2018-03-20 17:00:29 +01:00
nik 769b2f2808 'Project Structure' dialog: fixed warning icon (IDEA-188607) 2018-03-20 18:52:29 +03:00
Dmitry Batrak 4967c2d211 IDEA-188396 focus quick doc popup when switching from doc tool window 2018-03-20 18:34:23 +03:00
Dmitry Avdeev 911a6d8643 IDEA-188241 Hide AS icons for not Android projects 2018-03-20 18:31:53 +03:00
Alexey Ushakov 6e3c1f5adb Updating versions of project dependencies: jdkBuild->u152b1194.5
Alexey Ushakov
2018-03-20 18:20:56 +03:00
Bas Leijdekkers 673ca5bc62 SSR: don't catch ProcessCanceledException 2018-03-20 16:18:57 +01:00
Bas Leijdekkers 042db05a60 SSR: remove artificial expression replacement limitation (WI-35509) 2018-03-20 16:18:57 +01:00
Bas Leijdekkers 0656f7b3e3 SSR: fix php searching 2018-03-20 16:18:57 +01:00
Mikhail Golubev 7beaa6dace PY-27940 Try to parse pycodestyle.py errors even if stderr is not empty
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.
2018-03-20 18:07:56 +03:00
Daniil Ovchinnikov d369f60d9f [jvm-lang] make java and groovy languages implement JvmLanguage 2018-03-20 18:01:04 +03:00
Roman Shevchenko be0691205f [ui] logs incorrect action button icon; follow-up (EA-107137) 2018-03-20 15:59:39 +01:00
Daniil Ovchinnikov e5c3819e76 [jvm-lang] add ability to traverse super classes 2018-03-20 17:52:10 +03:00
Daniil Ovchinnikov 37e0ce4ca6 [jvm-lang] add JvmClass#findMethodsByName 2018-03-20 17:52:10 +03:00
Roman Shevchenko e7f8b0348c [ui] logs incorrect action button icon (EA-107137) 2018-03-20 15:14:22 +01:00
Vladimir Krivosheev 3bf458406f Components.dialog.ok param should return List<ValidationInfo>, so, client can validate dialog on ok 2018-03-20 15:10:27 +01:00
Daniil Ovchinnikov 5f92c38ef8 [jvm-lang] add JvmMetaLanguage 2018-03-20 16:55:56 +03:00
Irina.Chernushina fae67ce395 json schema: remove unused tracker, better sequence for clearing state
- in JsonSchemaServiceImpl
2018-03-20 14:44:35 +01:00
Irina.Chernushina 5d0479be8c json schema: nullability annotations, possible npe fixes, cleanup 2018-03-20 14:44:35 +01:00
Roman Shevchenko 7c3225907a [java] NPE in MethodReturnTypeMacro (EA-118342) 2018-03-20 14:41:03 +01:00
Dmitry Batkovich 4c267f29ba test discovery: make actions available without internal mode 2018-03-20 16:40:19 +03:00
Dmitry Batrak 472d029969 prevent fold regions from 'disappearing' if no one references them
supposedly fixes EA-107809 - AIOOBE: TIntArrayList.insert
2018-03-20 16:22:31 +03:00
Dmitry Batkovich 0ab773efd8 test discovery: rework local indices 2018-03-20 16:05:28 +03:00
Dmitry Batkovich a9bfeb082b Merge remote-tracking branch 'origin/master' 2018-03-20 16:00:48 +03:00
Vassiliy.Kudryashov e4ea25e63d IDEA-160977 Merge all similar threads
User's patch applied
2018-03-20 15:54:40 +03:00
Roman Shevchenko 1df5d696a2 Cleanup (migrates Cls* test to new code style API) 2018-03-20 13:46:11 +01:00
Roman Shevchenko 82de2c3645 Cleanup (ITN proxy API) 2018-03-20 13:46:11 +01:00
Alexey Kudravtsev 9c47bbbd1e light documents can be committed/changed outside EDT; adjust assertions accordingly 2018-03-20 15:32:27 +03:00