Commit Graph
176488 Commits
Author SHA1 Message Date
Bas Leijdekkers 46e4268b8f Fixed "Variable assigned to itself" quickfix (IDEA-148688) 2016-08-01 17:13:28 +02:00
Valentina Kiryushkina 7c44378da1 Fix after fixing migration from v3eap to v3: add ability to remove hints from answer placeholder dialog 2016-08-01 18:06:31 +03:00
Valentina Kiryushkina b39372b182 Fix multihints creation from stepic course after fixing migration from v3eap to v3 2016-08-01 18:01:08 +03:00
Mikhail Golubev 48fb961df1 IDEA-157507 Detect JIRA Cloud instances using base URL returned by /serverInfo
If base URL ends with "atlassian.net" we consider this repository hosted
on Atlassian servers and use cookie authentication with it.
2016-08-01 17:53:29 +03:00
Vladimir Krivosheev 9555c13fba IDEA-151793 IDEA failed to restart after plugins activation 2016-08-01 16:12:08 +02:00
Vladimir Krivosheev 9f24659cd7 cleanup 2016-08-01 16:04:30 +02:00
Vasily Pisar 568366f4b5 CPP-7222 Show custom CMake configurations
- custom CMake configurations supported in CMake console
2016-08-01 16:39:22 +03:00
peter 59381e94ae IDEA-158094 Auto-completion popup could display values when autocompleting constants 2016-08-01 15:37:27 +02:00
peter c5134ab31a IDEA-158071 Documentation of com.intellij.psi.tree.* API classes 2016-08-01 15:37:27 +02:00
peter 3d14836e35 IDEA-157287 'Complete statement' fail with lambda 2016-08-01 15:37:27 +02:00
peter aee0f1174b IDEA-159188 'Back' navigation fails if the 'Choose Declaration' popup was shown 2016-08-01 15:37:26 +02:00
liana.bakradze 5ee0f8cbd3 EDU-694 Change Course Info action not found 2016-08-01 16:15:33 +03:00
Egor.Ushakov 904502eb1b IDEA-159094 Filter exception breakpoints by catch location - show catch filters on popup 2016-08-01 16:11:57 +03:00
Aleksey Pivovarov 46cc6fc695 task: better support for @Mandatory checks
* make NullCheckingFactory public
* do not throw IAE on parse error
* do not fail on parsing 'null' values
2016-08-01 16:04:41 +03:00
Egor.Ushakov 8905faae1b IDEA-159094 Filter exception breakpoints by catch location - tests 2016-08-01 15:57:33 +03:00
Egor.Ushakov 1adcf182f0 IDEA-159094 Filter exception breakpoints by catch location - ui for catch class filters 2016-08-01 15:57:33 +03:00
Egor.Ushakov ad307c0cc8 avoid space at the end if exclude filters are empty 2016-08-01 15:57:33 +03:00
Egor.Ushakov 89e4a60d39 IDEA-159094 Filter exception breakpoints by catch location - extracted ClassFiltersField 2016-08-01 15:57:33 +03:00
Vladimir Krivosheev 7317555c6d deprecate FileTypeListener.Adapter 2016-08-01 14:36:35 +02:00
Alexander Zolotov 83a0365a14 Do not return disposed template state 2016-08-01 15:23:56 +03:00
Aleksey Pivovarov 92a60b087d github: fix tests
follow-up: 6f7d1a6f17
follow-up: fad925ee37
2016-08-01 15:01:54 +03:00
Vladislav.Soroka c30e857e00 IDEA-157804 Missing version in pom removes all dependencies from module 2016-08-01 15:00:39 +03:00
Ekaterina Tuzova ff7e355200 do not loose author name 2016-08-01 14:51:35 +03:00
Lada Gagina 1877923863 PY-12944 Add type checking for coroutines
Add type inference for 'yield from' return values.
2016-08-01 14:22:13 +03:00
Vladimir Krivosheev 5e5322cf2a deprecate ProjectLifecycleListener.Adapter 2016-08-01 12:02:51 +02:00
Vladimir Krivosheev 640aec156b do not use java 8 CompletableFuture — use our Promise instead
CompletableFuture requires us to explicitly add catch handler to avoid error swallow — but our Promise automatically logs error if no catch handler
(cherry picked from commit 78c1814)
2016-08-01 11:46:40 +02:00
Vladimir Krivosheev fe7474ea1f move promise impl to proectModel-api to use it in the analysis module
(cherry picked from commit a61147f)
2016-08-01 11:46:36 +02:00
Vladimir Krivosheev 96731dc020 move promise impl to proectModel-api to use it in the analysis module
(cherry picked from commit 3ab9396)
2016-08-01 11:46:31 +02:00
Vladimir Krivosheev 2ded590c29 cleanup
(cherry picked from commit 25c9ec6)
2016-08-01 11:46:25 +02:00
Vladimir Krivosheev 4934a5bf90 cleanup
(cherry picked from commit fd0fa25)
2016-08-01 11:46:20 +02:00
Vladimir Krivosheev 15d39129fa cleanup
(cherry picked from commit 90c18bd)
2016-08-01 11:46:12 +02:00
Vladislav.Soroka 92b3cec007 IDEA-157804 Missing version in pom removes all dependencies from module 2016-08-01 12:23:12 +03:00
Dennis Ushakov 9321ee96de better fix for list background that works with group titles 2016-08-01 11:50:06 +03:00
Alexey Utkin 587f7e3c5a IDEA-159243 Use the ColorGenerator class for per-variable highlighting semantic 2016-08-01 11:40:37 +03:00
Julia Beliaeva 68d05b4fee [file-history] move additional details creation out of createColumnList method 2016-07-31 19:19:02 +03:00
Julia Beliaeva 8706661b32 [file-history] convert myUpdateAlarm to local 2016-07-31 18:55:52 +03:00
Julia Beliaeva 5aff1593d4 [file-history] rearrange fields 2016-07-31 18:50:56 +03:00
Julia Beliaeva 5085f0e0c3 [file-history] reorder statements 2016-07-31 18:36:10 +03:00
Julia Beliaeva f94f8765be [file-history] inline showTree method 2016-07-31 18:30:43 +03:00
Julia Beliaeva db85823ec3 [file-history] replace wrapWithTreeElements with ContainerUtil.map 2016-07-31 18:30:42 +03:00
Julia Beliaeva 7e9f5e2f7b [file-history] remove myPopupActions field, rename createDualView -> setupDualView 2016-07-31 18:30:41 +03:00
Julia Beliaeva c7715f8f2e [file-history] use OnePixelSplitter proporion saving capabilities 2016-07-31 18:30:40 +03:00
Julia Beliaeva b2c269650b [file-history] inline supportsTree method 2016-07-31 18:30:39 +03:00
Julia Beliaeva 2358fa7aa6 [file-history] inline getVirtualParent method 2016-07-31 18:30:38 +03:00
Julia Beliaeva eb735934d2 [file-history] move TreeNodeOnVcsRevision out of FileHistoryPanelImpl 2016-07-31 18:30:35 +03:00
Julia Beliaeva d4b03c3787 [file-history] rename MyColumnWrapper -> FileHistoryColumnWrapper and move it out of FileHistoryPanelImpl 2016-07-31 18:29:58 +03:00
Julia Beliaeva 556c29b5bc [file-history] add some NotNull/Nullable annotations, lambdify 2016-07-31 18:27:11 +03:00
Julia Beliaeva e57fec5fee [file-history] rename MyToggleAction to MyShowDetailsAction 2016-07-31 18:27:10 +03:00
Julia Beliaeva 303966932e [file-history] move details panel class out of FileHistoryPanelImpl 2016-07-31 18:27:09 +03:00
Julia Beliaeva f58e130218 [vcs-log] update details & changes later for faster keyboard scrolling
When user moves through the table with arrows, each time selection is deleted and than added at a new row. To avoid updating details and changes twice each key press, update them later with expiring condition.
2016-07-31 08:12:12 +03:00