# RSTAUI **Repository Path**: mirrors_bobbylight/RSTAUI ## Basic Information - **Project Name**: RSTAUI - **Description**: A library of common dialogs and UI elements needed by applications embedding text components such as RSyntaxTextArea. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RSTAUI    [](https://codecov.io/gh/bobbylight/RSTAUI) This is a library for adding the following dialogs to an application using `RSyntaxTextArea` as an editor: * Find Dialog * Replace Dialog * Find and Replace toolbars (à la Sublime Text) * Go to Line Dialog * Text File Properties Dialog (requires use of `TextEditorPane`) Searching support is fully featured - regex searches, match case, whole word, searching forward and backward, mark all occurrences. Note that the actual searching functionality is handled in the `RSyntaxTextArea` project itself (see its `SearchEngine` class); this library just wraps that functionality in a UI. Available in the [Maven Central repository](https://search.maven.org/search?q=rstaui%20jar) (`com.fifesoft:rstaui:XXX`). SNAPSHOT builds of the in-development, unreleased version are hosted on [Sonatype](https://oss.sonatype.org/content/repositories/snapshots/com/fifesoft/rstaui/). 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
Find Dialog
Replace Dialog
Go to Line Dialog