Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Note that Maven- and signing-related properties are in <maven-home>/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
Expand Down
5 changes: 2 additions & 3 deletions src/main/dist/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
18 changes: 14 additions & 4 deletions src/main/dist/doc/en/SourceBrowser.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,38 @@
<h2>The Source Browser</h2>
<HR ALIGN="center" WIDTH="100%">

<p>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
<p>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:</p>

<ol>
<li><b>Go to the <a href="ViewMenu.html">View menu</a>, then select
'Source Browser'.</b></li>
'Outline'.</b></li>
</ol>

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

<ul>
<li>Batch scripts</li>
<li>C</li>
<li>C++</li>
<li>C#</li>
<li>Fortran</li>
<li>Groovy</li>
<li>HTML</li>
<li>Java</li>
<li>JavaScript</li>
<li>Lisp</li>
<li>Lua</li>
<li>Make</li>
<li>MXML</li>
<li>Pascal</li>
<li>Perl</li>
<li>Python</li>
<li>Ruby</li>
<li>SQL</li>
<li>TCL</li>
<li>UNIX Shell scripts</li>
</ul>

Expand Down