Editor could work better with multi-line parameter alignment.
- From: "Skybuck Flying" <BloodyShame@xxxxxxxxxxx>
- Date: Thu, 22 May 2008 05:50:48 +0200
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 :)
.
- Prev by Date: Interesting shortcut syntax for filling arrays with common value: vByteSorted[0..255] := false;
- Next by Date: EQPack
- Previous by thread: Interesting shortcut syntax for filling arrays with common value: vByteSorted[0..255] := false;
- Next by thread: EQPack
- Index(es):