I recently discovered xlogmaster and I must admit I find it great!
Not only to check the log files, but the TAIL, CAT and RUN modes allows to extend it to many other things.
Thank you very much for this.
I was looking into migrating its interface into gtk2 (which I've done quite quickly by migrating only the invalid gtk1.2 code), however it still looks "old style".
So, if you agree, I would be interested in reviewing in depth the interface but of course still keep the heart of the tool unchanged as much as possible.
I've quickly drafted what could be the new gtk2 interface so you can see what I'm thinking about.
The code is in attachment.
Could you tell me if you agree or not on this ? and what you think about it ?
Quick questions on the code also: is there any reason why some parts of the code are in C++ and other in C ?