dash-core
dash-core copied to clipboard
RPT file analyser
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
Kind of sounds like tail -f covers most of those features :smile:
Shame you can't run tail on windows :)
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.
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.