Tagged Questions
The external-tools tag has no wiki summary.
7
votes
18answers
537 views
What free external tools do you use with Visual Studio?
I just use Artistic Style.
What other free tools do you use to tackle repetitive jobs while coding in Visual Studio?
6
votes
2answers
4k views
where are the external tools launch configurations in Eclipse
I usually install and uninstall different versions of Eclipse for fun. I don't want to install many plugins. I prefer to start with fresh install to test the IDE.
The problems comes when I have to ...
1
vote
2answers
254 views
Launching a 64-bit command prompt from Visual Studio 2010
Is there a way by which a 64 bit command prompt can be launched from Visual Studio 2010 Express? I understand I can create a custom tool to do this, but VS being a 32-bit application by itself, it ...
1
vote
2answers
293 views
Visual Studio 2010 External Tools - How to automatically attach a debugger to the tool when it is started?
I am writing a DirectShow filter, and when I want to debug it I must:
Run GraphStudio (or GraphEdit) from Tools (I added it to external tools)
Click on Debug > Attach to process...
Search for ...
1
vote
1answer
860 views
Using javah -jni with an Eclipse project structure
I need to know if I'm doing the things in a wrong way.
I have the following project structure (a pretty standard one):
then I've configured javah as external tool like this:
When I run the ...
1
vote
1answer
447 views
Can the Visual Studio (2010) Command Window handle “external tools” with project/solution relative paths?
I have been playing with the Command Window in Visual Studio (View->Other Windows->Command Window). It is great for several mouse-free scenarios. (The autocompleting file "Open" command rocks in a ...
1
vote
3answers
554 views
Visual Studio - External Tools not visible
I have a co worker who is trying to add WCF Test Client to the Tools Menu in Visual Studio.
She adds the tools in just fine (exactly the same as mine that are working) but the tools listed in ...
1
vote
2answers
294 views
Visual Studio 2008 Macro for Building does not block thread
I am trying to write a macro for Building my application, kicking off an external tool, and ataching the debugger to that external tool.
Everything is working except for the building. It builds, but ...
0
votes
1answer
17 views
Passing $(Configuration) as parameter to External Tool in VS2010
I am trying to pass the $(Configuration) macro as a parameter to an external tool (batch file), however, it apears to be empty. I tried by calling a simple test.bat that echo's the %1 parameter and ...
0
votes
2answers
23 views
Visual Studio 2010 External Tools \obj\Debug vs \bin\debug
I'm trying to set up a third party library's signing tool as an external tool. The arguments are supposed to be as follows:
sign.exe "c:\projectdir\bin\debug\exename.exe" ...
0
votes
1answer
51 views
Eclipse: How to move the .externalToolBuilders directory?
I have built a small External Tool Builders for 3 eclipse projects.
How can I tell eclipse to use a (shared) directory outsite of the project directory?
I figgerd out that eclipse stores that ...
0
votes
0answers
37 views
Visual Studio 2010 external tool based on selected text
I want to write an external tool that operates on a large section of code. I was trying to have it pass the selected text using $(CurText) as a command line arg to my tool, but it only passes the ...
0
votes
0answers
82 views
Customization of running .bat file in eclipse
I execute .bat file in eclipse throw External tools, which inside executes a other .bat file in new pop-up window. Is there any options in eclipse, so that the .bat file which is called in the new ...