RText
RText copied to clipboard
A syntax highlighting, code folding, programmer's text editor written in Swing. http://bobbylight.github.io/RText/
RText 6.0.2 cannot be launched on my iMac: macOS Ventura 13.5.2 (22G91)
This will be supported in RSTA 3.4.0, so should also be supported in RText.
Currently, when selecting text, the gutter shows the number of characters selected like so: ``` 61 chars ``` It would be nice if it also showed the number of line...
Help > Check for Updates... action blocks UI when network connection is not available, for example, behind a proxy. Check for updates should be run with SwingUtilities.invokeLater.
Hi, I would like to run `make` using a custom tool (as defined in the menu). However, when setting the program to `"C:\\cygwin64\\bin\\bash"` in my custom tool, I get `Program...
Is it possible to add an option 'Open files on start up in last session' to automatically open files that opened in last session when RText restarts?
RText currently labels different files with the same name via incrementing numbers, e.g. ``` file.txt (1) file.txt (2) ``` A better approach is that used by IntelliJ - in this...
Add the ability to seach in the parent folder of the selected file in the `Find in Files` dialog.
Right now code folding is toggled on a per-language basis, Folding is rarely disabled, and the option panel would be greatly simplified if the option to toggle it for each/all...
In the Java - Build path - Add, allow browsing or adding a list. If many jars are added to a script, it takes a lot of time to add...