Is there a Run Execution tutorial/sample?

Hi, guys,

I am on a custom language project and I want call external tool with many configurable options to process custom language code, and then display execution log in IDEA. 

There is a Run Configuration tutorial  on how to do set the options, without how to set external tool path and execute it, either how to display the execution log.

I searched a lot but still don't know how to start this. Is there a tutorial or a sample I can follow? 

Thanks in advance :)

1

It took me a week to solve this. Now, I can specify a third compiler to compile my custom language, and show the result in the Run tool window.

For anyone else, try to follow this code:

<programRunner implementation="com.jetbrains.python.run.PythonRunner" order="first"/>

It will help.

1

请先登录再写评论。