Commit Graph
144368 Commits
Author SHA1 Message Date
Anna Kozlova 62b540f862 inplace introduce parameter: ensure that parameter is not deleted if not all occurrences are replaced 2014-12-23 14:17:31 +01:00
Anna Kozlova 534f8ad773 automatically rename overloads (IDEA-131926) 2014-12-23 14:17:30 +01:00
Kirill Likhodedov 169bf44357 [git] IDEA-81563 Correctly identify Git root for submodule changes
When the submodule is changed in the super-project, the root of this
change is this super-project, not the submodule root.

In particular, this led to exception when trying to merge conflicts
when one of conflicts was the submodule.
2014-12-23 16:03:02 +03:00
Dmitry Avdeev b284bfc85f TitleCapitalizationInspection: multiple returns 2014-12-23 15:56:49 +03:00
Dmitry Avdeev 73cb176588 fixing test 2014-12-23 15:56:47 +03:00
Mikhail Golubev 4170dcd29c IDEA-125176 Use URIBuilder to construct URLs with query parameters 2014-12-23 15:47:38 +03:00
Mikhail Golubev c6f0821bd8 IDEA-125176 Trello migration to HttpClient 4.x (initial) 2014-12-23 15:47:38 +03:00
Mikhail Golubev 6c65e50969 IDEA-125176 Use helper classes from TaskUiUtil in TrelloRepositoryEditor
Also I cleaned up a bit: added missing @Nullable annotations and
final modifiers for local variables. Field `myMoved` in TrelloList
is not persisted any more.
2014-12-23 15:47:38 +03:00
Egor.Ushakov 1d4a9ac868 do not show inline editor if base tree is already hidden 2014-12-23 15:07:09 +03:00
Roman Shevchenko b2b1ace31c platform: restart build process on Java compiler settings modification
(support request #48593)
2014-12-23 13:03:03 +01:00
Vladislav.Soroka d5f0977992 IDEA-134622 Gradle projects and symbolic links 2014-12-23 14:53:33 +03:00
Liana Bakradze 40b18ac42f synchronize courses after update for custom projects 2014-12-23 14:51:40 +03:00
Dmitry Avdeev bb289c8c00 IDEA-134502 Custom file templates are gone 2014-12-23 13:48:14 +03:00
Anna Kozlova f3ad03babd typo (IDEA-134629) 2014-12-23 11:42:44 +01:00
Anna Kozlova 083e522f02 extract method: disable visibility choice when target class is interface (IDEA-134635) 2014-12-23 11:42:43 +01:00
Anna Kozlova afc3e23260 extract method: disable make static when extracting from default method; ensure static extracting from constant in interface (IDEA-134636) 2014-12-23 11:42:42 +01:00
Anna Kozlova a40532d63f safe delete: ensure @Overrides are deleted according to selected methods in overriding methods chooser (IDEA-111191) 2014-12-23 11:42:41 +01:00
Vladimir Krivosheev e4e4ad6ab6 CPP-1805 Build 140.1221.2 fails to run 2014-12-23 11:22:37 +01:00
Mikhael Bogdanov e49a98928d IDEA-134483 Support kotlin inline functions debugging 2014-12-23 13:15:21 +03:00
Mikhail Golubev 11ba3e0e2d PY-14774 Hide annotations for *args/**kwargs parameters in "Change signature" dialog
It was done already for normal (not starred) parameters of function.
Validation of names (parts after leading '*') for such parameters is
performed now as well.

I've also added a few more warnings in "Change signature"
dialog, namely:

* Multiple parameters with single or double star
* Several starred parameters have the same name
2014-12-23 12:50:44 +03:00
Vladislav.Soroka 099cd884c9 gradle: unused code removed 2014-12-23 12:40:08 +03:00
Vladislav.Soroka 17e57a3fc1 IDEA-134657 gradle: test resources should appear earlier than production resources in test classpath 2014-12-23 12:31:01 +03:00
Vladimir Krivosheev 6e36976526 rename to read* 2014-12-23 10:22:30 +01:00
Egor.Ushakov 4256881593 IDEA-134572 Watch edit by mouse click is triggered when it should not 2014-12-23 12:17:59 +03:00
Vladislav.Soroka e56e740ce2 maven: extra call to scheduleResolve removed, details at IDEA-124294 Maven import is done twice 2014-12-23 11:45:41 +03:00
Dmitry Trofimov ac9f354879 Merge remote-tracking branch 'origin/master' 2014-12-23 02:11:10 +01:00
Dmitry Trofimov 943975c8df Kill CheckOutputThread on stoptrace (PY-12782). 2014-12-23 02:03:45 +01:00
Dmitry Trofimov 9581ebde0b Fix debugger output transmission after program termination for remote debug and save_signatures mode (PY-13861). 2014-12-23 01:58:20 +01:00
Michael Golubev a9a09f01e5 Docker integration - Start/Stop container actions 2014-12-22 22:34:07 +01:00
Roman Shevchenko 6cc18c1280 Merge remote-tracking branch 'origin/master' 2014-12-22 21:22:07 +01:00
Roman Shevchenko 5ab34cafee Cleanup (dead code; duplicates; formatting) 2014-12-22 21:20:40 +01:00
Roman Shevchenko 0a75a37bd3 IDEA-134631 (correct modality for plugin update notification) 2014-12-22 21:01:05 +01:00
Dmitry Jemerov 30dedba32c fix merge 2014-12-22 20:59:21 +01:00
Dmitry Jemerov f795ea114e Use PsiPackage.getChildren() to get the list of nodes to show. Add API in JavaCoverageExtension to allow showing summary data for elements which aren't classes or packages. Add another API to store coverage data for some of the .class files for which we weren't able to locate the source code, and to include the coverage data for those classes in package-level summary statistics. 2014-12-22 20:58:11 +01:00
Dmitry Jemerov 790db948e8 add PsiPackage.getChildren() API and corresponding extension API in PsiElementFinder.
(In Kotlin, packages really contain files rather than classes, and the new API allows to enumerate the files contained in the package, even if those files contain only top-level functions and no classes.)
2014-12-22 20:58:11 +01:00
Roman Shevchenko a12ceac870 platform: restart IDE notifications/dialogs unified 2014-12-22 20:56:24 +01:00
Denis Fokin 4e026aed26 An exception is fixed 2014-12-22 22:08:06 +03:00
Yaroslav Lepenkin 8e5bf0aa2e RearrangeCodeProcessor: removed unused parameter 2014-12-22 21:55:55 +02:00
Yaroslav Lepenkin 8c8d63a496 run only one AbstractLayoutCodeProcessor, changed order of processing for single file: first comes optimize imports, because it prepares some info for further processing. (IDEA-134402) 2014-12-22 21:55:55 +02:00
Bas Leijdekkers 5f41df940d SSR: do ui work on swing thread 2014-12-22 19:49:09 +01:00
Bas Leijdekkers 39afbd217c expand and clarify SSR variable tool tips 2014-12-22 19:49:09 +01:00
Egor.Ushakov 7f10fb8f4f IDEA-131991 Debugger: Referring Objects can't update on View As 2014-12-22 21:45:47 +03:00
Egor.Ushakov 70e786e096 IDEA-132319 "View as" broken in evaluation dialog 2014-12-22 21:41:27 +03:00
Denis Fokin d0d7d1106b NullPointer fix 2014-12-22 21:36:41 +03:00
Dmitry Trofimov 0e49bd9409 Merge remote-tracking branch 'origin/master' 2014-12-22 19:34:36 +01:00
Anna Kozlova 753c71ff31 track running test: cleanup user selection (allow to track further) when newly started test equals to selection (IDEA-124030) 2014-12-22 19:25:31 +01:00
Anna Kozlova 53a130122e infer types for PsiTypeElement: since added 2014-12-22 19:25:30 +01:00
Denis Fokin 1c1d184de1 MacMessageException -> MessageException (exception fix) 2014-12-22 21:18:46 +03:00
Elizaveta Shashkova dada824558 Merge branch origin/master 2014-12-22 20:53:52 +03:00
Elizaveta Shashkova 65dc466aac fix PY-14779 and refix PY-14649 2014-12-22 20:53:40 +03:00