<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 16.10.2015 05:37, Anthony Walter
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAHmPLWW14k9CXxXO16B3ci2mg3wua5+B95-ZGpuK6WvmHKwjkw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">Well I found bugs with it which cause
          CodeTools will throw an access violations in the IDE.</div>
        <div class="gmail_extra"><br>
        </div>
        <div class="gmail_extra"><a moz-do-not-send="true"
            href="http://bugs.freepascal.org/view.php?id=28860">bug 28860</a>
          if a type helper in another unit has a property, the second
          attempt to use code insight throws an access violation</div>
        <div class="gmail_extra">Screenshot: <a moz-do-not-send="true"
href="http://cache.getlazarus.org/images/lazarus-type-helper-error.png">http://cache.getlazarus.org/images/lazarus-type-helper-error.png</a><br>
        </div>
        <div class="gmail_extra"><br>
        </div>
        <div class="gmail_extra"><a moz-do-not-send="true"
            href="http://bugs.freepascal.org/view.php?id=28861">bug 28861</a> if
          a type helper exists for a literal value code
          insight throws an access violation<br>
        </div>
        <div class="gmail_extra">Example: 'Hello'. // throws an access
          violation after the dot<br>
        </div>
      </div>
    </blockquote>
    <br>
    First version was from me:
    <a class="moz-txt-link-freetext" href="http://bugs.freepascal.org/view.php?id=28266">http://bugs.freepascal.org/view.php?id=28266</a> , Mattias fixed some
    bugs and extended it. Unfortunately, some regressions have occured
    with the time.<br>
    <br>
    I think what you found should be regressions (IIRC it worked in the
    past). Can you check rev 49405 (the initial helper support) if the
    AV occur there as well?<br>
    <br>
    Ondrej<br>
  </body>
</html>