Commit Graph
189939 Commits
Author SHA1 Message Date
peter 2dcd8d24ba java completion: no case enumConstant suggestions where inapplicable (IDEA-168749) 2017-02-27 14:53:56 +01:00
peter dfa6ae7f6f be prepared to some crazy ChooseByName models that put "non-prefix matches:" as the first item (EA-92486 - assert: ContributorsBasedGotoByModel.getElementName) 2017-02-27 14:37:49 +01:00
Vladimir Krivosheev 4e01a68e2a IDEA-168764 modules.xml is not updated if module path is changed 2017-02-27 14:26:04 +01:00
Dmitry Batkovich a20fcce5bc javac ast indices: handle propertyChanged event instead of beforePropertyChanged 2017-02-27 16:20:52 +03:00
peter f0681d00b4 IdeMessagePanel: check for project.disposed in invokeLater (EA-97346 - Throwable: ObjectTree.rememberDisposedTrace) 2017-02-27 14:13:19 +01:00
peter 38776ed827 fix dfa when a notnull parameter is assigned to null 2017-02-27 14:04:04 +01:00
Denis Fokin 84cd1dd65e IDEA-168756 Occasional IAE when invoking generate from usage popup 2017-02-27 15:42:14 +03:00
Vladimir.Orlov e9de72fec4 Merge remote-tracking branch 'origin/master' 2017-02-27 15:31:14 +03:00
Vladimir.Orlov efd3e5266a Patches: skip update action for files which do not have root folder.
Example: patch for jre(jre64) which can be absent (not installed).
2017-02-27 15:26:43 +03:00
Alexey Kudravtsev 0b16edc341 more specific inspection languages to prevent them from running on unrelated files 2017-02-27 15:18:59 +03:00
Alexey Kudravtsev db9552e1d9 more early checks for the inspection running on unrelated file 2017-02-27 15:18:16 +03:00
Alexey Kudravtsev 9afdb0e181 inherit language for the local inspection from the corresponding global one to prevent them running on unrelated files 2017-02-27 15:16:53 +03:00
Alexey Kudravtsev 7e434c6521 prevent UI-designer-specific inspections to run on every java file and use more specific language for UI-form file inspections 2017-02-27 15:14:38 +03:00
Vladimir Krivosheev 82e2ff6572 add x-ijt to allowed headers 2017-02-27 13:06:26 +01:00
Vladislav.Soroka 7469ae5161 ChangesView tip of the day updated 2017-02-27 14:49:23 +03:00
Valentin Fondaratov c27b4e2432 RUBY-19105: allow block sequences right under sequence items 2017-02-27 14:33:43 +03:00
peter b7f4c1ddb0 greenify SaveAsTemplateAction (IDEA-CR-18548) 2017-02-27 12:25:37 +01:00
peter fb5be8bdac correct PsiEnumConstant#isDeprecated (IDEA-168740) 2017-02-27 12:25:37 +01:00
peter 85696d7125 document document commit threading requirements 2017-02-27 12:25:37 +01:00
Konstantin Bulenkov 36f87d0438 RIDER-4427 Select Solution Path window assistive text is too small on High DPI displays 2017-02-27 12:16:52 +01:00
Ekaterina Tuzova d37c134432 reverted tests back 2017-02-27 14:12:58 +03:00
Ekaterina Tuzova 31d5224b22 PY-22822 Wrong behaviour of Emacs Tab and FormattingModelInconsistencyException 2017-02-27 14:12:58 +03:00
Valentin Fondaratov 706239f214 RUBY-19104: respect tags when processing scalar values 2017-02-27 13:48:29 +03:00
Tagir Valeev 0deb0dac6f Migrate to simplified collection: Map support 2017-02-27 17:23:21 +07:00
Tagir Valeev 05a2a29300 Migrate to simplified collection: i18n 2017-02-27 16:34:09 +07:00
Tagir Valeev 5459f1f931 Migrate to simplified collection: disable if null or repeating constant value; checkbox to not warn on non-constant content 2017-02-27 16:30:49 +07:00
Tagir Valeev afc78ac84b Migrate to simplified collection: moved to Migration/Java 9 group 2017-02-27 16:30:48 +07:00
Maxim Kropotov a21a33fa3c WEB-25551 Show HTML code style when you search for JSX 2017-02-27 12:22:21 +03:00
Alexander Kass 3d2f4f5c90 DBE: pass value from editor on-the-fly (in mappings) 2017-02-27 11:20:27 +03:00
Vladimir.Orlov 16e2a4af17 JRE bundled folder structure changed: jre/jre/.. -> jre/..
IDEA-166909 Compiling 1.5 with JDK9 problem
2017-02-27 09:02:31 +03:00
Tagir Valeev f8f7f60fd6 IDEA-167942 Migrate to simplified collection factories (JEP 269): support explicit addition chain 2017-02-27 10:35:34 +07:00
Tagir Valeev 2dda8819cc IDEA-167942 Migrate to simplified collection factories (JEP 269): initial implementation (supported scenarios 2, 3, 4 for sets and similar for lists) 2017-02-27 10:35:34 +07:00
Kirill Likhodedov 671c9cee20 vcs tests: simplify: remove tearDown
It just calls something on the real CLM, which is not used in this test
2017-02-26 21:46:12 +00:00
Kirill Likhodedov fbd634122b vcs tests: simplify: just pass the CLM instance to the constructor 2017-02-26 21:45:19 +00:00
Andrey Starovoyt ef24287859 typescript: support quick fixes for ts2.2 2017-02-26 18:29:50 +03:00
Kirill Likhodedov ae3eb30b1c Disable "Merge" button for directories (submodules)
It makes no sense (without special UI for merging submodules),
and it fails while trying to load the file content.

