Skip to content

Commit 112eb3b

Browse files
committed
Add images to readme
1 parent a5adac0 commit 112eb3b

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
![Java Build](https://github.com/bobbylight/RSTAUI/actions/workflows/codeql-analysis.yml/badge.svg)
44
![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.fifesoft/rstaui/badge.svg)
55
[![codecov](https://codecov.io/gh/bobbylight/RSTAUI/graph/badge.svg?token=fa8OfGn3RO)](https://codecov.io/gh/bobbylight/RSTAUI)
6+
![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.fifesoft/rstaui/badge.svg)
67

78
This is a library for adding the following dialogs to an application using `RSyntaxTextArea` as an
89
editor:
@@ -24,6 +25,18 @@ SNAPSHOT builds of the in-development, unreleased version are hosted on [Sonatyp
2425
RSTAUI is available under a [modified BSD license](https://github.com/bobbylight/RSTAUI/blob/master/RSTAUI/src/main/dist/RSTAUI.License.txt).
2526
For more information, visit [http://bobbylight.github.io/RSyntaxTextArea/](http://bobbylight.github.io/RSyntaxTextArea/).
2627

28+
## Screenshots
29+
<p align="center" width="100%">
30+
<img src="img/find-dialog.png"/>
31+
32+
![find-dialog.png](img/find-dialog.png)
33+
34+
![replace-dialog.png](img/replace-dialog.png)
35+
36+
![go-to-line-dialog.png](img/go-to-line-dialog.png)
37+
38+
</p>
39+
2740
## Compiling
2841

2942
RSTAUI is built using Gradle. To compile the source, run all tests, and build the distribution jar,

img/find-dialog.png

5.59 KB
Loading

img/go-to-line-dialog.png

3.7 KB
Loading

img/replace-dialog.png

7.09 KB
Loading

0 commit comments

Comments
 (0)