T O P I C R E V I E W |
GennadiyKorol |
Posted - Mar 21 2009 : 08:37:36 AM This is one step forward into allowing writing scripts in VAX snippets. That would allow snippets to perform different actions depending on the context, symbol names etc.
This will help people writing their own little scripts automating routine operations.
Let me know what you think :) |
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Mar 23 2009 : 11:20:27 AM Not directly, but you can trigger VA refactoring via an IDE macro:
http://docs.wholetomato.com?W382
what are you trying to do? |
GennadiyKorol |
Posted - Mar 21 2009 : 7:43:45 PM Can it then be possible to run macros from VAX snippet and use macro return values in a snippet?
|
feline |
Posted - Mar 21 2009 : 3:35:44 PM This has come up before, but I am very wary of this. My first reaction is why do you not use the IDE's macro language?
Adding a programming language to VA snippets runs the risk of duplicating the IDE macro system, which seems like a lot of work for very limited return. |