Book a Demo

Author Topic: Moving attributes/methods from class to class  (Read 4120 times)

GeorgeS

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Moving attributes/methods from class to class
« on: January 09, 2006, 07:43:09 am »
I'm interested in the capability to move one or more attributes/methods from one class to another. I understand EA is not geared to "refactoring", but as an editing capability this seems to be helpful. When code has been generated for the classes I could move the text and synchronize, but I'm interested in being able to do this prior to code being generated.

Is this a problem others have solved? Looks like not too hard, not trivial exercise from the documentation

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Moving attributes/methods from class to class
« Reply #1 on: January 09, 2006, 01:00:23 pm »
You can drag/drop in the tree to move from class to class.

GeorgeS

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Moving attributes/methods from class to class
« Reply #2 on: January 09, 2006, 08:44:12 pm »
Thanks for the fast reply.  I wasn't going to make it any easier than that.