GithubHelp home page GithubHelp logo

tehleo / rstaui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bobbylight/rstaui

0.0 2.0 0.0 550 KB

A library of common dialogs and UI elements needed by applications embedding text components such as RSyntaxTextArea.

Java 100.00%

rstaui's Introduction

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 tool bars (a 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 (com.fifesoft:rstaui:XXX). SNAPSHOT builds of the in-development, unreleased version are hosted on Sonatype.

RSTAUI is available under a modified BSD license. For more information, visit http://bobbylight.github.io/RSyntaxTextArea/.

Compiling

RSTAUI is built using Gradle. To compile the source, run all tests, and build the distribution jar, simply change into the project directory and run:

gradlew build --warning-mode all

Example Usage

A very simple example can be found in the RSTAUIDemoApp class included in this project.

Sister Projects

  • RSyntaxTextArea provides syntax highlighting, code folding, and many other features out-of-the-box.
  • AutoComplete - Adds code completion to RSyntaxTextArea (or any other JTextComponent).
  • RSTALanguageSupport - Code completion for RSTA for the following languages: Java, JavaScript, HTML, PHP, JSP, Perl, C, Unix Shell. Built on both RSTA and AutoComplete.
  • SpellChecker - Adds squiggle-underline spell checking to RSyntaxTextArea.

Getting Help

  • Add an issue on GitHub
  • Check the project's home page

rstaui's People

Contributors

bobbylight avatar kosivantsov avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.