Questions tagged [external-tools]

External tools are a mechanism within Intellij-IDEA to provide a shareable process.

49 questions
1
vote
0 answers

External tools drop down in eclipse

I am on Fedora 19 and I have eclipse-cdt already installed with my system (Kepler, 4.3.1). My problem is that, I cannot get External Tools Dialog as a drop down in toolbox. External Tools Dialog, look in the Eclipse toolbar for the Green "play" (>)…
bartoszukm
  • 693
  • 3
  • 10
1
vote
1 answer

Handle the click on the Terminate button of an Eclipse's console?

Using Eclipse, I'm launching an external program through an "External Tool Configuration". My program has a "bin/launch-program" executable, but also a "bin/stop-program" which is the only way to stop the program. In my Eclipse's External Tool…
sp00m
  • 47,968
  • 31
  • 142
  • 252
1
vote
2 answers

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 it is not blocking the thread so the external tool…
Chris Kooken
  • 32,730
  • 15
  • 85
  • 123
1
vote
1 answer

Converting a TypeScript build event into an External Tools command

I'm working on TypeScript files with Visual Studio 2012 Express for Web. Since the Web Essentials addon doesn't work with Express editions, and rebuilding the entire project every time I update a script is starting to take too long, I was hoping to…
0
votes
0 answers

How to supply an external tool in Eclipse with multiple selected resources?

There are variables: ${selected_resource_loc}, ${selected_resource_name}, ${selected_resource_path} but none in plural: ${selected_resources_locs}, ${selected_resources_names}, ${selected_resources_paths} If you select more than one resource and…
Gerold Broser
  • 14,080
  • 5
  • 48
  • 107
0
votes
0 answers

Is it possible to integrate Inspera Online Assessment Software in Angular projects?

Is it possible to use Inspera as a third-party plugin in my angular project? I want to have an online test platform, so I'm thinking of integrating Inspera into my angular project. I want to customize the questions with my desired questions. Is it…
0
votes
1 answer

Running external tool - Intellij as sh file on Ubuntu - Command not found

I'm trying to execute a really simple script that only launches a fake smtp server using a previous preinstalled package via apt-get. Here is the code of my script (really simple) echo 'Runs a fake stmp server' fake-smtp-server When I run it…
0
votes
1 answer

How to set up PyInstaller in PyCharm for a project using External Tools inside venv?

I have a project in PyCharm with multiple Python files, as well as some text files, which I want to export into .exe via PyInstaller (I'm on Win 7). The project uses some external modules installed inside venv via pip (PyInstaller is one of…
Anvbis
  • 43
  • 1
  • 8
0
votes
0 answers

How to run External Tools in Android Studio programmatically?

I) Situation I have a problem regarding External tools execution in Android Studio 3.5. I can do this from Tools > External Tools (configured from File > Settings > Tools > External Tools) and it works perfectly fine. My goal is to programmatically…
Nyozha
  • 1
  • 2
0
votes
1 answer

PyCharm equivalent of Visual Studio $(ItemPath) for External Tools

Visual Studio 2017 has broken me, and I am defecting to PyCharm. However we have a number of very useful external tools set up. One of which looks like this: Title: PEP8 Current Module Command: (some path to Python27\python.exe Arguments:…
0
votes
2 answers

multistep testing with Junit

I'm working on a simple compiler for class that takes input from a higher-level language and produces quasi-assembly code that runs on an emulator. I'm trying to set up test cases for the program that compare the expected output of the emulator with…
Adam
  • 8,752
  • 12
  • 54
  • 96
0
votes
1 answer

How to create a new configuration using External tools in WebStorm

I am creating a multi tenant client mobile(Cordova) application. I want to copy the appropriate client files from a folder to the project in deployment time. I am using WebStorm IDE for development. Project has a folder called branding which…
Joseph
  • 1,060
  • 3
  • 22
  • 53
0
votes
0 answers

What are the Console2 command line options? Launch new tab versus new window

The help file for Console2 isn't opening on my Win8 or Win7 VM and I'm looking to see what command line options it supports. Basically I have integrated it a bit with Visual Studio as a 'External' tool with this command... Command: C:\Program Files…
Terry
  • 2,148
  • 2
  • 32
  • 53
0
votes
0 answers

Generate C# Class with svcutil.exe against xsd using External tools in VS 2012

I have created a C# Data Contract class against XSD and used my WCF service. And I have setup the xsd.exe using Visual Studio External Tools like below, Use bat file with: call "C:\Program Files (x86)\Microsoft Visual Studio…
SJ Alex
  • 149
  • 3
  • 12
0
votes
1 answer

Can I write some output to the current document and some to shell output?

I'm using gedit and trying to wrestle it into a real IDE. What I want is to map ctrlshift| to run my tidy tool when the file type is "text/html" and my autopep8 tool when the file type is "text/x-python". As it turns out (and I think this is a…
Amanda
  • 12,099
  • 17
  • 63
  • 91