Skip to content

Commit 55fbaff

Browse files
committed
Preparing for 6.1.0 release
1 parent 6891b57 commit 55fbaff

2 files changed

Lines changed: 16 additions & 7 deletions

File tree

src/main/dist/Readme.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ a plugin API is being developed to add new functionality to RText with ease.
4444

4545
2. Requirements
4646
---------------
47-
Using the Source Browser plugin (which comes standard with RText) requires
47+
Using the Outline panel to view your code's structure requires
4848
either Exuberant Ctags, or the classic "ctags" UNIX command. If you do not
49-
have either installed, RText will still work normally, but the Source Browser
49+
have either installed, RText will still work normally, but the Outline panel
5050
will be disabled. You can download Exuberant CTags here:
5151
https://sourceforge.net/projects/ctags
5252

@@ -138,6 +138,5 @@ robet@fifesoft.com
138138

139139
8. Special Thanks
140140
-----------------
141-
- Sourceforge.net for hosting RText's bug tracker and other tools.
142141
- Steve Christensen for creating Solaris packages.
143142
- Rob Manning for getting RText into Maven.

src/main/dist/doc/en/SourceBrowser.html

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,38 @@
99
<h2>The Source Browser</h2>
1010
<HR ALIGN="center" WIDTH="100%">
1111

12-
<p>The Source Browser is a dockable component that requires Exuberant CTags
13-
(https://sourceforge.net/ctags); it currently does not work with the standard
14-
ctags executable that comes with many UNIX/Linux installations. You can enable
12+
<p>The Source Browser is a dockable component that requires ctags (standard or
13+
Exuberant CTags (https://sourceforge.net/ctags)installations. You can enable
1514
the Source Browser in any of the following ways:</p>
1615

1716
<ol>
1817
<li><b>Go to the <a href="ViewMenu.html">View menu</a>, then select
19-
'Source Browser'.</b></li>
18+
'Outline'.</b></li>
2019
</ol>
2120

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

2524
<ul>
25+
<li>Batch scripts</li>
2626
<li>C</li>
2727
<li>C++</li>
2828
<li>C#</li>
2929
<li>Fortran</li>
30+
<li>Groovy</li>
3031
<li>HTML</li>
3132
<li>Java</li>
33+
<li>JavaScript</li>
34+
<li>Lisp</li>
35+
<li>Lua</li>
36+
<li>Make</li>
37+
<li>MXML</li>
38+
<li>Pascal</li>
3239
<li>Perl</li>
40+
<li>Python</li>
41+
<li>Ruby</li>
3342
<li>SQL</li>
43+
<li>TCL</li>
3444
<li>UNIX Shell scripts</li>
3545
</ul>
3646

0 commit comments

Comments
 (0)