Steve Williams wrote:
> Stephen Posey wrote:
> 
>> One of my personal favorites is the "Complete Class at Cursor" 
>> (Ctrl+Shift+C) function.
> 
> Great feature, but only if you have Professional or higher.  At least, 
> that was the case with Delphi 7.  I haven't tried Delphi 2005 Personal.

It disappoints me to hear that's the case. It seems like Borland 
sometimes goes way out of their way to make the Personal versions 
  kind of brain dead.

I understand their desire to make the higher level versions more 
appealing, but I'm hard pressed to think IDE convenience features 
like Class Completion ought to be distinguishing marks.

>> If you don't it confuses the automatic code generation, and the IDE 
>> will simply start appending automatically generated methods at the end 
>> of the unit rather than contiguously with the class's other methods.
> 
> After a few executions of class completion on the same class, the IDE 
> confuses itself and starts adding new methods at the end instead of 
> alphabetically.  This is even if you have not manually added any methods.

I don't recall ever running into that myself, whenever the sort 
order has gotten broken I've always found it was something I did.

Stephen Posey
[EMAIL PROTECTED]
_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to