SourceMod: Watcher (auto-compile changed files) (Alpha 0.01)
I worked on a new plugin today and was really tired of always dragging the .sp file on the compiler to get it ready, so I decided to make a tool which does that automatically for me and to share it with you!
It is made in Java 7, so you probably need
Java JRE (only if you haven't installed it already).
It should work for all Windows versions since it uses some console commands, I've tested it only on Windows 8.1 though.
Since I made this in a few hours, it is kind of a pre-alpha version, so don't expect it to work perfectly!
Also don't be too shy to post your feedback & suggestions here.
Features:
- automatically compile changed files (based on modify time)
- automatically move compiled files to a directory
- ability to save your configuration
- handy output textarea
ToDo (if possible):
- automatically upload to server (via FTP)
- make compatible for Mac and Linux
Known bugs:
- throws an error if cfg file is changed incorrectly
- sometimes has problems with folders (but it doesn't destroy anything!)
Download (via GitHub)
Source Code
Screenshots:
The config/settings dialog:
The main window:
Also outputs compile errors:
Last but not least, the succeeded compilation + file moving:

__________________