Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
- installation changed when switching to scons template
- properly labelling list items is no longer a feature
- forgot to list reading status bar as a feature
  • Loading branch information
SamKacer committed Nov 6, 2021
1 parent 7a14613 commit 9d5a52f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ Addon for NVDA that adds support for using IntelliJ.
Current features are:
* when caret moves to different line, the line at the new position is read out
* when selection changes it is read out
* list items are properly read out instead of having empty labels
* command to read status bar (NVDA + I)

## How to install
1. zip contents of addon folder into single archive
2. change .zip extension to .NVDA-addon so the file has name like intellij.NVDA-addon
3. install like a normal addon by opening it with NVDA (should open with NVDA by default)
1. Download latest release or build by running scons
2. install like a normal addon by opening the generated addon file with NVDA (should open with NVDA by default)

## Tips for using IntelliJ
### Checking errors/warnings
Expand Down

0 comments on commit 9d5a52f

Please sign in to comment.