Skip to content

Commit e48cc08

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

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

README.md

Lines changed: 17 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,22 @@ 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/><span color="gray">Find Dialog</span>
32+
</p>
33+
34+
<p align="center" width="100%">
35+
<img src="img/replace-dialog.png"/>
36+
<br/><span colorgray">Replace Dialog</span>
37+
</p>
38+
39+
<p align="center" width="100%">
40+
<img src="img/go-to-line-dialog.png"/>
41+
<br/>$$\color{gray}\text{Go to Line Dialog}$$</span>
42+
</p>
43+
2744
## Compiling
2845

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