Commit Graph
554 Commits
Author SHA1 Message Date
Max Medvedev 59d8cbc6fb IDEA-90724 'Safe Delete' refactoring of java method parameter from doesn't delete it from groovy calls 2012-09-10 14:50:03 +04:00
nik 8fccc46696 EA-35497 - assert: JavaParserUtil.parseFragment 2012-09-07 12:52:11 +04:00
peter 3d01fa0264 IDEA-90688 Spell checker shall ignore @SuppresssWarning and //noinspection String literals 2012-09-04 16:39:55 +02:00
Anna Kozlova 70299ca094 lambda: do not mark cast redundant when functional interface won't be found otherwise 2012-09-03 18:27:57 +04:00
Anna Kozlova 2a8bc16266 lambda: do not mark cast as redundant if lambda would be placed in invalid context 2012-09-03 18:27:53 +04:00
Maxim Shafirov 764e847210 Removed open/closed icon on module types. API left untouched for compatibility reasons 2012-09-03 17:40:27 +04:00
Maxim Shafirov f9568d498c Killing open/closed icons. 2012-08-24 21:12:18 +04:00
Maxim Shafirov cd2681ed1d Removing a lot of Icon static fields, that refer to other static fields, mostly from AllIcons 2012-08-24 15:11:51 +04:00
Anton Makeev 0089a16aa8 Platform: expand items with '...' in lists when expanded tooltip is shown (IDEA-89378) 2012-08-23 13:53:46 +02:00
Evgeny Pasynkov 8353b3ef96 remove dependency java-psi-api from projectModel-api 2012-08-20 13:35:25 +02:00
Yann Cébron a92ea2a97d javadoc 2012-08-15 20:46:58 +02:00
nik 306c9f6bae running new JPS builder from gant scripts 2012-08-15 10:10:34 +04:00
Evgeny Pasynkov 5ea14cb767 move searchers to indexing* module 2012-07-30 12:06:13 +02:00
Evgeny Pasynkov 59320e01dc more EP_NAME's 2012-07-30 12:05:10 +02:00
Evgeny Pasynkov 3944360e63 Move MethodReferencesSearch (and necessary closure) to java-indexing-api.
Remove references to StfFileTypes from SimpleAccessorReferencesSearch and extract them into one more CustomPropertyScopeProvider
2012-07-30 11:24:30 +02:00
Evgeny Pasynkov f6f0002a06 Merge branch 'master' into upsource-master 2012-07-25 12:15:47 +02:00
Evgeny Pasynkov 8cdaaee00d move PsiShortNamesCache to java-indexing 2012-07-25 12:10:51 +02:00
peter bb7d5180ec LookupElement.getPsiElement 2012-07-22 15:20:34 +02:00
Evgeny Pasynkov 080df59ef1 Move PsiFormatUtilBase to core-api and PsiFormatUtil to java-psi-api 2012-07-11 10:10:20 +02:00
Evgeny Pasynkov 9a9585d435 Merge branch 'master' into upsource-master 2012-07-06 09:57:26 +02:00
Dmitry Lomov 35355efb9d JavaFileManagerBase extracted and moved to java-indexing-impl 2012-07-04 18:32:51 +02:00
Eugene Zhuravlev 21487a8fd2 missing deps 2012-07-04 15:07:47 +02:00
Evgeny Pasynkov 4117aad3d1 extract FindSuperElementsHelper 2012-06-28 18:21:30 +02:00
Evgeny Pasynkov 577ede3fe2 move searchers to indexing module 2012-06-22 08:55:07 +02:00
nik c6412348e4 javadoc and external annotations roots moved from ModuleRootModel to a separate extension 2012-06-21 09:53:18 +04:00
nik b2c43fccbe simplified javadoc root processing for modules 2012-06-20 14:52:45 +04:00
nik 550e5028b1 deprecated methods removed 2012-06-20 10:03:20 +04:00
Evgeny Pasynkov a61f306df2 Merge branch 'master' into upsource-master 2012-06-18 14:06:37 +02:00
Evgeny Pasynkov 4072483a08 +JarFile.JarEntry 2012-06-18 14:04:08 +02:00
Alexey Kudravtsev b166db5d12 memory 2012-06-15 11:58:28 +04:00
Alexey Kudravtsev e7b03ba5a4 notnull 2 2012-06-14 15:36:35 +04:00
peter afee1a2277 IDEA-87104 Code completion should remember and prefer chosen variants 2012-06-07 15:47:16 +02:00
Danila Ponomarenko c589a13110 IDEA-73251 Mark recursive method calls on gutter reverted to initial state 2012-06-07 15:20:08 +04:00
Evgeny Pasynkov 3ca00eb8c8 Merge branch 'master' into upsource-master
Conflicts:
	platform/core-impl/src/com/intellij/psi/stubs/StubTree.java
	platform/platform-impl/src/com/intellij/openapi/vfs/impl/jar/JarHandler.java
	platform/platform-tests/testSrc/com/intellij/core/CoreModuleManagerTest.java
2012-06-06 12:20:51 +02:00
Danila Ponomarenko e424871025 IDEA-73251 Reimplemented with code folding 2012-06-01 17:57:58 +04:00
Evgeny Pasynkov 9d5f666543 Merge branch 'master' into upsource-master 2012-05-31 14:16:32 +02:00
Evgeny Pasynkov f0cd06a57a introduce JarFile - abstraction layer above ZipFile 2012-05-31 10:49:44 +02:00
Maxim Shafirov ce21064639 Unified access to icons.jar resources 2012-05-30 18:41:47 +04:00
Anna Kozlova 0c79564b45 "java.lang.Object" ->CommonClassNames.JAVA_LANG_OBJECT 2012-05-30 13:29:24 +04:00
Roman Shevchenko 19e18e3f59 Cleanup 2012-05-28 18:56:50 +04:00
Anna Kozlova 49aa6f0a74 EA-36065 - IAE: ExternalAnnotationsManagerImpl.findExternalAnnotation 2012-05-28 14:33:49 +04:00
Danila Ponomarenko 9f002548ac IDEA-86337 Disable actions in 'Generate...' popup which can't be applied. Fixed. 2012-05-24 17:07:11 +04:00
Anna Kozlova b5921927fc wrong redundant cast suggestion (IDEA-86095) 2012-05-23 13:52:04 +04:00
Anna Kozlova f3b294ebd9 third-party nullable as first class citizens: suggest to add @nullable return values for non jetbrains annotations (IDEA-86346) 2012-05-21 20:49:17 +04:00
Evgeny Zakrevsky cb168567f3 ToolbarDecorators added for some new icons 2012-05-19 03:29:39 +04:00
Evgeny Zakrevsky 734a8b6db4 1. ToolbarDecorators added for some new icons
2. Duplicate icons removed
3. ToolbarDecorator: Disabling extra actions if context component disabled
4. ToolbarDecorator: Setter for add action.
2012-05-19 02:24:39 +04:00
Bas Leijdekkers b1f0f15bbc IDEABKL-4391 ("Duplicate property" and "Invalid property key" inspections should be in "Properties Files" category) 2012-05-16 21:59:02 +02:00
Denis.Zhdanov 41e9695134 IDEA-85546 Introduce constants for the persistent components macros 2012-05-04 07:48:48 +04:00
Maxim Shafirov 859f1f3a3f deadcode 2012-04-19 15:41:40 +04:00
Roman Shevchenko 9a2c735d51 Drop deprecated APIs 2012-04-16 21:17:53 +02:00