Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - pcleary

Pages: [1]
1
Suggestions and Requests / Re: .NET Framework Types
« on: February 26, 2004, 11:03:25 am »
AWESOME!  THANKS, I Downloaded it, then transferred then reverse engineered our entire project and it worked NICE!

2
Suggestions and Requests / Re: .NET Framework Types
« on: February 13, 2004, 09:38:40 am »
Thanks, I would love to see your EAP, but I do not see a link where I can download it on your page.  Would it be possible to zip it up and email it to me.

Thanks!

3
Suggestions and Requests / .NET Framework Types
« on: February 12, 2004, 12:19:41 pm »
I should be able to either 1) begin a project from a .net framework eap template that already has all of the classes in .net loaded -OR- 2) download files to be imported into EA.  I did find a tool, but working with it was tedius and not all that accurate.

4
Suggestions and Requests / Handling of .NET Comments
« on: February 12, 2004, 12:21:09 pm »
The .net comments (summary, exception, param, remarks, example, code, etc.) Should be handled a little better.  Also, if I do a comment <see cref="" or <seealso cref="" or <exception cref="", would be nice if I could link from the generated documentation to the class being referenced.

5
Suggestions and Requests / Re: Visibility at the element level
« on: February 12, 2004, 12:18:25 pm »
Not sure if this is relevant or not, but I "third" this.  I dragged the .NET Framework System.Xml.XmlDocument class in, and it was HUGE.  I really don't need to see all those attributes and properties, but I do need them on my classes I am working on.  Visibility at an element (class, package, object, etc.) would be REALLY sweet.

6
Suggestions and Requests / Inheritance and Interface Synch
« on: February 12, 2004, 12:53:00 pm »
If a concrete class is extending a base class, and I add, update, or delete a property or operation on the base class, the change should be immediately realized in the base class.  Right now, I have to delete the "inherits" relationship and re-add it.  The same thing applies to updating interfaces.

7
General Board / Reverse Engineering Question
« on: February 11, 2004, 12:17:36 pm »
I am reverse engineering from a large project with hundreds of class files.  When I reverese engineer, the diagrams come in, and classes are created, but I cannot view / edit the source code.  Do I have to manually go through each class and associate it with the source code?  Is there some other way to do this?

I guess the idea is that now that I have the model reverse-engineered, that I can add a few classes and do my work there, then synchronize with the code, rather than forward engineering.  I maybe could also add a few methods to an existing class, and forward engineer as well.

Please let me know,as I am in the process of setting up our EAP for our project team.

Thanks,
Paul

Pages: [1]