
Index
From: Mark Meier RTzen, Inc.
Subject: TeeGopher 2.0 Issue
Date: Tue, 17 Jun 2003 15:04:05 -0400
Newsgroup: steema.public.teegofer2.general
It looks like Tee Gopher is not =
concatenating a=20
space onto the end of a multi-line summary tag. Thus, when the =
multi-line=20
comment is converted to a help file words at the end of the previous =
line run=20
together with words from the beginning of the next. Tee Gopher 1 =
didn't=20
have this problem.
This is a bit of an issue actually =
-- I've got=20
lots of multi-line comments in my source.
Here's an example from =
2.0:
---
Maintains a dynamic collection of =
helper objects,=20
used to construct objects in the system. The collection=20
ofhelpers is intended to be displayed from a list in a=20
user-interface component, so that a user candirectly =
execute=20
them. Each helper provides a name, descriptive text and an array of=20
descriptionsof parameters that are required by the =
helper. The=20
user-interface component will typically displaythe =
names of=20
available helpers, optionally display the descriptive text, and use the =
list of=20
parameterdescriptions to adequately execute the=20
helper.
---
Here's the same example in =
1.0:
---
Maintains a dynamic collection of =
helper objects,=20
used to construct objects in the system. The collection of helpers is =
intended=20
to be displayed from a list in a user-interface component, so that a =
user can=20
directly execute them. Each helper provides a name, descriptive text and =
an=20
array of descriptions of parameters that are required by the helper. The =
user-interface component will typically display the names of available =
helpers,=20
optionally display the descriptive text, and use the list of parameter=20
descriptions to adequately execute the helper.
---
Sincerely,
Mark