T O P I C R E V I E W |
kika |
Posted - Oct 24 2007 : 05:21:41 AM Hello,
Create Implementation may fail for example if I define a function in iXXX.h and want it to be implemented in XXX.cpp, or in more complex scenarios. What I'd like to see (and extend my support for another year for :-) ) is an (optional) possibility to keep the generated implementation in the clipboard to insert it where I see fit. |
4 L A T E S T R E P L I E S (Newest First) |
kika |
Posted - Jan 28 2009 : 12:47:50 AM quote: Originally posted by sean
The generated code is selected at the end of the operation so you can cut it and put it where you want it.
That's great, thank you! |
sean |
Posted - Jan 28 2009 : 12:17:53 AM We didn't actually end up writing to the clipboard for this.
We did the following: - During Create Implementation, if VA can't decided what source file to use, the generated code is added to the header file where the method is declared.
- The generated code is selected at the end of the operation so you can cut it and put it where you want it.
|
support |
Posted - Jan 27 2009 : 9:42:36 PM case=2093 is implemented in build 1715 |
feline |
Posted - Oct 24 2007 : 08:43:58 AM We are considering adding this feature, but no time scale yet:
case=2093 |