File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = " pl.semidude"
8- version = " 1.0-SNAPSHOT "
8+ version = " 1.0.1 "
99
1010repositories {
1111 mavenCentral()
@@ -47,4 +47,4 @@ tasks {
4747 publishPlugin {
4848 token.set(System .getenv(" PUBLISH_TOKEN" ))
4949 }
50- }
50+ }
Original file line number Diff line number Diff line change 1- rootProject.name = " mongo -view-tweaks "
1+ rootProject.name = " tree -view-by-default "
Original file line number Diff line number Diff line change 1313 <!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager.
1414 Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
1515 Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
16- <description >
17- The data grid with query results by default is in the 'Table' presentation mode. This plugin changes it to 'Tree'.
18-
19- Additionally, if the results contain only one row, then it is automatically expanded.
16+ <description ><![CDATA[
17+ It is recommended to use this plugin in DataGrip, but it should also work in other IDEs with database support.
18+ <br /><br />
19+ What it does:
20+ <ul>
21+ <li>Changes default presentation mode of the query results to <tt>Tree</tt></li>
22+ <li>If there is only one result, it is automatically expanded</li>
23+ <li>You can copy value of the leaf node without the containing JSON via Cmd+Option+C </li>
24+ </ul>
25+ ]]>
2026 </description >
2127
2228 <!-- Product and plugin compatibility requirements.
5157 class =" pl.semidude.treeviewbydefault.TreeViewCopyAction"
5258 text =" Copy Leaf Value"
5359 description =" Copy only the leaf value, not full JSON containing it" >
54- <add-to-group group-id =" Console.TableResult.PopupGroup" anchor =" first " />
55- <keyboard-shortcut keymap =" $default" first-keystroke =" alt C" />
60+ <add-to-group group-id =" Console.TableResult.PopupGroup" anchor =" before " relative-to-action = " $Copy " />
61+ <keyboard-shortcut keymap =" $default" first-keystroke =" ctrl alt C" />
5662 </action >
5763 </actions >
5864
You can’t perform that action at this time.
0 commit comments