Search found 41 matches
- Fri Jul 02, 2004 1:46 pm
- Forum: General
- Topic: Feature request
- Replies: 1
- Views: 6753
Feature request
Hi, Each time the Edit | Refresh option is used, the tree view is reloaded and full collapsed. It would be useful preserving its original state and the node that was selected before doing the Refresh. If you have a few nested namespaces, each time you use this option, you must navigate again to your...
- Thu Jul 01, 2004 6:58 pm
- Forum: General
- Topic: Content of grayed box not correctly displayed
- Replies: 2
- Views: 8402
Content of grayed box not correctly displayed
Hi,
Found thin sin grayed boxes:
[Serializable]
public enum ErrorKind : Enum , IComparable
, IFormattable, IConvertible
The above line feets in two lines (one for [Serializable] and the other one for the rest), but a carriage return is being issued after IComparable.
Regards
Found thin sin grayed boxes:
[Serializable]
public enum ErrorKind : Enum , IComparable
, IFormattable, IConvertible
The above line feets in two lines (one for [Serializable] and the other one for the rest), but a carriage return is being issued after IComparable.
Regards
- Wed Jun 30, 2004 8:24 pm
- Forum: General
- Topic: Another Bug: See also link merges with param link
- Replies: 1
- Views: 7224
Another Bug: See also link merges with param link
<Member name="LabObjectEventArgsConstructor"> <summary>somthing</summary> <param name="obj">The <a "AdLandLabTechnologyCoreILabObject.htm">ILabObject</a> that the event is responding to.</param> </Member> An href in the param tag causes a link conflict with See Also Parameters obj The See Also
- Wed Jun 30, 2004 7:47 pm
- Forum: General
- Topic: Bug: Incorrect delegate declaration
- Replies: 1
- Views: 7297
Bug: Incorrect delegate declaration
Delegates are being declared as:
public virtual Void Invoke(Object sender, LabObjectEventArgs e)
instead of
public delegate void LabObjectEventHandler(object sender, LabObjectEventArgs e);
Is anybody from the support team reading my posts?
Regards
public virtual Void Invoke(Object sender, LabObjectEventArgs e)
instead of
public delegate void LabObjectEventHandler(object sender, LabObjectEventArgs e);
Is anybody from the support team reading my posts?
Regards
- Wed Jun 30, 2004 1:32 pm
- Forum: General
- Topic: Bug: Overriden members showed as virtual
- Replies: 1
- Views: 6922
Bug: Overriden members showed as virtual
I have a class that overrides the Equals, GetHashCode, and ToString() methods.
They are being published as:
public virtual String ToString()
instead of
public override String ToString()
regards.
They are being published as:
public virtual String ToString()
instead of
public override String ToString()
regards.
- Wed Jun 30, 2004 1:24 pm
- Forum: General
- Topic: Bug: Options -> Project Options -> AssemblyFileNames
- Replies: 1
- Views: 7073
Bug: Options -> Project Options -> AssemblyFileNames
If I remove all the assemblies, the ellipsis button is still there. Click it to get an exception.
Regards
Regards
- Wed Jun 30, 2004 1:22 pm
- Forum: General
- Topic: Bug: Assembly badly refreshed
- Replies: 1
- Views: 7195
Bug: Assembly badly refreshed
Hi,
I have added a few methods to an intetrface. Then I build the assembly.
Then, when I click Refresh inside TeeGofer the new methods aren't been detected. If I close TeeGofer, Open the project again and click Refresh it works.
Regards
I have added a few methods to an intetrface. Then I build the assembly.
Then, when I click Refresh inside TeeGofer the new methods aren't been detected. If I close TeeGofer, Open the project again and click Refresh it works.
Regards
- Tue Jun 29, 2004 2:33 pm
- Forum: General
- Topic: Interface inheritance not being exposed
- Replies: 1
- Views: 7125
Interface inheritance not being exposed
Hi, I have an interface that inherits from two other interfaces. This situation is not being represented in the grayed rectangle. Example: ILabObject : IComparable, IValidationService The grayed rectable shows: public abstract interface ILabObject instead of public abstract interface ILabObject : IC...
- Mon Jun 28, 2004 1:16 pm
- Forum: General
- Topic: URGENTE:Como especificar SUMMARY tag en el contents editor
- Replies: 4
- Views: 7463
Well, I think the best option and unique ;-) is to write summary tags in source code. It would be a cool feature if help writers can write all that stuff within TeeGofer. This way, they can work on help stuff without touching the source code and programmers can work on source code without touching h...
- Mon Jun 28, 2004 11:51 am
- Forum: General
- Topic: URGENTE:Como especificar SUMMARY tag en el contents editor
- Replies: 4
- Views: 7463
I'd like the same look that I would obtain if I use the XML file generated by the C# compiler. I'm not using <summary> in my source, because mixing help w/source makes it unreadable and confusing. If I use the generated xml file, each <summary> value appears as the first line in each topic, but ther...
- Mon Jun 28, 2004 10:36 am
- Forum: General
- Topic: URGENTE:Como especificar SUMMARY tag en el contents editor
- Replies: 4
- Views: 7463
URGENTE:Como especificar SUMMARY tag en el contents editor
Como hago para especificar el SUMMARY tag desde el contents editor. Todo lo que agrego alli aparece debajo del rectangulo gris con la declaracion del elemento y arriba del see also. Si importo el XML generado durante la compilación este contenido es agregado primero de todo en los tópicos. Si bien p...