|
Re: Effects of activities on help in M8 [message #239103 is a reply to message #238948] |
Thu, 06 May 2004 02:37 |
Konrad Kolosowski Messages: 243 Registered: July 2009 |
Senior Member |
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0057_01C432F1.82F7C6C0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
A plugin, but typically main product plugin defines Eclipse activities =
as in =
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform -ui-home/acti=
vities/activities.html
where in expression=20
identifier :=3D plugin-identifier + "/" + local-identifier=20
local-identifier in help context is a name of the TOC file. For example =
pattern=3D"org\.eclipse\.platform\.doc\.isv/topics_Samples\.xml "> =
corresponds to examples subtree in Platform Developers Guide book. If =
the activity for which this pattern is defined in product plugin.xml is =
disabled, the topics from topic_Samples.xml are missing from the tree.
Identifiers for activity mapping are regular expressions so another =
example pattern=3D"org\.eclipse\.platform\.doc\.isv.*" will match =
anything in this plug-in effectively filtering all TOCs from this =
plug-in. More elaborate expressions can be created.
Konrad
<acolleen@ca.ibm.com> wrote in message =
news:c7b92c$njl$1@eclipse.org...
Hi,=20
I'm trying to figure out what effect activities have on the help in M8 =
and haven't had much luck finding information on this. I have been able =
to locate some information regarding the use of activities - but not =
specific to the help system. Can anyone provide any insight on this or =
direct me to an appropriate source of information?=20
Basically, I'm trying to figure out how help that is related to a =
specific activity (eg. Debugging) can be filtered. Is it filtered at the =
book level, so that only books that contain information related to =
enabled activities appear in the online help? If this is the case, how =
can this be accomplished?=20
Thanks for your help.=20
Colleen
------=_NextPart_000_0057_01C432F1.82F7C6C0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>A plugin, but typically main product =
plugin defines=20
Eclipse activities as in <A=20
href=3D" http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform -ui-h=
ome/activities/activities.html">http://dev.eclipse.org/viewcvs/index.cgi/=
~checkout~/platform-ui-home/activities/activities.html</A><BR >where=20
in expression <BR>identifier :=3D plugin-identifier + "/" + =
local-identifier=20
<BR>local-identifier in help context is a name of the TOC file. =
For=20
example =
pattern=3D"org\.eclipse\.platform\.doc\.isv/topics_Samples\.xml ">=20
corresponds to examples subtree in Platform Developers Guide book. =
If the=20
activity for which this pattern is defined in product plugin.xml is =
disabled,=20
the topics from topic_Samples.xml are missing from the =
tree.<BR>Identifiers for=20
activity mapping are regular expressions so another example =20
pattern=3D"org\.eclipse\.platform\.doc\.isv.*" will match anything in =
this plug-in=20
effectively filtering all TOCs from this plug-in. More elaborate=20
expressions can be created.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Konrad</FONT></DIV>
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV><<A =
href=3D"mailto:acolleen@ca.ibm.com">acolleen@ca.ibm.com</A>>=20
wrote in message <A=20
=
href=3D"news:c7b92c$njl$1@eclipse.org">news:c7b92c$njl$1@eclipse.org</A>.=
...</DIV><BR><FONT=20
face=3Dsans-serif size=3D2>Hi,</FONT> <BR><BR><FONT face=3Dsans-serif =
size=3D2>I'm=20
trying to figure out what effect activities have on the help in M8 and =
haven't=20
had much luck finding information on this. I have been able to locate =
some=20
information regarding the use of activities - but not specific to the =
help=20
system. Can anyone provide any insight on this or direct me to an =
appropriate=20
source of information?</FONT> <BR><BR><FONT face=3Dsans-serif =
size=3D2>Basically,=20
I'm trying to figure out how help that is related to a specific =
activity (eg.=20
Debugging) can be filtered. Is it filtered at the book level, so that =
only=20
books that contain information related to enabled activities appear in =
the=20
online help? If this is the case, how can this be accomplished?</FONT> =
<BR><BR><FONT face=3Dsans-serif size=3D2>Thanks for your help.</FONT> =
<BR><FONT=20
face=3Dsans-serif size=3D2>Colleen</FONT></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_0057_01C432F1.82F7C6C0--
|
|
|
|
Re: Effects of activities on help in M8 [message #239311 is a reply to message #239232] |
Thu, 06 May 2004 19:07 |
Konrad Kolosowski Messages: 243 Registered: July 2009 |
Senior Member |
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0018_01C4337B.D981E860
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Books can be built from multiple TOCs. The solution is to group =
debugger topics into their own TOC file. Your toc_Reference.xml can =
contain anchor or link to toc_debugger.xml and toc_debugger.xml can be =
mapped to a Debugger activity. This way the Reference book will stay =
visible, but its Debugger part will be filtered out.
Konrad
<acolleen@ca.ibm.com> wrote in message =
news:c7dkeb$eng$1@eclipse.org...
Thanks for the information - I have been able to get this to work in =
M8 using the name of a TOC file as the local identifier.=20
I have one further question...can I use activities to filter at a =
lower level than the TOC file? For example, I have a TOC file called =
toc_Reference.xml that contributes a book called "Reference" to the help =
system. This book contains a variety of parent topics, including a top =
level "Debugger" topic. When I have the Debugging activity enabled, I =
want this "Debugger" topic (and its children) to appear; when the =
Debugging activity is disabled, I don't want this topic (and its =
children) to appear within the Reference book in the help.=20
Is there any way using activities that I can control filtering at this =
level?=20
Thanks again for your help.=20
Colleen
------=_NextPart_000_0018_01C4337B.D981E860
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Books can be built from multiple =
TOCs. The=20
solution is to group debugger topics into their own TOC file. =
Your=20
toc_Reference.xml can contain anchor or link to toc_debugger.xml =
and=20
toc_debugger.xml can be mapped to a Debugger activity. This way =
the=20
Reference book will stay visible, but its Debugger part will be filtered =
out.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Konrad</FONT></DIV>
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV><<A =
href=3D"mailto:acolleen@ca.ibm.com">acolleen@ca.ibm.com</A>>=20
wrote in message <A=20
=
href=3D"news:c7dkeb$eng$1@eclipse.org">news:c7dkeb$eng$1@eclipse.org</A>.=
...</DIV><BR><FONT=20
face=3Dsans-serif size=3D2>Thanks for the information - I have been =
able to get=20
this to work in M8 using the name of a TOC file as the local =
identifier.=20
</FONT><BR><BR><FONT face=3Dsans-serif size=3D2>I have one further =
question...can=20
I use activities to filter at a lower level than the TOC file? For =
example, I=20
have a TOC file called toc_Reference.xml that contributes a book =
called=20
"Reference" to the help system. This book contains a variety of parent =
topics,=20
including a top level "Debugger" topic. When I have the Debugging =
activity=20
enabled, I want this "Debugger" topic (and its children) to appear; =
when the=20
Debugging activity is disabled, I don't want this topic (and its =
children) to=20
appear within the Reference book in the help.</FONT> <BR><BR><FONT=20
face=3Dsans-serif size=3D2>Is there any way using activities that I =
can control=20
filtering at this level?</FONT> <BR><BR><FONT face=3Dsans-serif =
size=3D2>Thanks=20
again for your help.</FONT> <BR><FONT face=3Dsans-serif =
size=3D2>Colleen=20
</FONT></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_0018_01C4337B.D981E860--
|
|
|
Powered by
FUDForum. Page generated in 0.03753 seconds