<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi, thanks all for your answers and thinking along.</p>
    <p>This is exactly the route that I am going to pursue. I have
      implemented PHP Code Sniffer for Joomla: this will 'sniff' for
      code style and is integrated with Geany. A warning or error in the
      code style is displayed correctly in Geany.</p>
    <p>I am now going to ask the Joomla Team to extend the Code Style
      with Deprecated routines: that way the code is also sniffed for
      deprecated code. This will then not only work in Geany but in
      every IDE that supports PHPCS.</p>
    <p><br>
    </p>
    <p>Again: thanks for looking into this!</p>
    <p>regards,</p>
    <p>Ruud.<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 02-10-17 00:08, Frank Lanitz wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:ef07d463-fdf6-98d4-d8fc-b81521e11356@frank.uvena.de">
      <pre wrap="">On 29.09.2017 03:17, Colomban Wendling wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">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.
</pre>
      </blockquote>
      <pre wrap="">
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

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.geany.org">Users@lists.geany.org</a>
<a class="moz-txt-link-freetext" href="https://lists.geany.org/cgi-bin/mailman/listinfo/users">https://lists.geany.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>