I don´t know why, but RC2 when I choose events onclick, onbefore[it],... sometimes (not all time) in uses interfaces section add units like DB, Grids, Forms... again! Not a probleam, just remove duplicates and will be OK for some time.
I think that is a parse problem, because I like to my 'use' like that (one per line):
uses
Classes,
SysUtils,
Forms,
Controls,
Graphics,
Dialogs,
ExtCtrls,
Buttons,
ComCtrls,
StdCtrls,
DBGrids,
DBCtrls,
DBExtCtrls,
ActnList,
Variants,
DB,
ZDataset,
ZAbstractRODataset,
ZAbstractConnection,
Grids,
classe.nfe;
I build my lazarus from git.
It´s happens only with me, anyone?