Skip to content

Commit cf3c95f

Browse files
committed
Add images to readme
1 parent a5adac0 commit cf3c95f

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

README.md

Lines changed: 21 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,26 @@ 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+
<br/>Find Dialog
32+
</p>
33+
34+
<p align="center" width="100%">
35+
<img src="img/replace-dialog.png"/>
36+
</p>
37+
<p align="center" width="100%">
38+
Replace Dialog
39+
</p>
40+
41+
<p align="center" width="100%">
42+
<img src="img/go-to-line-dialog.png"/>
43+
</p>
44+
<p align="center" width="100%">
45+
Go to Line Dialog
46+
</p>
47+
2748
## Compiling
2849

2950
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)