Commit Graph
178607 Commits
Author SHA1 Message Date
peter e9e9dbfffe IDEA-160635 'Condition always true' inspection sometimes incorrect when inner class access final field 2016-09-07 16:25:08 +02:00
Elizaveta Shashkova 5a84e9452d Remove forgotten debug output (PY-20476) 2016-09-07 17:23:18 +03:00
nik 92534f9832 PyCharm Edu: build scripts simplified, extracted separate script which can build artifacts from sources of idea/community git repository 2016-09-07 16:49:17 +03:00
nik 9a893c338d build scripts simplified: extracted common code from *.gant files, unnecessary *Builder.groovy files removed 2016-09-07 16:49:17 +03:00
nik 3415f72ef3 project configuration: missing python-terminal module added to community project 2016-09-07 16:49:17 +03:00
nik 70b16329fd build scripts: mention missing module names in error message 2016-09-07 16:49:17 +03:00
nik 639c12f5d9 build scripts cleanup: unecessary 'public' modifiers and duplicated copyright comments removed 2016-09-07 16:49:17 +03:00
nik 75462eb597 build scripts: automatically set output directory by product name 2016-09-07 16:49:17 +03:00
nik 604f34588e build scripts: simplified creation of BuildContext, don't remove compilation.log file 2016-09-07 16:49:17 +03:00
Egor.Ushakov 9287212e40 use SearchTextField for speed search in popups 2016-09-07 16:45:50 +03:00
Egor.Ushakov 7191801bc6 display exception once even if we have several exception breakpoints hit 2016-09-07 16:27:51 +03:00
Anna Kozlova ba6afd421f NPE (IDEA-160916) 2016-09-07 16:25:37 +03:00
Anna Kozlova 9c8003c077 unused declaration: treat @deprecated members as entry points as they can't be deleted 2016-09-07 16:16:21 +03:00
Anna Kozlova d832292cd2 disable edit contract for non-physical elements; extract applicability method 2016-09-07 16:16:21 +03:00
Anna Kozlova cc00f54706 testdata to convert anonymous to lambda with overloads 2016-09-07 16:16:20 +03:00
Konstantin Bulenkov 9ad18ec90d fix tests 2016-09-07 14:18:53 +02:00
peter 15ac26e8d9 MultiCaretCodeInsightAction: commit the document only when the action is invoked (IDEA-160724) 2016-09-07 14:15:23 +02:00
Anton Tarasov 49ab5c2e92 Fix "introduce variable" refactoring ui artifact on macOS
Unwrap HiDPI image when working with its raw size.
2016-09-07 15:06:52 +03:00
Alexey Utkin 3a687e2e17 IDEA-160904 Semantic highlighting setting isn't saved between restarts 2016-09-07 15:01:06 +03:00
Anna Kozlova 15198f2f1b disable external annotations on non-physical elements (IDEA-160840) 2016-09-07 14:55:16 +03:00
Anna Kozlova e1dfe30b59 unused declaration: remove problems count from view (IDEA-160870) 2016-09-07 14:55:16 +03:00
Anna Kozlova 62b7a6528e unused declaration: method patterns conversion to manual entry points (IDEA-160856) 2016-09-07 14:55:16 +03:00
Alexey Kudravtsev f858da5fa5 support ugly hackers who create ETF but don't add it anewhere 2016-09-07 14:15:22 +03:00
Alexey Kudravtsev 9e94a4253d make VirtualFilePointerManager more responsive to VFS changes to update virtual file pointers sooner to fix EA-87976 - assert: RootIndex.ensureValid 2016-09-07 14:12:33 +03:00
Alexey Kudravtsev a004b75c0b review followup 2016-09-07 14:12:33 +03:00
Alexey Kudravtsev e009bd0460 cleanup 2016-09-07 14:12:33 +03:00
Alexey Kudravtsev 8b2f420ab3 IDEA-151933 Optimize Imports can produce ambiguous code 2016-09-07 14:12:33 +03:00
Alexey Kudravtsev 4547ab27d2 cleanup 2016-09-07 14:12:33 +03:00
Alexey Kudravtsev db6d4e1fcc removed "suppress unused" for deprecated methods to avoid using them again, especially since some of them already are. 2016-09-07 14:12:33 +03:00
Alexey Kudravtsev 12a1619acf SBJspClass plugin compatibility restored 2016-09-07 14:12:33 +03:00
Alexey Kudravtsev 5108b07314 cleanup: try-with-resources, reduce visibility 2016-09-07 14:12:33 +03:00
Alexey Kudravtsev 208d9a116d do not wrap RuntimeException and Error to make stacktraces shorter 2016-09-07 14:12:33 +03:00
peter 0bfe0331a9 instantiate actions outside of lock (IDEA-160763) 2016-09-07 12:47:22 +02:00
peter 6282725f9f remove unnecessary invokeLaterIfNeeded from PsiDocumentManagerImpl save 2016-09-07 12:47:21 +02:00
peter f978319ec3 don't commit documents in "select in" actions update, use async commit when navigation from source (IDEA-160654) 2016-09-07 12:47:20 +02:00
peter 6bc26a8145 javadoc for getModuleRuntimeScope (IDEA-CR-13423) 2016-09-07 12:47:20 +02:00
peter 0f675a390b python: don't commit documents in override/implement action update, they're committed when actions are invoked 2016-09-07 12:47:19 +02:00
peter 42d616df27 don't commit documents in code insight action update, commit when actions are invoked 2016-09-07 12:47:19 +02:00
peter da216bfcb9 reindex all java-like files on source root change (https://intellij-support.jetbrains.com/hc/en-us/community/posts/208569305-Cannot-find-classes-after-change-branches) 2016-09-07 12:47:18 +02:00
peter d4bee911f6 use app invokeLater in ant target execution (EA-88043 - assert: FileDocumentManagerImpl.saveAllDocuments) 2016-09-07 12:47:18 +02:00
Vladimir Krivosheev fd01a3c2e3 Merge branch 'develar/ll' 2016-09-07 12:14:44 +02:00
Vladimir Krivosheev 4afb5f6795 fix ITN (regression after last change)
correctly set focused component to password field if user specified
2016-09-07 12:06:16 +02:00
Anton Tarasov 41c5dbcd71 IDEA-160868 [follow-up] Product icon disappears from Dock on macOS
Take into account that app icon is retina-unaware by com.apple.eawt.Application.getDockIconImage()
2016-09-07 13:05:32 +03:00
Tagir Valeev 94b65a546b IDEA-160802 ReplaceInefficientStreamCountInspection registered in IdeaPlugin.xml 2016-09-07 16:26:46 +07:00
Tagir Valeev 242490491b Merge branch 'master' of git.labs.intellij.net:idea/community 2016-09-07 16:14:27 +07:00
Rustam Vishnyakov 3ab2610a00 format.sh product/command substitution on Mac 2016-09-07 12:03:06 +03:00
Tagir Valeev bef996aa8b IDEA-160802 Add inspection to optimize ...flatMap(Collection::stream).count() to ...mapToLong(Collection::size).sum();
New inspection along with Collection.stream().count() -> Collection.size() moved to separate file ReplaceInefficientStreamCountInspection
2016-09-07 15:20:43 +07:00
Egor.Ushakov 89516b5838 IDEA-160533 - added a small drop icon 2016-09-07 11:18:04 +03:00
Egor.Ushakov 83cb95be9f fixed remove watch icon 2016-09-07 10:35:42 +03:00
Vladimir Krivosheev 6df5ba3fcb fix after merge 2016-09-07 08:06:57 +02:00