{"id":17178526,"url":"https://github.com/bobbylight/rtext","last_synced_at":"2025-04-06T10:11:05.431Z","repository":{"id":10902681,"uuid":"13198054","full_name":"bobbylight/RText","owner":"bobbylight","description":"A syntax highlighting, code folding, programmer's text editor written in Swing.  http://bobbylight.github.io/RText/","archived":false,"fork":false,"pushed_at":"2024-12-20T21:20:12.000Z","size":64540,"stargazers_count":91,"open_issues_count":12,"forks_count":22,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-30T09:05:44.327Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"mm580486/kave_rest_api","license":"bsd-3-clause","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":"LICENSE","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-09-29T19:04:31.000Z","updated_at":"2025-03-28T13:09:16.000Z","dependencies_parsed_at":"2024-12-20T21:46:46.994Z","dependency_job_id":null,"html_url":"https://github.com/bobbylight/RText","commit_stats":{"total_commits":614,"total_committers":2,"mean_commits":307.0,"dds":"0.46254071661237783","last_synced_commit":"35a3903d092a304dd0406d6c9c235ce0da1da6ba"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbylight%2FRText","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbylight%2FRText/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbylight%2FRText/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbylight%2FRText/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobbylight","download_url":"https://codeload.github.com/bobbylight/RText/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247464220,"owners_count":20942970,"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:36.130Z","updated_at":"2025-04-06T10:11:05.390Z","avatar_url":"https://github.com/bobbylight.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RText\n![Java Build](https://github.com/bobbylight/RText/actions/workflows/gradle.yml/badge.svg)\n![Java Build](https://github.com/bobbylight/RText/actions/workflows/codeql-analysis.yml/badge.svg)\n\nRText is a programmer's text editor written in Java.  It has all the features\nyou would expect:\n\n* Syntax highlighting for 50+ languages\n* Code folding\n* Regex search and replace\n* Find/replace in files\n* Varying degrees of code completion for C, Java, Perl, JavaScript, and more\n* Varying degrees of syntax checking for various languages ([JSHint](https://jshint.com/)\n  integration for JavaScript, compiler checking for Perl, XML well-formedness checking, etc.)\n* Programmatic macros, write them in either JavaScript or Groovy\n* Application lifecycle (bootstrap, plugin loading, cleanup, shutdown)\n* Preference loading and saving\n* User-configurable key bindings\n* Standard modals for Options, Help, About, Printing\n* File chooser (richer feature set and improved usability over JFileChooser)\n* Dockable windows\n* External tools\n* Much more\n\n## Building\n\nRText uses [Gradle](https://gradle.org/) to build.  To compile, run\nall unit tests, and create the jar, and run:\n\n    ./gradlew build installDist\n    java -jar build/install/rtext/RText.jar\n\nNote that RText requires Java 21 or later to build.\n\n### Building the Windows application and installer\n\nTo create the Windows version of the application, run the `generateWindowsStarterExe`\ntask in addition to `installDist`.  This ensures a trimmed-down JRE is generated,\nand a starter `RText.exe` file is added into `build/install/rtext`:\n\n    ./gradlew clean build installDist generateWindowsStarterExe\n\nThe `generateWindowsStarterExe` task uses a JDK 21 install and `launch4j` as defined in\n`gradle.properties`.\n\nNote this gradle task runs `jlink` directly and uses `launch4j` rather than using\n`jpackage` directly since our app needs loose files and `jpackage` seems to require\nall files being wrapped into the generated .exe.  This is different than our OS X\napp task (discussed below) which uses `jpackage`.\n\nAfter building the installable image, you can create the win32 installer by\nrunning the `MakeRTextInstaller.nsi` [NSIS](https://nsis.sourceforge.io/Main_Page)\nscript at the root of the project.\n\n### Building the OS X application\n\nBuilding the OS X package has just been revamped.  To build the .app bundle into\n`build/install/RText-\u003cversion\u003e.dmg`:\n\n    ./gradlew clean build generateMacApp\n\nThe generated `RText-\u003cversion\u003e.dmg` can be used to install `RText.app` to the Applications\nfolder.  Note that this app currently isn't signed, so Gatekeeper will likely prevent\nyou from installing.  In order to get around this you'll need to tweak your security\npolicy to allow installing of apps from outside the App Store.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbylight%2Frtext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobbylight%2Frtext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbylight%2Frtext/lists"}