14.02.2011 20:40, Mattias Gaertner wrote:
But it was already done! Apparently Lazarus keeps tabs on such renames
and changes the places in the form code where the old name was used to
the new name! Excellent!! :-)
This is something I had wanted in Delphi too...
I thought Delphi does that?
Delphi does not rename all uses of component in the code.
Ctrl+Space (identifier completion) copies the case.
Automatic recasing may be unwanted if the declaration has no casing at
all. For example SysUtils is nicer to read than sysutils.
I'm not sure, maybe jcf can fix casing.
Only using fixed list of words like: Assign, WriteLn
Best regards,
Paul Ishenin
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus