Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Notes on 1.3.2
  • Loading branch information
pbroadbery committed Apr 16, 2021
1 parent 17a59fd commit 9dc7a0f
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,33 @@ Features:

# Status

- Lookup and highlighting work, at lesat to some extent
- Syntax Highlighting works
- Type Lookup works
- The grammar works on the majority of fricas and aldor source files
- On the fly compilation of aldor files is disabled

# Installation

Take code, build it, add to intellij as a plugin.
Please use the latest release of the plugin - See under releases.
Download the .zip file and use the Plugins section of File/Settings to install a plugin from disk.
This version will support any version later than 2020.1

# Current state

Version one of this plugin:
Version 1.3.2 of this plugin:

- Have decent navigation between domains/categories
- Decent navigation between domains/categories
- Work with most aldor and fricas source files
- Show ++ style documentation for aldor and spad domains
- Aldor on the fly compilation has been disabled

- Download from [Release-1.3.2](https://github.com/pbroadbery/aldor-idea-plugin/releases/tag/release-1.3.2)

# Plans

- Support on the fly compilation of aldor files
- Support editing files in clones of the fricas and aldor git repos
- Improved hierarchy views 'what implements this domain'

- Show spad documentation as per http://fricas.github.io
- Gutter indicators for 'goto declaration' & 'goto implementations'
- Error recovery on .spad files

0 comments on commit 9dc7a0f

Please sign in to comment.