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 - tilemachos

Pages: [1]
1
Suggestions and Requests / Re: Request: Recent Project List Not Maintained
« on: February 27, 2007, 02:41:22 pm »
Nice ideas guys. I am sure Sparx will do something about it.

In regards to VS start up time, I don't think it is a serious problem. My impression is that VS maintains a list of recent projects under local user's settings. If something is removed then VS removes it from the list.

It is simple approach and it could work nicely for EA too. Of course, I would prefer much better an implementation of Thomas idea  :)

2
Suggestions and Requests / Request: Recent Project List Not Maintained
« on: February 27, 2007, 05:25:46 am »
Currently the recent projects list (on Start Page) is not maintained properly. Many times I delete a project but it appears in the list no matter what. It would be nice if it had the visual studio behavior, so the user is prompted to remove a project from the list when it cannot be found.

Thanks,
Tilemachos

3
Well, I am not sure it makes sense. The loop elements are specific to the thread run (or a scenario if you want) that the sequence diagram covers.

To my opinion, it is rather meaningless to reuse the loop element on different diagrams. If this is the rational behind it then we should be reusing the start element too, which makes more sense since it is more abstract (loop elements are usually related to a number of iterations).

My point is that loop elements are specific to one sequence diagram and I do not see the benefit of keeping it since I cannot reuse them. Maybe it is just me.

Thanks,
Tilemachos


4
Suggestions and Requests / BUG: Deletion left overs from sequence diagrams
« on: February 07, 2007, 09:49:51 am »
I create an automatic sequence diagram (using the debugger, etc). There are a few loops in the code that appear on the diagram. After I delete the diagram the loops are still there, although other diagram specific elements are deleted automatically (e.g. start and end elements).
I would assume it makes sense to delete these elements automatically too since they are diagram specific.

Thanks,
Tilemachos



5
Suggestions and Requests / Request: Custom Source Code Editor
« on: February 07, 2007, 10:14:19 am »
It would be great if we could plug in our custom editor to EA just the way the embedded one is (with parsing capabilities, etc).

For example, there are many times i want to edit code from EA but I don't because the default editor does not have IntelSense and other editor specific goodies. Since you are not in the business of source code editor development, maybe you can provide us with the interface EA requires and we can create our own and share with others.

Thanks,
Tilemachos


6
A tutorial with some examples for different programming languages would be fantastic  :)

Pages: [1]