Skip to content

Commit

Permalink
Move word cloud to views tab (#2233)
Browse files Browse the repository at this point in the history
* Move word cloud to views tab and update docs

* Update whatsnew.txt
  • Loading branch information
Quasar985 authored Nov 19, 2024
1 parent f55af8a commit 4a81800
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
== 3030-12-31 Getting Started
<p>If you're new to Constellation, read the <a href="" helpId="au.gov.asd.tac.constellation.functionality.gettingstarted">getting started guide</a>.</p>

== 2024-11-18 Word Cloud View no longer in Experimental
<p>Word Cloud View has been moved out from Experimental.</p>
<p>Word Cloud View can now be found in Views -&gt; Word Cloud View.</p>

== 2024-08-13 Layers View - Union and Intersection Modes have now been implemented.
<p> You can now switch between Union and Intersection modes using the control at the top right of the Layers View. Union mode will show <b>all</b> elements matching with <b>any</b> Layer. Intersection mode will <b>only</b> show graph elements that match with <b>every</b> active layer.
<p> Layers will now correctly display combined matches to queries as well as any manual allocations for the same layer.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<tr class="odd">
<td>Open Word Cloud View</td>
<td>Ctrl + Shift + W</td>
<td>Experimental -&gt; Views -&gt; Word Cloud View</td>
<td>Views -&gt; Word Cloud View</td>
<td style="text-align: center;"><img src="../ext/docs/CoreWordCloudView/src/au/gov/asd/tac/constellation/views/wordcloud/resources/word_cloud.png" alt="Word Cloud View Icon" /></td>
</tr>
</tbody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
id = "au.gov.asd.tac.constellation.views.wordcloud.ui.WordCloudTopComponent"
)
@ActionReferences({
@ActionReference(path = "Menu/Experimental/Views", position = 2000),
@ActionReference(path = "Menu/Views", position = 1700),
@ActionReference(path = "Shortcuts", name = "CS-W")
})
@TopComponent.OpenActionRegistration(
Expand Down

0 comments on commit 4a81800

Please sign in to comment.