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 - M Maher

Pages: [1]
1
when performing a code >> model reverse engineering process, can you please add a "All" and "Cancel" buttons to the Yes/No "Do you want to update this class" dialog. For big projects, it makes it impossible to update the model (I've just clicked ok several hundred times just to get out of the dialog).


2
Suggestions and Requests / auto-layout diagrams and direct routing
« on: October 30, 2009, 10:41:41 pm »
any chance you can include a preference to default to "Line Style == Direct" when performing an auto-layout?

For big projects, I don't mind the auto-layout being a bit enthusiastic, but every time one of the links turns a corner, it pins the line to the background. This means if I then try to manually 'improve' the layout, I have to manually drag every single line as well - not just the classes (or set every line back to line style>>direct before tidying up)

cheers!

mat

3
Suggestions and Requests / Update to macro CSTYLE_COMMENT
« on: June 03, 2009, 12:58:42 am »
Any chance you can provide a new comment macro, similar to CSTYLE_COMMENT, but performs C++-style comments? i.e.

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
\\ blah blah blah
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

cheers!

Mat

4
When attempting to reverse-engineer a C/C++ header, can EA have a setting to recurse through the #include paths, so it doesn't continually bomb-out when it sees a parameter is don't know about (because it was defined within the 'include file).

If so, or also, can a setting be set to "ignore failures" when reverse engineering, so EA will always 'try it's best', rather than abandoning everything?

cheers,

Mat

5
General Board / Documentation Template: conditional including
« on: September 18, 2015, 07:28:28 pm »
Hi,

Can anyone advise if its possible to have conditional (if/else) including of Fields based on whether they're empty?

In my specific example, I would like to do:

if {Connector.Name} is not empty:
   connector > {Connector.Name} < connector
else
   source > {Element.Name} < source

Any ideas?

Mat

6
General Board / Re: code generation templates: C++ style comments
« on: September 16, 2015, 02:01:27 am »
WRAP_LINES() is a good reference: thanks!

However, I have one more issue whilst implementing this: where exactly can you use this in place of CSTYLE_COMMENT(). Looking at ClassNotes/OperationNotes/etc:

%if genOptGenComments != "T" or genOptCPPGenMethodNotesInHeader != "T"%
%endTemplate%

%PI=""%
$wrapLen = %genOptWrapComment%
$style = %genOptCPPCommentStyle%

%if $style == "XML.NET"%
%XML_COMMENT($wrapLen)%
%elseIf $style == "JavaDoc"%
%JAVADOC_COMMENT($wrapLen)%
%else%
%CSTYLE_COMMENT($wrapLen)%
%endIf%

I can't see anywhere in here which actually extracts the notes: just seems to set the width.

Any ideas?

Mat

7
General Board / code generation templates: C++ style comments
« on: September 03, 2015, 09:00:18 pm »
Hi

Does anyone know if it is possible to setup "real" c++ comment, eg:

//-------------------------------------
//  blah blah blah...
//-------------------------------------

...in preference to the default C++ style comments which are C-style, eg:

/**
 * blah blah blah...
 */

cheers

Mat

8
Bugs and Issues / Element List: cut and paste bug
« on: November 04, 2009, 01:46:33 am »
1). Show class model as element list
2). ctrl-c the status of the first item
3). click the second item status and ctrl-v to paste
Result: paste value is copy value minus 1. For example, copying Implemented will paste Validated.


9
Thanks for the reply.

Although I'm lacking anything to do with View/Menu/Perspectives, you managed to trigger a neutron: went to View >> Workspaces & Commands, Commands, then selected "Complete". Hurrah: menu option has just appeared!!

Cheers

Mat

10
Hi all,

Possible stupidity here, but...

I'm trying to import the alternate image library into EA10Pro. Following the guide, it says to import using Project >> Model Import/Export >> Import Reference Data. However this menu option isn't present.

Any ideas?

Mat

Pages: [1]