jstrachan
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Created how to enable `\r` in TerminalExecutionConsole when running commands which don't output `\r`
I'm working on an IDEA plugin for Jenkins X: https://github.com/jenkins-x/jx-intellj-plugin and we're trying to open an interactive terminal using TerminalExecutionConsole which kinda works: https:... -
Created run make as an External Tool and link compile errors to source file lines?
AnsweredI like to use make to build golang apps. When building stuff inside IDEA you typically get links in the compile output that links to the line of code and the file to fix the compile error quickly. ... -
Created TypeScript support in maven child project seems way worse in 12.1.x than 12.0.x?
I tried out 12.1.2 (IU-129.354) after being on 12.0.1 for a while and reopened my maven project which uses lots of TypeScript files and most of them are full of lots of red errors where it fails to... -
Created any way to exclude certain generated *.js files or *.min.js files from the JavaScript/TypeScript navigation?
I'm using TypeScript in EAP 12, its working great! I've got sourcemaps enabled for nice debugging; though its meant to get TypeScript + sourcemaps working, I need to put the *.ts and generated *.js... -
Created communicating with IDEA from a remote process?
Is there any easy way to communicate with IDEA from a separate process? e.g. from another process tell IDEA to open a class at a specific line or something?As some background, when working on Scala...