Skip to content

Commit

Permalink
Screenshots guiding thru the installation process
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Jun 17, 2022
1 parent e828675 commit 9d4aed6
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 7 deletions.
27 changes: 27 additions & 0 deletions tools/enso4igv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,30 @@ Make sure you are logged into GitHub - artifacts are only available to those lo
Unzip it and get `enso*.nbm` file. This file can be installed into
_IGV_ (or any other [NetBeans](http://netbeans.apache.org) based application).
Go to _Tools_/_Plugins_/_Downloaded_ and install the NBM file.

![Tools/Plugins/Downloaded](docs/tools_plugins_downloaded.png)

Proceed by clicking _Install_. You may be asked to download _TextMate Lexer_ -
a necessary dependency of the _Enso support_ module. Continue thru the wizard
to _finish_ the installation.

![Tools/Plugins/Downloaded](docs/installer.png)

## Using the IGV

TBD

## Building

The plugin can be rebuilt using [Apache Maven](http://maven.apache.org). Switch
to this directory and invoke:

```bash
enso/tools/enso4igv$ mvn clean install
enso/tools/enso4igv$ ls target/*.nbm
target/enso4igv-1.0-SNAPSHOT.nbm
```

an NBM file is generated which can be installed into IGV, NetBeans or any other
NetBeans based application.

Binary file added tools/enso4igv/docs/installer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Localized module labels. Defaults taken from POM (<name>, <description>, <groupId>) if unset.
#OpenIDE-Module-Name=
#OpenIDE-Module-Short-Description=
#OpenIDE-Module-Long-Description=
#OpenIDE-Module-Display-Category=
#Thu May 12 10:04:24 CEST 2022
EnsoLanguage=Enso
EnsoLanguage=Enso
OpenIDE-Module-Name=Enso for IGV
OpenIDE-Module-Short-Description=Enso language support for IGV
OpenIDE-Module-Long-Description=Provides Text Mate grammar for Enso language \
as well as integration with IGV to properly analyze IGV graphs generated \
for the Enso programs.
OpenIDE-Module-Display-Category=Editing

0 comments on commit 9d4aed6

Please sign in to comment.