public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Improve help text
@ 2006-01-10 16:12 Andrew STUBBS
  0 siblings, 0 replies; only message in thread
From: Andrew STUBBS @ 2006-01-10 16:12 UTC (permalink / raw)
  To: insight

[-- Attachment #1: Type: text/plain, Size: 404 bytes --]

Hi,

The help for the source window did not include all the menu entries. 
This patch adds a short description for the Close, Source, Connect to 
target, and Disconnect menu entries. These were previously missing.

I also removed the 'Windows Only' note because I see Print on Linux.

This is just a small change for the sake of completeness and because our 
testers spotted the omission.

Andrew Stubbs

[-- Attachment #2: insight-help.patch --]
[-- Type: text/plain, Size: 1698 bytes --]

2006-01-10  Andrew Stubbs  <andrew.stubbs@st.com>

	* library/help/source.html: Add entries for the missing menu commands.

Index: src/gdb/gdbtk/library/help/source.html
===================================================================
--- src.orig/gdb/gdbtk/library/help/source.html	2000-02-07 00:19:42.000000000 +0000
+++ src/gdb/gdbtk/library/help/source.html	2006-01-10 15:17:44.000000000 +0000
@@ -60,24 +60,32 @@ the program, and allows visualization of
 <DL>
 <DT>Open</DT>
 <DD>Opens a file selection dialog to select the executable to debug</DD>
+<DT>Close</DT>
+<DD>Closes a previously opened executable file</DD>
+<DT>Source</DT>
+<DD>Reads and executes GDB commands from a text file</DD>
 <DT>Target Settings...</DT>
 <DD>Opens the <A HREF="target.html">Target Selection Dialog</A> to edit target
 settings</DD>
 <DT>Page Setup</DT>
 <DD>(Windows only) Opens the Windows Page Setup dialog to configure printing</DD>
 <DT>Print</DT>
-<DD>(Windows only) Print the contents of the Source Window Display</DD>
+<DD>Print the contents of the Source Window Display</DD>
 <DT>Exit</DT>
 <DD>Exits the debugger</DD>
 </DL>
 
 <H4><A NAME="menus_run"></A>Run Menu</H4>
 <DL>
+<DT>Connect to target</DT>
+<DD>Connect to the target specified in the <A HREF="target.html">Target Selection Dialog</A>. Open the dialog if there are no current settings.</DD>
 <DT>Download</DT>
 <DD>Initiates download of the executable onto the target via the protocol specified
 in the <A HREF="target.html">Target Selection Dialog</A></DD>
 <DT>Run</DT>
 <DD>Runs or re-runs the program</DD>
+<DT>Disconnect</DT>
+<DD>Close a previously opened connection</DD>
 </DL>
 
 <H4><A NAME="menus_view"></A>View Menu</H4>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-10 16:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-10 16:12 [PATCH] Improve help text Andrew STUBBS

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).