Commit Graph
195001 Commits
Author SHA1 Message Date
Tagir Valeev ed2d5b33fe SuspiciousArrayMethodCallInspection: erased types are compared (fixes IDEA-172742). As the corresponding argument accepts Object or Object[], exact generic signature cannot be always inferred. 2017-05-12 11:11:05 +07:00
Tagir Valeev d83bfc0b76 ReplaceExpressionUtil: identical branches collapsed 2017-05-12 10:57:59 +07:00
Tagir Valeev 5e6a620101 ReplaceExpressionUtil: "just for the case" -> "just in case" 2017-05-12 10:57:58 +07:00
Alexey Ushakovandbuilduser 84614cb9b4 Updating versions of project dependencies: jdkBuild->u152b851.4
Alexey Ushakov
2017-05-11 23:16:31 +03:00
Sergey Malenkov 641e280c77 IDEA-165089 Keymap configurable should not be marked as modified right after opening 2017-05-11 23:09:24 +03:00
Dmitry Batkovich e95b35fbc4 frequently used super class inspection: fix tests 2017-05-11 23:00:36 +03:00
Sergey Malenkov 0a2dcafb9f IDEA-165089 put the toolbar into the box and align with the right part 2017-05-11 22:22:47 +03:00
Sergey Malenkov 3569a4c4a9 IDEA-165089 add ability to remove a label before combobox 2017-05-11 22:03:55 +03:00
Sergey Malenkov 5490631f39 IDEA-165089 replace comment "Based on keymap" 2017-05-11 22:01:09 +03:00
Sergey Malenkov 4a6f9e2816 add javadoc after review 2017-05-11 21:11:36 +03:00
Sergey Malenkov 0ca434d8d2 IDEA-169924 fix some typos 2017-05-11 21:11:36 +03:00
Ekaterina Tuzova 6b29525825 PY-14740 Convert an .ipynb file to and from a standard .py file
added action convert *.py file to ipnb to the tools menu
2017-05-11 21:05:35 +03:00
Ekaterina Tuzova a510a8168a PY-14740 Convert an .ipynb file to and from a standard .py file
Implemented as action on toolbar
2017-05-11 21:05:35 +03:00
Egor.Ushakov a695f63c59 invoke addChildren only once 2017-05-11 20:54:04 +03:00
Egor.Ushakov 50637e34f0 Notnulls 2017-05-11 20:54:04 +03:00
Vladislav Rassokhin c89f9523f7 Improve single line comments folding in Java and Groovy so start/end of custom folding region won't break such folding 2017-05-11 20:50:11 +03:00
peter 176fc5fc0f performLaterWhenAllCommitted: be prepared to project disposal 2017-05-11 19:26:21 +02:00
Daniil Ovchinnikov 1faf5802fc [groovy] console: track 'Groovy Console' action invocations 2017-05-11 19:48:45 +03:00
Daniil Ovchinnikov be25ffab71 [groovy] highlight all keywords in lexer step, remove improper
highlighting later in annotator (IDEA-172530)
2017-05-11 19:33:03 +03:00
Ekaterina Tuzova 4521b55574 PY-14132 IPython Notebook: navigate to symbol from other cell doesn't scroll to the caret position 2017-05-11 19:19:15 +03:00
Ekaterina Tuzova 7d3470c97b do not create stubs in jupyter notebooks 2017-05-11 19:19:15 +03:00
Ekaterina Tuzova 96528a01c1 jupyter adds new line at the end 2017-05-11 19:19:15 +03:00
Ekaterina Tuzova 80855eb478 png jupyter could be stored as jsonarray 2017-05-11 19:19:15 +03:00
Ekaterina Tuzova d6132c9498 sometimes prompt number stored as * for evaluating cells 2017-05-11 19:19:15 +03:00
Ekaterina Tuzova 326e1dcc23 notebook validation 2017-05-11 19:19:15 +03:00
Ekaterina Tuzova fed6514a03 minor UI improvement 2017-05-11 19:19:15 +03:00
Ekaterina Tuzova ea0f6d295e PY-14224 show line numbers in code cell 2017-05-11 19:19:15 +03:00
Ekaterina Tuzova 09a375f234 move mathjax from ipnb resources to python helpers 2017-05-11 19:19:15 +03:00
Vassiliy.Kudryashov b87e458644 IDEA-172558 Progress popup is small by default 2017-05-11 19:02:18 +03:00
Roman Shevchenko 81a10e030b [platform] avoids calling external annotators on invalid PSI (EA-100527) 2017-05-11 17:56:15 +02:00
peter aa150af0a2 use generated test data for PropertiesEnterTest.testPerformance, cleanup
to avoid having Performance.properties file in our project (which confuses some people who even change it!)
2017-05-11 17:43:42 +02:00
peter a04d832121 ensure that editor opening is finished with the same document state as in background loading (IDEA-CR-20887) 2017-05-11 17:43:42 +02:00
peter 3ae40ca0fa distinguish ModalityState.NON_MODAL from a modality state where all entities have been gc-ed, greenify 2017-05-11 17:43:42 +02:00
peter 88bdc032be look for conflicts when replacing 'for' with its initialization (IDEA-CR-20896) 2017-05-11 17:43:42 +02:00
Sergey Malenkov 78dfecb7b2 IDEA-169924 do not scale a system font like editor 2017-05-11 18:38:21 +03:00
Sergey Malenkov a1ff26e3e7 IDEA-169924 do not select last crumb during initialization 2017-05-11 18:38:21 +03:00
Anna Kozlova ea31c5543f junit 5: search for method providers in the same class as test method 2017-05-11 18:35:39 +03:00
Anna Kozlova 981feac61b junit 5: skip meta annotations to highlight current file only 2017-05-11 18:35:39 +03:00
Anna Kozlova 071f35ba7d report meta annotations not annotated with @Retention(RUNTIME) (IDEA-172092) 2017-05-11 18:35:38 +03:00
Yaroslav Lepenkin 5a0fa7564e [parameter hints] provide hints for multi-resolved method for the same named arguments with flag "showOnlyIfExistedBefore". On deleting an argument from method call expression, hints will not flake even if we can't determine exact method. Also in such a case hints will not appear in some unclear situations, since using flag "showOnlyIfExistedBefore" 2017-05-11 18:10:17 +03:00
Yaroslav Lepenkin 1f86bd3986 [param hints] minor, refactoring 2017-05-11 18:10:17 +03:00
Roman Shevchenko d660f1806f Merge remote-tracking branch 'origin/master' 2017-05-11 17:06:08 +02:00
Roman Shevchenko 3adefa537f Cleanup (unneeded checks) 2017-05-11 17:05:38 +02:00
Dmitry Batkovich 2fd794b883 frequently used super class inspection: fix npe when classes has the same method not defined in base class 2017-05-11 17:59:56 +03:00
Dmitry Batkovich 21db96b0e9 frequently used super class inspection: rename "ok" -> "remove" in quickfix dialog 2017-05-11 17:59:56 +03:00
Dmitry Batkovich e7d32d45fc add new in 2017.2 2017-05-11 17:59:56 +03:00
Roman Shevchenko 28813e26c0 Cleanup (parameter names; duplication; annotations; formatting) 2017-05-11 16:59:36 +02:00
Kirill Kirichenko 7a3862b309 IDEA-171869 Win10 LAF ComboBox and PasswordField completed 2017-05-11 17:44:14 +03:00
Bas Leijdekkers 829b571792 IG: save intention changes in inspection profile (IDEA-172134) 2017-05-11 16:07:29 +02:00
Anton Tarasov c16ab09b1b IDEA-172571 IntelliJ IDEA won't start on Mac OS Sierra 2017-05-11 16:56:48 +03:00