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: