{"id":17178539,"url":"https://github.com/bobbylight/rstaui","last_synced_at":"2026-01-03T07:18:58.204Z","repository":{"id":9976083,"uuid":"12002780","full_name":"bobbylight/RSTAUI","owner":"bobbylight","description":"A library of common dialogs and UI elements needed by applications embedding text components such as RSyntaxTextArea.","archived":false,"fork":false,"pushed_at":"2025-03-31T02:24:07.000Z","size":649,"stargazers_count":48,"open_issues_count":2,"forks_count":18,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-31T03:25:34.008Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bobbylight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-08-09T14:30:55.000Z","updated_at":"2025-03-24T13:11:25.000Z","dependencies_parsed_at":"2024-11-07T22:02:07.952Z","dependency_job_id":"d2c5a03d-7c73-4329-bf0a-bd2b8e89d35d","html_url":"https://github.com/bobbylight/RSTAUI","commit_stats":{"total_commits":146,"total_committers":4,"mean_commits":36.5,"dds":"0.36986301369863017","last_synced_commit":"61fd23e475251ad5e903dc6c690bf49563e04dfc"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbylight%2FRSTAUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbylight%2FRSTAUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbylight%2FRSTAUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbylight%2FRSTAUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobbylight","download_url":"https://codeload.github.com/bobbylight/RSTAUI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247517914,"owners_count":20951719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T00:07:38.812Z","updated_at":"2026-01-03T07:18:58.192Z","avatar_url":"https://github.com/bobbylight.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSTAUI\r\n![Java Build](https://github.com/bobbylight/RSTAUI/actions/workflows/gradle.yml/badge.svg)\r\n![Java Build](https://github.com/bobbylight/RSTAUI/actions/workflows/codeql-analysis.yml/badge.svg)\r\n![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.fifesoft/rstaui/badge.svg)\r\n[![codecov](https://codecov.io/gh/bobbylight/RSTAUI/graph/badge.svg?token=fa8OfGn3RO)](https://codecov.io/gh/bobbylight/RSTAUI)\r\n\r\nThis is a library for adding the following dialogs to an application using `RSyntaxTextArea` as an\r\neditor:\r\n\r\n* Find Dialog\r\n* Replace Dialog\r\n* Find and Replace toolbars (à la Sublime Text)\r\n* Go to Line Dialog\r\n* Text File Properties Dialog (requires use of `TextEditorPane`)\r\n\r\nSearching support is fully featured - regex searches, match case, whole word, searching forward and\r\nbackward, mark all occurrences.  Note that the actual searching functionality is handled in the\r\n`RSyntaxTextArea` project itself (see its `SearchEngine` class); this library just wraps that\r\nfunctionality in a UI.\r\n\r\nAvailable in the [Maven Central repository](https://search.maven.org/search?q=rstaui%20jar) (`com.fifesoft:rstaui:XXX`).\r\nSNAPSHOT builds of the in-development, unreleased version are hosted on [Sonatype](https://oss.sonatype.org/content/repositories/snapshots/com/fifesoft/rstaui/).\r\n\r\nRSTAUI is available under a [modified BSD license](https://github.com/bobbylight/RSTAUI/blob/master/RSTAUI/src/main/dist/RSTAUI.License.txt).\r\nFor more information, visit [http://bobbylight.github.io/RSyntaxTextArea/](http://bobbylight.github.io/RSyntaxTextArea/).\r\n\r\n## Screenshots\r\n\u003cp align=\"center\" width=\"100%\"\u003e\r\n  \u003cimg src=\"img/find-dialog.png\"/\u003e\r\n  \u003cbr/\u003e\u003csup\u003eFind Dialog\u003c/sup\u003e\r\n\u003c/p\u003e\r\n\r\n\u003cp align=\"center\" width=\"100%\"\u003e\r\n  \u003cimg src=\"img/replace-dialog.png\"/\u003e\r\n  \u003cbr/\u003e\u003csup\u003eReplace Dialog\u003c/sup\u003e\r\n\u003c/p\u003e\r\n\r\n\u003cp align=\"center\" width=\"100%\"\u003e\r\n  \u003cimg src=\"img/go-to-line-dialog.png\"/\u003e\r\n  \u003cbr/\u003e\u003csup\u003eGo to Line Dialog\u003c/sup\u003e\r\n\u003c/p\u003e\r\n\r\n## Compiling\r\n\r\nRSTAUI is built using Gradle.  To compile the source, run all tests, and build the distribution jar,\r\nsimply change into the project directory and run:\r\n\r\n    gradlew build --warning-mode all\r\n\r\n## Example Usage\r\n\r\nA very simple example can be found in the\r\n[RSTAUIDemoApp class](https://github.com/bobbylight/RSTAUI/blob/master/RSTAUIDemo/src/main/java/org/fife/rsta/ui/demo/RSTAUIDemoApp.java)\r\nincluded in this project.\r\n\r\n## Sister Projects\r\n\r\n* [RSyntaxTextArea](https://github.com/bobbylight/RSyntaxTextArea) provides syntax highlighting, code folding, and many other features out-of-the-box.\r\n* [AutoComplete](https://github.com/bobbylight/AutoComplete) - Adds code completion to RSyntaxTextArea (or any other JTextComponent).\r\n* [RSTALanguageSupport](https://github.com/bobbylight/RSTALanguageSupport) - Code completion for RSTA for the following languages: Java, JavaScript, HTML, PHP, JSP, Perl, C, Unix Shell.\r\n  Built on both RSTA and AutoComplete.\r\n* [SpellChecker](https://github.com/bobbylight/SpellChecker) - Adds squiggle-underline spell checking to RSyntaxTextArea.\r\n\r\n## Getting Help\r\n\r\n* Add an issue on GitHub\r\n* Check the project's [home page](http://bobbylight.github.io/RSyntaxTextArea/)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbylight%2Frstaui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobbylight%2Frstaui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbylight%2Frstaui/lists"}