Skip to content

Commit

Permalink
Version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
justint committed Jan 17, 2021
1 parent cdb8416 commit 35d9e50
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 6 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -18,12 +18,15 @@ _NOTE_: This plugin is in active development and features are still being implem
- Manually:

Download the [latest release](latest-release) and install it manually using <kbd>Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Install Plugin from Disk...</kbd>

`usdresolve` path can be configured in <kbd>Settings</kbd> > <kbd>Languages & Frameworks</kbd> > <kbd>USD</kbd>.

## Features

- `.usd`/`.usda` filetype syntax highlighting & validation
- Asset/prim reference navigation (with `usdresolve`)
- Brace matching/folding
- Structure View
- Structure view

### TODO:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'com.justint'
version '0.3.3'
version '0.4'

sourceSets.main.java.srcDirs = ['src/main/gen','src/main/java']

Expand Down
33 changes: 30 additions & 3 deletions src/main/resources/META-INF/change-notes.html
@@ -1,10 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<body>
<strong>Version 0.3.3:</strong>
<strong>Version 0.4:</strong>
<ul>
<li>New build for newer 2020.2.* version of IDEA IDEs</li>
<li>Small grammar bugfixes, icon updates</li>
<p>Enhancements</p>
<ul>
<li>
Add hyperlinking for references (<a href="https://github.com/justint/usd-idea/issues/13">#13</a>)

<ul>
<li>
Asset/prim reference path links are now clickable! Ctrl+Click reference paths to navigate to the source asset file and/or prim.
</li>
<li>
Custom URI asset paths can also be resolved using <code>usdresolve</code>.
</li>
<li>
New USD settings panel available in editor settings (Languages & Frameworks > USD) to allow configuring of <code>usdresolve</code> path.
</li>
</ul>

</li>
<li>
Add support for <code>class</code> prims, <code>variants</code>, and <code>variantSets</code> in structure view (<a href="https://github.com/justint/usd-idea/issues/12">#12</a>)
</li>
<li>
Updated the structure view presentations on most objects to make for a cleaner & more readable view
</li>
<li>
New build for newer 2020.3.* version of IDEA IDEs
</li>
</ul>
<p>This plugin has reached +1k downloads! A big thanks to every supporter, including you!</p>
</ul>
</body>
</html>
4 changes: 3 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Expand Up @@ -11,12 +11,14 @@
<strong>Currently implemented features:</strong>
<ul>
<li>Syntax highlighting</li>
<li>Asset/prim reference navigation</li>
<li>Parser</li>
<li>Brace matching & block folding</li>
<li>Structure View</li>
<li>Structure/outline views</li>
</ul>
<strong>Planned features:</strong>
<ul>
<li>Crate/package file support (usdc/usdz)</li>
<li>Reference Contributor implementation (Go to declaration feature)</li>
<li>Line markers for <i>overrides</i>, <i>inherits</i>, and more</li>
</ul>
Expand Down

0 comments on commit 35d9e50

Please sign in to comment.