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 - zipperle

Pages: [1]
1
General Board / Re: Moving operations / methods and their source c
« on: August 27, 2009, 04:57:19 pm »
It´s a pity :(
Do you think this is an uncommon feature? Or is there a chance that this will be realized in future releases?

2
General Board / Moving operations / methods and their source code
« on: August 27, 2009, 04:37:07 pm »
Hello,

I will try to explain what i am trying to do. I am currently refactoring our software. There are a some classes which are required to split into several classes. What I want to do is, create a new class in model and move an operation from the original class to the new one. This is no problem, but I want the method´s implementation (source code) to be moved too. That would be great and would save me a lot of time avoiding copy & paste the source code manually :) But all I tried (generate code, etc.) did not work. Is there a way to realize this?

Thanks,

Christian

Pages: [1]