From 69073e7b001f43e3ef1be6397645092f0ba19bf0 Mon Sep 17 00:00:00 2001 From: bobbylight Date: Mon, 12 Jan 2026 22:31:56 -0500 Subject: [PATCH 1/2] Preparing for 6.1.0 release --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c0c43842..1ad4f8bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Note that Maven- and signing-related properties are in /gradle.properties javaReleaseVersion=25 -version=6.1.0-SNAPSHOT +version=6.1.0 # The JDK to use when generating the embedded JRE jdkRootWindows=C:/java/jdk-25.0.1 From d5ac89eda0208520d0518a580ac5b193ae1889e3 Mon Sep 17 00:00:00 2001 From: bobbylight Date: Mon, 12 Jan 2026 22:31:56 -0500 Subject: [PATCH 2/2] Preparing for 6.1.0 release --- gradle.properties | 2 +- src/main/dist/Readme.txt | 5 ++--- src/main/dist/doc/en/SourceBrowser.html | 18 ++++++++++++++---- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/gradle.properties b/gradle.properties index c0c43842..1ad4f8bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Note that Maven- and signing-related properties are in /gradle.properties javaReleaseVersion=25 -version=6.1.0-SNAPSHOT +version=6.1.0 # The JDK to use when generating the embedded JRE jdkRootWindows=C:/java/jdk-25.0.1 diff --git a/src/main/dist/Readme.txt b/src/main/dist/Readme.txt index ca1a8b79..1a7f5a0c 100644 --- a/src/main/dist/Readme.txt +++ b/src/main/dist/Readme.txt @@ -44,9 +44,9 @@ a plugin API is being developed to add new functionality to RText with ease. 2. Requirements --------------- -Using the Source Browser plugin (which comes standard with RText) requires +Using the Outline panel to view your code's structure requires either Exuberant Ctags, or the classic "ctags" UNIX command. If you do not -have either installed, RText will still work normally, but the Source Browser +have either installed, RText will still work normally, but the Outline panel will be disabled. You can download Exuberant CTags here: https://sourceforge.net/projects/ctags @@ -138,6 +138,5 @@ robet@fifesoft.com 8. Special Thanks ----------------- -- Sourceforge.net for hosting RText's bug tracker and other tools. - Steve Christensen for creating Solaris packages. - Rob Manning for getting RText into Maven. diff --git a/src/main/dist/doc/en/SourceBrowser.html b/src/main/dist/doc/en/SourceBrowser.html index 7849d62b..e438ba2a 100644 --- a/src/main/dist/doc/en/SourceBrowser.html +++ b/src/main/dist/doc/en/SourceBrowser.html @@ -9,28 +9,38 @@

The Source Browser


-

The Source Browser is a dockable component that requires Exuberant CTags - (https://sourceforge.net/ctags); it currently does not work with the standard - ctags executable that comes with many UNIX/Linux installations. You can enable +

The Source Browser is a dockable component that requires ctags (standard or + Exuberant CTags (https://sourceforge.net/ctags)installations. You can enable the Source Browser in any of the following ways:

  1. Go to the View menu, then select - 'Source Browser'.
  2. + 'Outline'.

When enabled, the source browser displays the logical layout of your source code as a source tree for the following languages:

    +
  • Batch scripts
  • C
  • C++
  • C#
  • Fortran
  • +
  • Groovy
  • HTML
  • Java
  • +
  • JavaScript
  • +
  • Lisp
  • +
  • Lua
  • +
  • Make
  • +
  • MXML
  • +
  • Pascal
  • Perl
  • +
  • Python
  • +
  • Ruby
  • SQL
  • +
  • TCL
  • UNIX Shell scripts