dash-core icon indicating copy to clipboard operation
dash-core copied to clipboard

RPT file analyser

Open nevadascout opened this issue 10 years ago • 4 comments

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 avatar Mar 25 '15 13:03 nevadascout

Kind of sounds like tail -f covers most of those features :smile:

sqwishy avatar Mar 25 '15 19:03 sqwishy

Shame you can't run tail on windows :)

nevadascout avatar Mar 25 '15 19:03 nevadascout

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.

sqwishy avatar Mar 25 '15 19:03 sqwishy

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.

nevadascout avatar Mar 25 '15 20:03 nevadascout