mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Fix 152904 - Restrict editor drop adapter to CEditor only
This commit is contained in:
parent
5315ee73bb
commit
cc76031036
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
<adapter type="org.eclipse.ui.IActionFilter"/>
|
||||
</factory>
|
||||
<factory
|
||||
adaptableType="org.eclipse.ui.texteditor.ITextEditor"
|
||||
adaptableType="org.eclipse.cdt.internal.ui.editor.CEditor"
|
||||
class="org.eclipse.cdt.internal.ui.dnd.TextEditorDropAdapter$Factory">
|
||||
<adapter type="org.eclipse.ui.texteditor.ITextEditorDropTargetListener"/>
|
||||
</factory>
|
||||
|
@ -1604,4 +1604,4 @@
|
|||
viewerId="org.eclipse.ui.navigator.ProjectExplorer"/>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue