Maven: Add Dependency QuickFix and Repository browser
commit79c0287fcf5a8e0af6d15bd78d3399b989ffeec7
authorAnton Makeev <Anton.Makeev@jetbrains.com>
Tue, 23 Sep 2008 11:06:23 +0000 (23 15:06 +0400)
committerAnton Makeev <Anton.Makeev@jetbrains.com>
Tue, 23 Sep 2008 11:06:23 +0000 (23 15:06 +0400)
treebaa69d73ffe7662d8d67175bedcdc9e0f9d2d53e
parente8c4422e4f2fc78d122f797a0c87758c8ae7cc2f
Maven: Add Dependency QuickFix and Repository browser
codeInsight/impl/com/intellij/codeInsight/daemon/impl/analysis/HighlightUtil.java
codeInsight/impl/com/intellij/codeInsight/daemon/impl/quickfix/DefaultQuickFixProvider.java [new file with mode: 0644]
codeInsight/impl/com/intellij/codeInsight/daemon/impl/quickfix/MoveClassToModuleFix.java
codeInsight/impl/com/intellij/codeInsight/daemon/impl/quickfix/OrderEntryFix.java
codeInsight/openapi/com/intellij/codeInsight/quickfix/UnresolvedReferenceQuickFixProvider.java [new file with mode: 0644]
dom/openapi/src/com/intellij/util/xml/ui/actions/generate/GenerateDomElementAction.java
lang-api/src/com/intellij/codeInsight/daemon/QuickFixActionRegistrar.java [new file with mode: 0644]
lang-impl/src/com/intellij/codeInsight/daemon/impl/quickfix/QuickFixActionRegistrarImpl.java [new file with mode: 0644]
platform-api/src/com/intellij/util/ui/tree/TreeUtil.java
source/com/intellij/psi/impl/source/resolve/reference/impl/providers/JavaClassReference.java