[Lazarus] How about Ctrl+Shift+Alt+Space completes code with empty values.
Everton Vieira
tonvieira at gmail.com
Wed Feb 15 11:18:09 CET 2012
Em 14/02/2012, às 18:56, Martin escreveu:
> On 14/02/2012 17:43, Everton Vieira wrote:
>> How about Ctrl+Shift+Alt+Space completes the code with empty values.
>>
>> Like this:
>>
>> Trim();
>>
>> After Ctrl+Shift+Alt+Space inside that parentheses makes this:
>>
>> Trim('');
>>
>> Just, another idea. :)
>>
>
> You do know shift-ctrl-space ?
> Which opens a hint showing the possible parameter list(s). That also has the advantage to work if there are overloaded versions.
I know. Thanks.
>
> In 0.9.31 you can then insert the one you need, with the mouse (sorry no keyboard)
>
>
> --
> a good overview
> http://wiki.lazarus.freepascal.org/Lazarus_IDE_Tools
> http://wiki.lazarus.freepascal.org/New_IDE_features_since
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
More information about the Lazarus
mailing list