[lazarus] Lazarus code completion bug

Mattias Gaertner nc-gaertnma at netcologne.de
Wed Mar 26 06:46:40 EST 2003


On 25 Mar 2003 21:17:52 -0600
Tony Maro <tony at maro.net> wrote:

> I just found that if the compiler defines come before the unit name,
> Lazarus refuses to do code completion.
> 
> For instance, the http.pp file contains:
> 
> {$MODE objfpc}
> {$H+}
> unit HTTP;
> 
> Which breaks code completion for the entire project unless you change it
> to read:
> 
> unit HTTP;
> {$MODE objfpc}
> {$H+}
> 
> Sure, the first one is likely incorrect, but that's from the FPC
> directory, and it compiles fine.

I just tested and it works. Can you send me the example?


Mattias


> 
> -- 
> Tony Maro
> tony at maro.net
> http://tony.maro.net/
> 
> Check out my software "CheckBook Tracker"
> A GPL (free) replacement for Microsoft Money!
> 
> _________________________________________________________________
>      To unsubscribe: mail lazarus-request at miraclec.com with
>                 "unsubscribe" as the Subject
>    archives at http://www.lazarus.freepascal.org/mailarchives






More information about the Lazarus mailing list