[fpc-devel] Modernising Pascal
    Mattias Gaertner 
    nc-gaertnma at netcologne.de
       
    Wed Feb 23 16:14:05 CET 2005
    
    
  
On Wed, 23 Feb 2005 13:45:51 +0100 (CET)
marcov at stack.nl (Marco van de Voort) wrote:
> > one less variable to manually declare
> 
> Implement something in lazarus that auto-adds the variable to the
> local var section. 
It already exists. Example:
i:=0;
Place cursor on i and press Code Completion (Ctrl+Shift+C) and it will
add "var i: integer;".
Mattias
    
    
More information about the fpc-devel
mailing list