Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-doc-dev] Conditional help text in Eclipse 3.2

Michael,

Can you redirect this discussion to platform-ua-dev mailing list? The
questions you have are related to the capability provided by the User
Assistance component. I have forwarded this posting to Curtis from the UA
team. Note that plarform-help-dev is now defunct in favor of
platform-ua-dev.

Regards,

Dejan Glozic, Ph.D.
Manager, Eclipse Development 1A
D1/R0Q/8200/MKM
IBM Canada Ltd.
Tel. 905 413-2745  T/L 969-2745
Fax. 905 413-4850



                                                                           
             Michael Behm                                                  
             <mbehm@xxxxxxxxxx                                             
             >                                                          To 
             Sent by:                  platform-doc-dev@xxxxxxxxxxx,       
             platform-doc-dev-         platform-help-dev@xxxxxxxxxxx       
             bounces@eclipse.o                                          cc 
             rg                                                            
                                                                   Subject 
                                       [platform-doc-dev] Conditional help 
             05/16/2006 09:37          text in Eclipse 3.2                 
             AM                                                            
                                                                           
                                                                           
             Please respond to                                             
                 "Platform                                                 
               Documentation                                               
               discussions."                                               
             <platform-doc-dev                                             
               @eclipse.org>                                               
                                                                           
                                                                           




I understand that in the 3.2 documentation, text can be conditionalized
as described here:
http://www.eclipse.org/eclipse/platform-ua/proposals/xhtml/HelpDynamicContent.html


The valid values are:
For ws: win32 motif gtk photon carbon unknown
For os: win32 linux aix solaris hpux qnx macosx unknown

My question is, what is the markup that allows text to appear on
http://help.eclipse.org/help31/index.jsp pages? I'm assuming that it is
the "unknown" setting, but I would like to have that confirmed.

Example:
========

<h2>Context-sensitive help</h2>

<p>If you are working through a task and encounter part of the interface
that you do not understand, use context-sensitive help.

<!-- For eclipse.org -->
<span filter="os=unknown">
Bring focus to the interface widget in question by clicking on it
or using the Tab key
and then press
F1 (Ctrl+F1 on GTK+ or Help key on Carbon).
</span>

<!-- For Windows -->
<span filter="ws=win32">
Bring focus to the interface widget in question by clicking on it
(or using the Tab key)
and then press F1.
</span>

<!-- For Linux GTK -->
<span filter="ws=gtk">
Bring focus to the interface widget in question by clicking on it
and then press Ctrl+F1.
</span>

<!-- For Macs -->
<span filter="ws=carbon">
Bring focus to the interface widget in question by clicking on it
and then press the Help key.
</span>

</p>


_______________________________________________
platform-doc-dev mailing list
platform-doc-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-doc-dev




Back to the top