I will try it. EA is a nice tool for a fair price.
The greatest weaknes of EA (I think) are:
- documentation (mostly a dialog image with some line
of text)
or things like OperationBody or OperationBodyImpl
not commented (yes they are mentioned but thats all)
and I still do not know what they really mean or how
they work.
- lots of dialogs popping up/too much clicks:
Example: I would like to edit the names of the
attributes/functions directly in the class graphical representation (like argouml), instead of
- double click the class
- click on detail tab
- click on attributes
(we could call it to deeply nested functionality, but
OK you have a lot of funcs so it may be complicated,
but for editing the methods and attributes this would
be nice)
- The source code editor (specially for me now)
could have more functionality:
- warn me if a file has been modified by another tool
- allow switching between *.h and *.cpp file
important if I work in C++ (for java and other languages
which have no heder files this might be OK)
- would be nice: support ctrl+insert and shift+insert
in addition to ctrl+c and ctrl+v
- or the ability to use embed another editor:
did you look at
www.scintilla.org? Is use Scite.exe editor which is built upon it, and
is small, fast and powerful (including code folding)
The PythonWin python IDE use it. :-) really nice.
... but perhaps MDG Link for Visual Studio.NET
is a solution (hope it will be part of EA without the
need to purchase it, so it would replace the source editor)