Milk Run
New Member
2 Posts |
Posted - Jun 17 2008 : 1:05:09 PM
|
Hey Folks,
I have some C# classes that are referred to in xml files.
I would like to be able to select and Alt-G these class names. Is there a way to enable this for non-code files?
Currently the process is ctrl-c , alt-shift-s, ctrl-v
I'm just being lazy and want to make a shortcut for me and my team.
Otherwise, is there a way to modify the Tools menu to add this functionality?
Thanks
|
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
Posted - Jun 18 2008 : 11:52:37 AM
|
Not currently. You may be able to do something clever with an IDE macro:
http://docs.wholetomato.com?W382
A second thought, you may be able tell the IDE and VA that your XML files are actually code files. This FAQ explains how to tell the IDE a new file extension is a C++ code file, so you may be able to do something similar to make the XML files seem like a file type VA supports:
http://docs.wholetomato.com?W328 |
zen is the art of being at one with the two'ness |
|
|