Skip to content

Instantly share code, notes, and snippets.

@cgrand
Created September 10, 2014 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cgrand/a044671a58ab1940937c to your computer and use it in GitHub Desktop.
Save cgrand/a044671a58ab1940937c to your computer and use it in GitHub Desktop.
@@ -271,4 +271,5 @@
name="%context.structEditingClojureSource.name"
description="%context.structEditingClojureSource.description"
+ parentId="ccw.ui.clojureEditorScope"
id="ccw.ui.clojureStructEditorScope">
</context>
@@ -576,4 +577,16 @@
<key
commandId="ccw.ui.edit.text.clojure.expand.selection.up"
+ contextId="ccw.ui.clojureStructEditorScope"
+ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
+ sequence="ARROW_UP">
+ </key>
+ <key
+ commandId="ccw.ui.edit.text.clojure.expand.selection.up"
+ contextId="ccw.ui.clojureStructEditorScope"
+ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
+ sequence="(">
+ </key>
+ <key
+ commandId="ccw.ui.edit.text.clojure.expand.selection.up"
contextId="ccw.ui.clojureEditorScope"
platform="gtk"
@@ -786,4 +799,10 @@
</key>
<key
+ commandId="ccw.ui.edit.text.clojure.split.sexpr"
+ contextId="ccw.ui.clojureEditorScope"
+ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
+ sequence=")">
+ </key>
+ <key
commandId="ccw.ui.edit.text.clojure.join.sexpr"
contextId="ccw.ui.clojureEditorScope"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment