|
17 | 17 | <ul> |
18 | 18 | <li>Debugger: initial java debugger integration</li> |
19 | 19 | <li>QuickDoc: fix specs and show macroexpand from repl</li> |
| 20 | + <li>QuickDoc: show info for syntax tokens, e.g. ~@, #^, etc.</li> |
| 21 | + <li>Editor: Context Info and Move Left/Right actions</li> |
20 | 22 | <li>Editor: data-reader & name declaration colors</li> |
21 | 23 | <li>Editor: support custom folding regions</li> |
22 | 24 | <li>Clojure: better support for #_ forms</li> |
|
145 | 147 | <keyboard-shortcut keymap="$default" first-keystroke="alt shift Y"/> |
146 | 148 | </action> |
147 | 149 | <action id="clojure.editor.rise" class="org.intellij.clojure.actions.RiseAction" |
148 | | - text="Rise" description=""> |
| 150 | + text="Rise" description="Rise form"> |
149 | 151 | <keyboard-shortcut keymap="$default" first-keystroke="alt shift U"/> |
150 | 152 | </action> |
151 | 153 | <action id="clojure.editor.kill" class="org.intellij.clojure.actions.KillAction" |
152 | | - text="Kill" description=""> |
| 154 | + text="Kill" description="Kill form"> |
153 | 155 | <keyboard-shortcut keymap="$default" first-keystroke="alt shift PERIOD"/> |
154 | 156 | </action> |
155 | 157 |
|
|
165 | 167 | <keyboard-shortcut keymap="$default" first-keystroke="control shift P"/> |
166 | 168 | </action> |
167 | 169 | <action id="clojure.repl.exclusive.mode" class="org.intellij.clojure.tools.ReplExclusiveModeAction" |
168 | | - icon="AllIcons.Welcome.CreateNewProject" |
169 | | - text="Set Exclusive REPL" description="Make this REPL an exclusive target for all operations"> |
| 170 | + icon="AllIcons.Nodes.Parameter" |
| 171 | + text="Make REPL Exclusive" description="Make this REPL an exclusive target for all operations"> |
170 | 172 | <keyboard-shortcut keymap="$default" first-keystroke="control shift L"/> |
171 | 173 | </action> |
172 | 174 | <action id="clojure.tools.sync.dependencies" class="org.intellij.clojure.tools.SyncDepsAction" |
173 | | - text="Sync Dependencies" description="" |
| 175 | + text="Sync Dependencies" description="Sync current project dependencies (Clojure)" |
174 | 176 | icon="AllIcons.Actions.Refresh"/> |
175 | 177 | <action id="clojure.tools.sync.dependencies.all" class="org.intellij.clojure.tools.SyncAllDepsAction" |
176 | | - text="Sync All Dependencies" description="" |
| 178 | + text="Sync All Dependencies" description="Sync all project dependencies (Clojure)" |
177 | 179 | icon="AllIcons.Actions.ForceRefresh"/> |
178 | 180 |
|
179 | 181 | <!-- action groups --> |
|
0 commit comments