Commit Graph
181369 Commits
Author SHA1 Message Date
Anna.Kozlova e5ea93c403 create test: try to find module with test roots depending on current module (IDEA-162421) 2016-10-17 19:00:10 +02:00
Anna.Kozlova 75ac3842ff convert lambda to method reference: expand the acceptance range when not visible 2016-10-17 19:00:10 +02:00
Anna.Kozlova 2a8fc8cbc6 extract method object: process parameters as output variables (IDEA-162642) 2016-10-17 19:00:10 +02:00
Anna.Kozlova e80d2486b2 disable introduce functional parameter outside method:
EA-87518 - NPE: IntroduceParameterHandler$MyExtractMethodProcessor$MyAbstractExtractDialog.getChosenParameters
2016-10-17 19:00:10 +02:00
Dmitry Avdeev 70401e7ffa IDEA-162678 Version Control Local Changes (Git) does not grab focus when opened 2016-10-17 18:45:07 +03:00
nik db2f6375cb ContentManager: unused meaningless method marked as deprecated 2016-10-17 18:34:41 +03:00
Valentina Kiryushkina 966bf9a042 Fix PY-19842 If 'Tab' is used for choosing in auto-completion, then next symbol is deleted: 1) Parse string value of string literal when constructing substitution chunk reference 2016-10-17 18:15:27 +03:00
Valentina Kiryushkina 6d04482ac7 PY-19839 Fix patterns for keyword substitution for print, yield, true, false keywords Add tests 2016-10-17 18:15:27 +03:00
Valentina Kiryushkina 3a2a8f142c PY-19242 Add autocompletion for % format strings
* Extract separate completion provider for formatted string arguments add patterns
* Add tests
2016-10-17 18:15:26 +03:00
Maxim.Mossienko 3601222476 avoid extra field initialization 2016-10-17 17:12:44 +02:00
Maxim.Mossienko 7a82d4a283 avoid extra copying data during append 2016-10-17 17:12:44 +02:00
Roman Shevchenko aa7405f26a Cleanup (layout) 2016-10-17 16:59:51 +02:00
Elizaveta Shashkova e3f9dc0f96 Tests: fix python console npe 2016-10-17 17:52:20 +03:00
Dmitry Batrak 1468b5f0ef bring back notifications about forcibly enabled soft wraps (not working since commit 1c70e25) 2016-10-17 17:49:11 +03:00
Aleksey Pivovarov 3fb83747e1 merge: use non-greedy approach for "magic" conflict resolve
* it produces lots of confusing false-positive results
* move "greedy" approach under registry key
2016-10-17 17:13:09 +03:00
nik 2485cd2b47 build scripts: include actual build number into *.exe launcher attributes (IDEA-162192) 2016-10-17 16:22:42 +03:00
Aleksey Pivovarov f7bcc376c7 vcs: move dispose logic out of AnnotationFieldGutter 2016-10-17 16:15:25 +03:00
Aleksey Pivovarov 1bfe8a5380 vcs: remove duplication 2016-10-17 16:15:25 +03:00
Aleksey Pivovarov 93a8b7dd21 vcs: allow to get total line number in up-to-date revision 2016-10-17 16:15:25 +03:00
Aleksey Pivovarov 4ef5206325 vcs: simplify - remove recursive method calls 2016-10-17 16:15:24 +03:00
Aleksey Pivovarov 2bb64c1b33 vcs: extract LineAnnotationAspect-related logic from AnnotationFieldGutter
* move name shortener to the ShortNameType
2016-10-17 16:15:24 +03:00
Aleksey Pivovarov 06bb6defe1 vcs: cleanup - remove unnecessary parameter 2016-10-17 16:15:24 +03:00
Elizaveta Shashkova 6112e0cdae Tests: fix import error 2016-10-17 15:56:25 +03:00
Vladimir Krivosheev b301b92958 WI-33574 Authentication popup doesn't appear in case password is missing 2016-10-17 14:53:22 +02:00
Vladimir Krivosheev 11b8f5678a add signup param 2016-10-17 14:53:21 +02:00
Anton Tarasov e863423acf IDEA-162563 Action menus do not have icons under HiDPI linux 2016-10-17 15:49:20 +03:00
Alexey Kudravtsev dd6384ac01 made assertWriteAcquired() generate expensive garbage in tests and debug only 2016-10-17 15:43:07 +03:00
Alexey Kudravtsev c1ba655f17 cleanup 2016-10-17 15:35:53 +03:00
Alexey Kudravtsev fafb9d1efe notnull 2016-10-17 15:35:53 +03:00
Alexey Kudravtsev a0c0082210 removed suppressions for unused methods esp. since some of them are 2016-10-17 15:35:53 +03:00
Alexey Kudravtsev 56579ee98d concurrency issues in EA-89861 - NPE: TIntObjectHashMap.index 2016-10-17 15:35:53 +03:00
Alexey Kudravtsev 46bfaec762 removed deprecated usages 2016-10-17 15:35:53 +03:00
Elizaveta Shashkova f5b611b4a8 Fix multiline commands and some exceptions in Python Console again (PY-20616, PY-21104, PY-21103) 2016-10-17 15:29:20 +03:00
Dmitry Batkovich 9858aaf705 null argument checker: filter out unused parameters 2016-10-17 15:22:57 +03:00
Aleksey Pivovarov 1b2dbea09f github: fix repository list loading
* fix "repository already exists" check because of the organisation repository with the same name
* behavior of the API changed some time ago
2016-10-17 14:58:09 +03:00
Anna.Kozlova 28ef6a3669 fix testdata 2016-10-17 13:10:49 +02:00
Anna.Kozlova af57c348fb avoid second processing of same elements in groovy/java 2016-10-17 13:10:49 +02:00
Anna.Kozlova 313b33ec31 paste reference: ignore binding if reference was not created as it could be e.g. groovy method name = invalid java identifier
EA-89854 - IOE: PsiJavaParserFacadeImpl.createExpressionFromText
2016-10-17 13:10:49 +02:00
Anna.Kozlova 867b295cd7 EA-89934 - IAE: PsiSearchHelperImpl.bulkProcessElementsWithWord 2016-10-17 13:10:49 +02:00
Anna.Kozlova 943ee0e8b2 EA-89953 - assert: MessageBusImpl.checkNotDisposed 2016-10-17 13:10:49 +02:00
Anna.Kozlova 0cb5558e85 inplace introduce variable: ensure validity of created var
EA-63354 - PIEAE: CompositePsiElement.getContainingFile
2016-10-17 13:10:49 +02:00
Sergey Simonchik 45f6ba5775 content entry editor: fast fail if getModel returns null (investigating EA-89693 - NPE: ContentEntryEditor.isExcludedOrUnderExcludedDirectory) (IDEA-CR-14528) 2016-10-17 14:07:47 +03:00
Roman Shevchenko 86b30355c1 Merge remote-tracking branch 'origin/master' 2016-10-17 12:57:12 +02:00
Roman Shevchenko 83943e0376 Cleanup (warnings) 2016-10-17 12:56:30 +02:00
Roman Shevchenko db149751ae [ui] correct scaling in GTK+ menu 2016-10-17 12:54:42 +02:00
Tagir Valeev 9cd3566730 ReplaceWithMapPutIfAbsentFix -> ReplaceConditionalMapPutFix; parameter methodName replaced with boolean (IDEA-CR-14446) 2016-10-17 17:50:33 +07:00
Roman Shevchenko d6d959af71 Cleanup (obsolete reflection) 2016-10-17 12:43:46 +02:00
Vladimir Krivosheev c80fd29dd8 EclipseImlTest — fix test data 2016-10-17 12:40:26 +02:00
Vladimir Krivosheev c4596d19b5 getDefaultProfile -> getBaseProfile
It is not default — it is base.

Do not add default default profile if there is at least on bundled/custom global profile — as before.
2016-10-17 12:40:24 +02:00
Tagir Valeev 03354ff73d AnonymousCanBeLambdaInspection#isLambdaForm, minor cleanup (IDEA-CR-14331) 2016-10-17 17:31:29 +07:00