Skip to content

Commit cd49fc8

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

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

README.md

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

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