[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[TSVN] Context menu representation in the docs

From: Simon Large <slarge_at_slarge.plus.com>
Date: 2005-05-04 12:21:40 CEST

Hi folks,

I started going through the docs again making the <guimenuitem> usage
consistent.
In Hacking.txt it says _not_ to say 'From the context menu select show
log', but
to use the <menuchoice> markup instead.

For items in the main TSVN context menu we put:

<menuchoice>
  <guimenu>TortoiseSVN</guimenu>
  <guimenuitem>Show Log</guimenuitem>
</menuchoice>

which shows up as 'TortoiseSVN -> Show Log'

But for context menus we just have:

<menuchoice>
  <guimenuitem>Use text block from <quote>theirs</quote></guimenuitem>
</menuchoice>.

This appears in a different font, but it is not always obvious that it
refers to a context menu. For those items, we could change the markup
to:

<menuchoice>
   <guimenu>Context Menu</guimenu>
   <guimenuitem>Use text block from <quote>theirs</quote></guimenuitem>
</menuchoice>.

What do y'all think?

Simon

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed May 4 12:20:46 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.