Commit Graph
187232 Commits
Author SHA1 Message Date
Tagir Valeev 1820f2db99 StreamToLoopInspection: allow custom sources when option is set 2017-01-24 15:34:50 +07:00
Yaroslav Lepenkin 28f8e7760b [param hints] more flaky test logging part2 2017-01-24 11:32:30 +03:00
Dmitry Avdeev dffbdb5b87 removeTemplate behaviour restored 2017-01-24 10:55:28 +03:00
Dmitry Avdeev 8ffc3bfb2b IDEA-166188 The label is located lower than it should 2017-01-24 10:28:04 +03:00
Dmitry Avdeev dd65cd6cea cleanup 2017-01-24 10:20:39 +03:00
Dmitry Avdeev b3404163ca IDEA-155075 Why file template settings are marked as per-project? 2017-01-24 10:03:29 +03:00
Tagir Valeev ed51fbe99b LambdaRefactoringUtil#convertToLambda: check context when deciding whether to add qualifier 2017-01-24 13:56:26 +07:00
Konstantin Bulenkov 00d112dc00 Merge remote-tracking branch 'origin/master' 2017-01-24 03:00:00 +03:00
Konstantin Bulenkov 181f36567c Activate the ide frame on request from Toolbox App 2017-01-24 02:58:51 +03:00
Julia Beliaeva ebc968da04 [ui] search text field on mac has minimum size to accommodate icons 2017-01-24 01:54:12 +03:00
Konstantin Bulenkov f6310d9d50 Merge remote-tracking branch 'origin/master' 2017-01-24 01:47:28 +03:00
Konstantin Bulenkov 04f5685f1c add missing move-to-button_dark.png 2017-01-24 01:45:07 +03:00
Konstantin Bulenkov 415316175f add maximize.png 2017-01-24 01:41:20 +03:00
Konstantin Bulenkov ebbacc86e2 remove unused darcula icon for YouTrack 2017-01-24 01:26:39 +03:00
Konstantin Bulenkov 473a46ab7f remove darcula icons for edit 2017-01-24 01:21:31 +03:00
Konstantin Bulenkov e21c3cd62d remove frame_background.png 2017-01-24 00:39:19 +03:00
Konstantin Bulenkov 65782e2ca3 update icons by size 2017-01-24 00:35:26 +03:00
Konstantin Bulenkov 54849b3f6a remove unnecessary darcula icon 2017-01-23 23:46:20 +03:00
Konstantin Bulenkov 5628c71aad remove forward@2x_dark.png as duplicate of forward@2x.png 2017-01-23 23:43:30 +03:00
Vassiliy.Kudryashov a62329693a Use registry key ide.splitter.mouseZone (it's 6 by default) instead of hardcoded '6' 2017-01-23 23:01:46 +03:00
vadim.lomshakov 6416fd399d [rider]: allowed to fire parameter info updates via an external provider 2017-01-23 22:22:00 +03:00
Ekaterina Tuzova 1153bfcabd fixed relogin to stepic problem with user id 2017-01-23 20:13:08 +03:00
Aleksey Pivovarov b400f3cc7c icons.gant: run size checks only on icons 2017-01-23 19:37:39 +03:00
Aleksey Pivovarov 14f62e1e75 icons.gant: cleanup 2017-01-23 19:36:42 +03:00
Aleksey Pivovarov 7fbbfbfa76 icons: fix typo in tips&tricks images 2017-01-23 19:06:04 +03:00
Roman Shevchenko 8771d1b5a0 [platform] notifies a user when native file watcher is not supported on a platform (IDEA-CR-17629) 2017-01-23 18:51:22 +03:00
Yaroslav Lepenkin 96278e9e2c [param hints] more flaky test logging 2017-01-23 18:49:35 +03:00
Egor.Ushakov 602a4736a2 fixed access to private outer class methods with params 2017-01-23 18:40:08 +03:00
Vladimir Krivosheev 6d5e2bcf49 IDEA-CR-17317 digest if module ext doesn't implement state tracker 2017-01-23 15:59:29 +01:00
Vladimir Krivosheev 1a895a2315 cleanup — prefer multiCommit(list) method 2017-01-23 15:59:29 +01:00
Roman Shevchenko e65abc10c6 Merge remote-tracking branch 'origin/master' 2017-01-23 17:49:37 +03:00
Mikhail Golubev e2d64f0cd8 PY-20633 PY-9764 Change the code sample to better show effect of the new options 2017-01-23 17:41:20 +03:00
Mikhail Golubev c0880210ab PY-20633 Wrap only multiline "from" imports in parentheses
Effectively, I've removed "Always" variant of "Force parentheses" option.
It doesn't seem that people ever need to wrap one line "from" imports in
parentheses, so there is no point in making code style settings more
complicated. We can return combo box with "Always" variant later
if someone specifically asks for it.
2017-01-23 17:41:20 +03:00
Mikhail Golubev 466af87373 PY-9764 Allow to force trailing comma in multiline "from" import statements 2017-01-23 17:41:20 +03:00
Mikhail Golubev 6f7faffcc3 PY-20633 Allow to forcibly surround "from" imports with parentheses
As in case with similar options for braces in Java and other languages
there are three variants of behavior: don't force, force always, and
force if the corresponding statement spans multiple lines.
In either way, the option is applied only if "from" import contains
more than one imported name.

PY-20633 Allow to wrap only multiline "from" imports in parentheses
2017-01-23 17:41:20 +03:00
Mikhail Golubev 329c03abd9 Consider option about new line after opening brace in dicts when aligning closing one
Because this setting causes hanging indent to appear on reformat.
2017-01-23 17:41:20 +03:00
Mikhail Golubev c5a51bf665 PY-20633 Don't need to call reformat twice to move right parenthesis in from imports sometimes 2017-01-23 17:41:20 +03:00
Mikhail Golubev 17c24b9daf PY-20633 Options to put open/close parentheses in "from" imports on their own lines 2017-01-23 17:41:20 +03:00
Mikhail Golubev 2e90002d69 PY-20633 Allow to configure wrapping policy for names in a "from" import 2017-01-23 17:41:20 +03:00
Mikhail Golubev 657c0f6981 PY-10182 Add examples for "Hang closing brackets" in code style preview 2017-01-23 17:41:20 +03:00
Roman Shevchenko ac099ff89f [ui] perm. gen -> metaspace in OOME dialog (IDEA-165796) 2017-01-23 17:27:42 +03:00
Anton Tarasov a924224414 IDEA-166179 [followup] Font size is not preserved after updating to EAP build
JBUI.scaleFontSize shouldn't be used to restore user's font settings as it may screw it.
2017-01-23 17:17:31 +03:00
Dmitry Avdeev d92daf36b2 IDEA-166807 IntelliJ does not recognize and deletes project shared file templates 2017-01-23 17:11:50 +03:00
Egor.Ushakov cfe73f8927 honor capture point enabled state 2017-01-23 17:08:07 +03:00
Vassiliy.Kudryashov 1ebf5bca48 IDEA-166759 The cursor while over one ToolWindow sees another border toolwindow, located behind 2017-01-23 16:34:50 +03:00
Anna Kozlova edac6e4874 make static: fix inner class check (IDEA-166983) 2017-01-23 16:24:03 +03:00
Egor.Ushakov 3a219b6c01 fixed popup borders with new hidpi 2017-01-23 16:20:57 +03:00
Anton Makeev 5a4d2b160f EmptyProgressIndicator.notNullize doesn't log info 2017-01-23 14:19:44 +01:00
Aleksey Pivovarov 03ae7840e0 vcs: remove unused icon 2017-01-23 16:16:02 +03:00
Aleksey Pivovarov deee2a3fcb icons: remove @2x_dark icons that are equal to the @2x ones 2017-01-23 16:16:02 +03:00