Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

RPT file analyser #71

Open
nevadascout opened this issue Mar 25, 2015 · 4 comments
Open

RPT file analyser #71

nevadascout opened this issue Mar 25, 2015 · 4 comments

Comments

@nevadascout
Copy link
Owner

The RPT file analyser should:

  • Allow a user to set a folder path to where the RPT files are
  • Load RPT files in real time (as Arma is writing to them)
  • Automatically load the most recent RPT file into an "output" pane
  • Allow a user to undock the "output" pane so it can run as a separate window
  • Allow the user to select with RPT file to view in the output

Other features:

  • Syntax highlighting
  • Clickable errors that take you straight to the offending code
@nevadascout nevadascout added this to the 1.5 milestone Mar 25, 2015
@sqwishy
Copy link

sqwishy commented Mar 25, 2015

Kind of sounds like tail -f covers most of those features 😄

@nevadascout
Copy link
Owner Author

Shame you can't run tail on windows :)

@sqwishy
Copy link

sqwishy commented Mar 25, 2015

There are builds of it designed to run, if I understand correctly, in certain environments like like cygwin or MinGW. In fact, I believe it (and bash and some other stuff) is provided with git when you download the installer from git-scm.com.

@nevadascout nevadascout removed this from the 1.5 milestone Mar 25, 2015
@nevadascout
Copy link
Owner Author

Sure, tail works fine for displaying logs in real time. However, it won't give you syntax highlighting or the ability to navigate directly to the code that caused the error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants