RText icon indicating copy to clipboard operation
RText copied to clipboard

A syntax highlighting, code folding, programmer's text editor written in Swing. http://bobbylight.github.io/RText/

Results 16 RText issues
Sort by recently updated
recently updated
newest added

RText 6.0.2 cannot be launched on my iMac: macOS Ventura 13.5.2 (22G91)

bug
waiting-for-feedback

This will be supported in RSTA 3.4.0, so should also be supported in RText.

enhancement

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...

enhancement

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.

bug

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...

waiting-for-feedback

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?

enhancement

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...

enhancement

Add the ability to seach in the parent folder of the selected file in the `Find in Files` dialog.

enhancement

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...

enhancement

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...