Fixes IDEA-135368
2017-02-26 15:15:56 +00:00
Kirill Likhodedov 1f95ede9ce git merge: fail safe: LOG.error instead of assert 2017-02-26 15:15:56 +00:00
Kirill Likhodedov 116f83e679 git merge: don't fail if file content can't be retrieved
The merge button should be disabled in this case,
but let's avoid the exception as it is done for other revisions.
2017-02-26 15:15:56 +00:00
Kirill Likhodedov 788cddb3b1 Teardown lateinit property only if it was initialized 2017-02-26 15:15:55 +00:00
Kirill Likhodedov 66302d5a31 Fix a couple of notification assertions in Git tests 2017-02-26 15:15:55 +00:00
Anton Makeev 6d299eb126 CPP-819 Support MSVC toolchain: enable support in registry 2017-02-26 15:47:35 +01:00
Kirill Likhodedov 41a630c6ec NotNull 2017-02-26 11:09:40 +00:00
Kirill Likhodedov d4f00a3df8 Fail safe in case of "conflict not found" issue during git merge
assertTrue just logs the message and doesn't prevent the NPE on the
next line.
2017-02-26 11:05:14 +00:00
Vladislav.Soroka c5c5c3ffc0 gradle: deduplicate module names across IDE project (IDEA-168284, IDEA-159811, IDEA-167974, IDEA-164489, IDEA-133950) 2017-02-26 10:54:04 +03:00
peter 1d83f8497f be ready to INRE while detecting indents (EA-97317 - INRE: FileBasedIndexImpl.handleDumbMode) 2017-02-25 20:23:14 +01:00
peter 7316d13f05 fix EA-97656 - NPE: SingleRootFileViewProvider.findElementAt 2017-02-25 20:23:13 +01:00
Bas Leijdekkers 016cdb34ce clarify default inspection description generated by DevKit 2017-02-25 14:47:27 +01:00
Bas Leijdekkers cb53fe96ea fix <!-- tooltip end --> problems in a few more inspection descriptions 2017-02-25 14:47:27 +01:00
Bas Leijdekkers dddf317695 fix <!-- tooltip end --> problems in Java 8 inspection descriptions 2017-02-25 14:47:26 +01:00
Bas Leijdekkers 6a379d0668 fix <!-- tooltip end --> problems in Groovy inspection descriptions 2017-02-25 14:47:26 +01:00