Skip to content

Commit 059e3af

Browse files
committed
update changelog, action descriptions & exclusive repl icon
1 parent e1d8e5b commit 059e3af

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
* Debugger: initial java debugger integration
44
* QuickDoc: fix specs and show macroexpand from repl
5+
* QuickDoc: show info for syntax tokens, e.g. ~@, #^, etc.
6+
* Editor: Context Info and Move Left/Right actions
57
* Editor: data-reader & name declaration colors
68
* Editor: support custom folding regions
79
* Clojure: better support for #_ forms

resources/META-INF/plugin.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<ul>
1818
<li>Debugger: initial java debugger integration</li>
1919
<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>
2022
<li>Editor: data-reader & name declaration colors</li>
2123
<li>Editor: support custom folding regions</li>
2224
<li>Clojure: better support for #_ forms</li>
@@ -145,11 +147,11 @@
145147
<keyboard-shortcut keymap="$default" first-keystroke="alt shift Y"/>
146148
</action>
147149
<action id="clojure.editor.rise" class="org.intellij.clojure.actions.RiseAction"
148-
text="Rise" description="">
150+
text="Rise" description="Rise form">
149151
<keyboard-shortcut keymap="$default" first-keystroke="alt shift U"/>
150152
</action>
151153
<action id="clojure.editor.kill" class="org.intellij.clojure.actions.KillAction"
152-
text="Kill" description="">
154+
text="Kill" description="Kill form">
153155
<keyboard-shortcut keymap="$default" first-keystroke="alt shift PERIOD"/>
154156
</action>
155157

@@ -165,15 +167,15 @@
165167
<keyboard-shortcut keymap="$default" first-keystroke="control shift P"/>
166168
</action>
167169
<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">
170172
<keyboard-shortcut keymap="$default" first-keystroke="control shift L"/>
171173
</action>
172174
<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)"
174176
icon="AllIcons.Actions.Refresh"/>
175177
<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)"
177179
icon="AllIcons.Actions.ForceRefresh"/>
178180

179181
<!-- action groups -->

0 commit comments

Comments
 (0)