[Lazarus] Request feature?

Mattias Gaertner nc-gaertnma at netcologne.de
Thu Oct 2 23:48:46 CEST 2014


On Thu, 2 Oct 2014 18:36:38 -0300
silvioprog <silvioprog at gmail.com> wrote:

>[...]
> Oops, no no, sorry hehe... to the unused units. E.g:
> 
> program Project1;
> {$mode objfpc}{$H+}
> uses
>   sysutils, // normal
>   contnrs, // gray
>   fgl; // gray
> begin
>   WriteLn(IntToStr(10));end.
> 
> 
> SysUtils - used - normal; contnrs/fgl - unused - so, gray.
> 
> See attached picture, it shows this feature in Android Studio. =)

I see.
When you compile in Lazarus, the units are underlined.
There is also a hint icon, which you can click to remove the unit. 

Mattias




More information about the Lazarus mailing list