Commit Graph
164116 Commits
Author SHA1 Message Date
Vassiliy.Kudryashov 00a8304243 IDEA-148858 Memory leak for Swift file symbols 2015-12-09 20:18:54 +03:00
Elizaveta Shashkova f71545b2f2 Fix module debugging in a new process (PY-17885)
We should change interpreter flag '-m' to debugger parameter '--module' in order to debug python modules
2015-12-09 20:10:23 +03:00
Dmitry Batrak 2ab33b871c enable debug logging in blinking test 2015-12-09 20:08:29 +03:00
Roman Shevchenko 7c7f9c57a1 [vfs] tracing in native file watcher and refresh worker 2015-12-09 18:07:35 +01:00
Bas Leijdekkers 7d7c49c5a6 IG: don't expect an array of generic type in "Suspicious 'Collection.toArray()' call" inspection 2015-12-09 18:05:26 +01:00
Bas Leijdekkers 37f833cad6 IG: use correct JUnit Assert class when simplifying (IDEA-116423) 2015-12-09 18:05:25 +01:00
Bas Leijdekkers afb1cf80d0 IG: add test 2015-12-09 18:05:25 +01:00
Bas Leijdekkers 510d815562 SSR: enable case sensitive search for all predefined patterns (IDEA-149019) 2015-12-09 18:05:24 +01:00
Bas Leijdekkers 98e29c5139 IG: detect synchronized collection in more cases 2015-12-09 18:05:24 +01:00
Dmitry Batkovich f76cb79c52 guava type migration: wrong test data fixed 2015-12-09 19:52:33 +03:00
Dmitry Batkovich aeb1463195 guava type migration: forgotten comparator from toSortedSet() is restored 2015-12-09 19:50:56 +03:00
Dmitry Batkovich 0750185bef type migration: allow to migrate elements with type parameters if root contains these type parameters (IDEA-147944) 2015-12-09 19:29:28 +03:00
Roman Shevchenko c38a8f8c74 Merge remote-tracking branch 'origin/master' 2015-12-09 17:13:23 +01:00
Roman Shevchenko 4f7677ff83 Cleanup (binary compatibility restored; IDEA-CR-6817) 2015-12-09 17:13:10 +01:00
Dmitry Batrak f6ef930ad8 allow specific regions to be removed on PSI invalidation (IDEA-131718) - required for folding of conditional compilation branches in CLion
fix typo
2015-12-09 19:12:35 +03:00
Roman Shevchenko b0cf96db86 Cleanup (formatting) 2015-12-09 17:11:27 +01:00
Roman Shevchenko 38d34639da Cleanup (formatting) 2015-12-09 16:52:18 +01:00
Egor.Ushakov 6cec9b2f42 do not show disabled drag cursor for the same line the breakpoint is on 2015-12-09 18:47:20 +03:00
Dmitry Batkovich bb6a0cded7 guava type migration: process wildcards for transformAndConcat() IDEA-148094 2015-12-09 18:42:36 +03:00
Roman Shevchenko ef80474ef7 [platform] default log level set to warn; cleanup (IDEA-CR-7338) 2015-12-09 16:40:04 +01:00
Dmitry Batkovich 704255f12f inspections: Fix all action use BatchQuickFix#applyFix if LocalQuickFix is instance of BatchQuickFix instead of sequental application of LocalQuickFix-es 2015-12-09 18:19:55 +03:00
Dmitry Batkovich 9cc862c3d9 type migration: unused field in TypeMigrationRules removed 2015-12-09 18:02:45 +03:00
Egor.Ushakov b0c1359b7f breakpoints dnd: check drop target and change caret 2015-12-09 17:54:02 +03:00
Dmitry Avdeev 7a985af142 IDEA-144668 Ability to disable "Run config" and "test indicator" gutters: icons rendered 2015-12-09 17:49:12 +03:00
Sergey Malenkov 070aba6377 IDEA-148164 Add translucent thumb over error stripes in the project view tree 2015-12-09 17:44:59 +03:00
Roman Shevchenko b9db8496a3 [test framework] cleaner behavior of CodeInsightTestFixture.copyFileToProject() 2015-12-09 15:41:20 +01:00
nik 481e3f0b3e never downgrade Kotlin version when updating from sources: if currently bundled Kotlin plugin is newer than build/kotlinc, use the bundled plugin 2015-12-09 17:24:43 +03:00
Dmitry Batrak a4a7c40adf allow specific regions to be removed on PSI invalidation (IDEA-131718) - required for folding of conditional compilation branches in CLion 2015-12-09 17:22:25 +03:00
Yann Cébron 652082edfb IDEA-149081 Word "destructuring" is not in default dictionary in IDEA 2015-12-09 15:20:45 +01:00
Egor.Ushakov 87532a4f32 center dragged breakpoint image 2015-12-09 16:19:13 +03:00
Egor.Ushakov 03c9129aad reverted fix for incorrect drag image offset (visible for example when dragging a breakpoint), simpler fix will follow 2015-12-09 16:19:13 +03:00
Roman Shevchenko b00e29ded2 Cleanup (formatting) 2015-12-09 14:18:20 +01:00
nik 68b07b6a5a modules.xml reformatted 2015-12-09 16:10:01 +03:00
Yaroslav Lepenkin 751a0bed8a Added option to keep simple lambdas in one line (IDEA-148295) 2015-12-09 16:04:35 +03:00
Yaroslav Lepenkin fc9f367584 Added wrapped example o try-with-resource, so checking on any of checkboxes will change something (IDEA-148908) 2015-12-09 16:04:33 +03:00
Yaroslav Lepenkin fa6b95d41b Reformat dialog on multiple files - disable rearrange if none of these files could be rearranged (IDEA-148926) 2015-12-09 16:04:31 +03:00
Yaroslav Lepenkin 8e5d71f7bf Added prefix change listener for tracking state after char typing 2015-12-09 16:04:29 +03:00
Egor.Ushakov 2ac8b74039 IDEA-119686 Cursor is blinking while dragging an icon in gutter 2015-12-09 15:50:31 +03:00
Anton Tarasov d35ae61ed3 IDEA-148739 [follow-up]
Cache retina images in "scale" instead of re-using "realIcon" which might have unwanted effective scale.
2015-12-09 15:31:46 +03:00
Dmitry Batkovich fb9ee4c8da resource bundle editor: use case insensitive comparator to compare property keys in all places (IDEA-148792) 2015-12-09 15:21:03 +03:00
Vladimir.Orlov bb37b431c2 Merge remote-tracking branch 'origin/master' 2015-12-09 15:10:26 +03:00
Vladimir.Orlov 25aef6b66d Merge remote-tracking branch 'origin/master' 2015-12-09 15:08:08 +03:00
Egor.Ushakov 7d6db4e5f5 fixed incorrect drag image offset (visible for example when dragging a breakpoint) 2015-12-09 15:07:37 +03:00
Vladimir.Orlov 924fbd9de5 IDEA-CR-7349 2015-12-09 15:03:58 +03:00
Sergey Ignatov dfa88bf159 revert: show usage word in find usage tree 2015-12-09 14:50:24 +03:00
Alexey Kudravtsev db0881e92b IDEA-CR-7352 followup 2015-12-09 14:48:57 +03:00
Alexey Kudravtsev 498de6f759 cleanup 2015-12-09 14:48:57 +03:00
Alexey Kudravtsev f4157ad466 cleanup 2015-12-09 14:48:57 +03:00
nik b96984311a use default language level for gradle-tests module 2015-12-09 14:41:06 +03:00
Vladislav.Soroka 61f618e70a gradle: get rid of cyclic dependency between tests gradle modules 2015-12-09 14:28:03 +03:00