Commit Graph
188967 Commits
Author SHA1 Message Date
Anna.Kozlova 770bd344ea ensure assignability for standalone expressions during applicability check (IDEA-159086) 2017-02-13 18:30:53 +01:00
Konstantin Bulenkov d720d1fd0d update groovy icons 2017-02-13 18:28:11 +01:00
Vladimir.Orlov cae45834cb Merge remote-tracking branch 'origin/master' 2017-02-13 20:18:24 +03:00
Vladimir.Orlov f80cbcb915 Reverted: Bundle jdk instead of jre+tools.jar.
IDEA-CR-18019
2017-02-13 20:14:55 +03:00
Vladimir Krivosheev bfb842d636 IDEA-167897 Unable to save settings: Failed to save settings. Please restart IntelliJ IDEA 2017-02-13 17:49:18 +01:00
Roman Shevchenko 0fcf98a800 Cleanup (unneeded @Nullable) 2017-02-13 17:44:17 +01:00
Gregory.Shrago 77d5371333 DBE-1481 Option to hide toolbar in database console. 2017-02-13 19:35:17 +03:00
Gregory.Shrago e125937059 drop @Nullable anno as in Function 2017-02-13 19:35:17 +03:00
Roman Shevchenko 1823787e7d Cleanup (formatting) 2017-02-13 17:27:23 +01:00
Alexandr Evstigneev 33166f491a Merge remote-tracking branch 'origin/master' 2017-02-13 19:21:49 +03:00
Daniil Ovchinnikov 6559d332c4 [spock] do not mark fixture and feature methods as 'may be static'
(IDEA-167919)
2017-02-13 19:18:50 +03:00
Alexandr Evstigneev c44b9a88e7 Merge branch 'hurricup/vcs-util' 2017-02-13 19:17:55 +03:00
Julia Beliaeva fc75e73c74 [vcs-log] when there are commits with both \u0001 and \u0003 symbols, try no to fail completely, but rather return commits that were loaded IDEA-156249 2017-02-13 19:05:18 +03:00
peter 1c5087dbbe make home/end navigate through editor during completion (IDEA-167531) 2017-02-13 17:00:58 +01:00
Vitaliy.Bibaev f60d3fd622 Add checks that the project was not disposed when receiving of component 2017-02-13 18:40:11 +03:00
peter cdb44e48d9 IDEA-168068 Project leak via PsiClassListCellRenderer#INSTANCE
Revert 3bea588f19
2017-02-13 16:34:36 +01:00
Daniil Ovchinnikov b9ff123402 [testFramework] allow to override actual source root creation 2017-02-13 18:18:40 +03:00
Bas Leijdekkers e9d6be263b RegExp: disable inspection for now, it produces too many false positives 2017-02-13 16:02:34 +01:00
Bas Leijdekkers c992bb7bb4 RegExp: new "Escaped meta character" inspection 2017-02-13 16:02:33 +01:00
Roman Shevchenko c4afec9848 Merge pull request #512 (https://github.com/JetBrains/intellij-community/pull/512) 2017-02-13 15:59:25 +01:00
Dmitry Avdeev 001d4f0652 Revert: IDEA-167825 Active project window is hidden under already opened projects
reverted due to problems with backgroundable tasks in Rider
2017-02-13 17:52:35 +03:00
Alexander.Kirsanov a7619de93f Add additional checks for document length in ConsoleViewImpl, don't run filters if the document is empty. Fixed highlightHyperlinksAndFoldings work for one-liners (RIDER-4390) 2017-02-13 17:44:53 +03:00
Anna.Kozlova b07d937dad miseed javadoc 2017-02-13 15:37:32 +01:00
Egor.Ushakov 7a69302c9b duplicate action for capture points 2017-02-13 17:34:06 +03:00
Vladimir Krivosheev 3ebf06dcd1 add test for int/float 2017-02-13 15:22:46 +01:00
Vladimir Krivosheev 150770b217 convert rest of UISettings to smart serializable properties 2017-02-13 15:22:45 +01:00
Vladimir Krivosheev 3f7599efac convert rest of UISettings to smart serializable properties 2017-02-13 15:22:44 +01:00
Vladimir Krivosheev 1cfe0a2ef9 convert rest of UISettings to smart serializable properties 2017-02-13 15:22:44 +01:00
Nadya Zabrodina 82ec776d1a [vcs]: Branch Popup - show all git local branches by default for 1 level
* add default expand value as a more parameter;
* for the second level popup - use collapsed state as a default for all;
2017-02-13 17:18:23 +03:00
Anna.Kozlova e24d26211e fix testdata 2017-02-13 15:07:10 +01:00
Dmitry Batrak f75a7b40b9 fix border painting in presence of inlays 2017-02-13 17:02:40 +03:00
Roman Shevchenko 41bcf88576 Cleanup (rolls back inadvertent change) 2017-02-13 15:00:48 +01:00
Roman Shevchenko f77dfccb10 [platform] fixes check for updates scheduling (EA-88384) 2017-02-13 14:54:13 +01:00
Anna.Kozlova ddd0bba30b ensure read action 2017-02-13 14:19:01 +01:00
Anna.Kozlova c902b68e86 external annotators: provide api for inspection; avoid long annotation under read action in batch (IDEA-165322) 2017-02-13 14:10:51 +01:00
Anna.Kozlova abfa41efdf applicability error: check inferred types by applicability substitutor (IDEA-167275) 2017-02-13 14:10:51 +01:00
Anna.Kozlova dfe0c02166 ensure evaluation don't downcast to long (IDEA-167984) 2017-02-13 14:10:51 +01:00
Mikhail Golubev 677046e3bc PY-20303 Log errors in the package browser to find the source of malformed URLs 2017-02-13 16:03:42 +03:00
Anton Tarasov b24d2a4e7e Fix drag of scaled gutter icons 2017-02-13 15:42:53 +03:00
Roman Shevchenko f498360872 Cleanup (formatting) 2017-02-13 13:25:09 +01:00
Roman Shevchenko f129fb5daf [java] reuses getName() and getNameIdentifier() methods for modules 2017-02-13 13:22:11 +01:00
Aleksey Pivovarov 79a9fd6831 ui: do not rewrite ShortcutSet for global actions while registering local shortcuts 2017-02-13 14:58:59 +03:00
Aleksey Pivovarov df575fae3f IDEA-167631 vcs: navigate to "Removed" files from changes 2017-02-13 14:58:59 +03:00
Aleksey Pivovarov 62288f223e vcs: do not mention paths for "Modified" changes twice 2017-02-13 14:58:59 +03:00
Konstantin Aleev ee4de41824 Shorten class names: RuntimeDashboard to RunDashboard 2017-02-13 14:57:24 +03:00
nik 06f059431e notification about errors in project is expired only if the problems are resolved (IDEA-167782) 2017-02-13 12:53:05 +01:00
Vladimir Krivosheev cdd39254a2 convert rest of UISettings to smart serializable properties 2017-02-13 12:48:19 +01:00
Vladimir Krivosheev 25bc4b3445 serialization: kotlin data class full support (initial, enabled only in tests for now) — catch NoSuchMethodException as indicator that kotlin reflection must be used to create class
filter nullability
2017-02-13 12:48:19 +01:00
Pavel Dolgov 8005c9f51d Javafx: Fixed IAE in JavaFxColorProvider - check that the color component is in the range (EA-96689) 2017-02-13 14:43:39 +03:00
Alexey Kudravtsev 6febaac0a8 project leak: a bunch of alarm requests are stuck after the background process completed 2017-02-13 14:36:51 +03:00