Skip to content

Commit

Permalink
513306: Propose solutions for missing natures
Browse files Browse the repository at this point in the history
Cleanup: with both file type and nature discovery in now, it makes sense
to have a dedicated discovery package.

Also, cleaned up/unified naming a bit and extracted several inner 
classes

Bug: 513306
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=513306
  • Loading branch information
creckord committed May 11, 2017
1 parent 2d5c3d3 commit cd5fcde
Show file tree
Hide file tree
Showing 14 changed files with 690 additions and 476 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.epp.mpc.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
point="org.eclipse.ui.startup">
<startup class="org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceDropAdapter"/>
<startup
class="org.eclipse.epp.internal.mpc.ui.MissingNatureDetector">
class="org.eclipse.epp.internal.mpc.ui.discovery.MissingNatureDetector">
</startup>
</extension>
<extension
point="org.eclipse.ui.ide.unassociatedEditorStrategy">
<strategy
class="org.eclipse.epp.internal.mpc.ui.AskMarketPlaceForFileSupportStrategy"
class="org.eclipse.epp.internal.mpc.ui.discovery.AskMarketplaceForFileSupportStrategy"
id="org.eclipse.epp.internal.mpc.ui.askMarketPlace"
label="%unassociatedStrategy.label"
interactive="true">
Expand Down

This file was deleted.

Loading

0 comments on commit cd5fcde

Please sign in to comment.