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.


Topics - lukasbradley

Pages: [1]
1
Since there wasn't any negative reaction to posting desires here, I'll get it started.

--------

The current Help system states that the code generation functions are in the early stages and will be refined in future versions.  I have a few requests that will drastically help this development.  Most will be from a Java development perspective, but I'm sure they will be useful across the board.

1.  Add an option to "lock" the filename to the object name.  Currently, when I create a class "Address" the Filename under General Properties is "Address.java."  If the class name is changed to "AddressVO", the filename should also change to "AddressVO.java".  Another option should attempt to rename any existing "Address.java" file during code generation.  This also should hold true for packages.

2.  Packaging structure needs to be refined for code generation.  Currently, packages are not created as directories.  The code is defaulting into a user directory, or in Windows XP, to the desktop.  If my root "Logical View" directory changes, the code should be generated in the new place, with package directories created as well.

More later.

Lukas

2
Suggestions and Requests / Requested Features
« on: March 18, 2003, 02:00:37 pm »
Would it be okay to post requested features here?  If not, would you start another board section to do so?

I know a HTML form exists to enter requests, but it is always nice to hear others' requests.  Also, half-baked ideas could be discussed and refined.

Lukas

3
General Board / Move Attribute or Operation
« on: February 18, 2005, 09:17:16 am »
Is it possible to move an Attribute or Operation from one class to another?

A drag-and-drop would be great, but I'll settle for anything to be able to move all the information without having to re-type it in.

4
General Board / Nested Classes
« on: July 01, 2004, 08:26:52 am »
I've seen that nested (inner) classes are supported in the latest versions of EA, but I can't find out how to create one.

Would someone please point me in the right direction?

Lukas

Pages: [1]