Skip to content

Commit

Permalink
Merge pull request #13 from kaloyan-raev/scope
Browse files Browse the repository at this point in the history
Change context to 'Editing Text'
  • Loading branch information
caspark committed Oct 9, 2014
2 parents 20f4b1e + cf7abd0 commit 03a5462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions com.asparck.eclipse.multicursor.plugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@

<extension point="org.eclipse.ui.bindings">
<key commandId="com.asparck.multicursor.commands.selectAllOccurrences"
contextId="org.eclipse.ui.contexts.window"
contextId="org.eclipse.ui.textEditorScope"
sequence="M1+M2+I"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">
</key>
<key commandId="com.asparck.multicursor.commands.selectNextOccurrence"
contextId="org.eclipse.ui.contexts.window"
contextId="org.eclipse.ui.textEditorScope"
sequence="M1+M2+D"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">
</key>
Expand Down

0 comments on commit 03a5462

Please # to comment.