Author Topic: Request Feature: Code editor  (Read 11992 times)

cris

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
  • <<newbie user>>
    • View Profile
Request Feature: Code editor
« on: May 05, 2003, 06:19:18 am »
Im planning to use EA to generate code and round-trip development.
It could be great also to have a code editor inside EA, so if i go to a class methods, and click on a method, there is a "code" tab on the method property page so it shows the code inside that method, and we could change it. This code can be obtained from reverse engineering C++ or Java code, and will be used to fill the method's body when code generation.
I try to make small body methods(we all should do it that way), so i think basic editing capabilities are enough inside this code box... color syntax would be great also.

Is this possible? could you add this feature?

Thanks!