kayler-renslow / arma-intellij-plugin

A plugin for Intellij IDEA that allows for syntactical analysis, code inspections, and other nifty features for the SQF scripting language in Arma 3.
MIT License
41 stars 10 forks source link

Open lastest RPT in one click #68

Open severgun opened 6 years ago

severgun commented 6 years ago

Plugin Version

2.0.0

Summary

If there is no debugger, would be nice to see at least button to open lastest RPT log as it is in Posseidon tools.

image

Ragebone commented 6 years ago

The problem with the RPT logs is its location and a slight delay of arma creating that RPT.

You can technically implement that feature yourself through a java project or java executable and you can even go as far as to output the rpt into Intelli Js console.

But this is all kind of Deployment automation and i think its better to talk about that rather then dumping everything related here and probably derailing the Issue.

Since i hacked that together a while back, i'll look if i can find that code again.