[lazarus] Lazarus code completion bug

Tony Maro tony at maro.net
Tue Mar 25 21:58:11 EST 2003


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.

-- 
Tony Maro
tony at maro.net
http://tony.maro.net/

Check out my software "CheckBook Tracker"
A GPL (free) replacement for Microsoft Money!






More information about the Lazarus mailing list