Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@ SNAPSHOT builds of the in-development, unreleased version are hosted on [Sonatyp
RSTAUI is available under a [modified BSD license](https://github.com/bobbylight/RSTAUI/blob/master/RSTAUI/src/main/dist/RSTAUI.License.txt).
For more information, visit [http://bobbylight.github.io/RSyntaxTextArea/](http://bobbylight.github.io/RSyntaxTextArea/).

## Screenshots
<p align="center" width="100%">
<img src="img/find-dialog.png"/>
<br/><sup>Find Dialog</sup>
</p>

<p align="center" width="100%">
<img src="img/replace-dialog.png"/>
<br/><sup>Replace Dialog</sup>
</p>

<p align="center" width="100%">
<img src="img/go-to-line-dialog.png"/>
<br/><sup>Go to Line Dialog</sup>
</p>

## Compiling

RSTAUI is built using Gradle. To compile the source, run all tests, and build the distribution jar,
Expand Down
Binary file added img/find-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/go-to-line-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/replace-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.