On 29.09.2017 03:17, Colomban Wendling wrote:
What I would look into is a compiler-like tool that reports those issues, so it could be used as a build command, and Geany can highlight the incriminated lines then. Just a thought though.
This was my first thought too. A check for deprecated things should be done at least before check in as some kind of pre-commit-hook if you are really keen about. Having this hook available, it's easy to run it during coding time -- IMHO ;)
Cheers, Frank