Editor could work better with multi-line parameter alignment.



Hello,

When coding in Delphi I am frequently fucking around with the parameter
alignment.

For example:

procedure Blabla( var Parameter1 : blabla;
Const Parameter2 : blabla );

/|\
|
|

When pressing enter for new line etc... the editor doesn't align it
properly.

It would help if the editor understands that I want to add another parameter
on a new line and simply aligns it... with tab character and spaces like so:

procedure Blabla( var Parameter1 : blabla;
const Parameter2 : blabla );

Safes me from having to *** around !

Thank you !

And have a nice day !

Bye,
Skybuck :)





.


Quantcast