[lazarus] Small bugs in code completion

Mattias Gaertner nc-gaertnma at netcologne.de
Sat Dec 15 18:42:49 EST 2001


On Sat, 15 Dec 2001 23:01:05 +0200
Jarto Tarpio <jarto at starsoft.fi> wrote:

> If you start a new project without saving anything and use code completion, 
> the IDE will ask if you want to create a new unit1. That's because 
> TMainIDE.DoOpenEditorUnit checks if the unit-file exists before checking if 
> the SourceNotebook already has it. An easy fix is to rearrange code in 
> TMainIDE.DoOpenEditorUnit so that FileExists will be checked later.

Thx. Fixed.


> The code completion also adds class comments even if no procedure bodies are 
> added. This results in extra class comments during every new code completion. 

Fixed.


Also fixed end of implementation node, which resulted in adding new procs to initialization section.

Mattias






More information about the Lazarus mailing list