Skip to content

Commit

Permalink
[ release ] Prepare to publish 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed May 13, 2019
1 parent dea36a9 commit fd63ef9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions res/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
0.3.1<br/>
Notice: RedPRL reference resolving is WIP.<br/>
<ul>
<li>Redraw Vanilla Mini-TT and MLPolyR icons</li>
<li>Initial work on RedPRL: add icons, texts, project configurations,
Expand Down
4 changes: 4 additions & 0 deletions res/META-INF/description.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ <h3>Features (listed for each supported language):</h3><br/>
<li>Running (type checking) your code</li>
<li>RedPRL executable management</li>
<li>Completion</li>
<li>Live templates</li>
<li>Rename</li>
<li>Find usages</li>
<li>Goto declaration</li>
<li>Syntax highlight</li>
<li>Commenter, brace matcher</li>
<li>Create and iconify files</li>
Expand Down
2 changes: 1 addition & 1 deletion src/org/ice1000/tt/psi/redprl/mixins.kt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ abstract class RedPrlMetaDeclMixin(node: ASTNode) : ASTWrapperPsiElement(node),
// TODO
}

abstract class RedPrlMetaUsageMixin(node: ASTNode) : ASTWrapperPsiElement(node), RedPrlMetaUsage, PsiPolyVariantReference {
abstract class RedPrlMetaUsageMixin(node: ASTNode) : ASTWrapperPsiElement(node), RedPrlMetaUsage {
// TODO
}

Expand Down

0 comments on commit fd63ef9

Please sign in to comment.