[Lazarus] New Features for source editor

Lucas codedeep at hotmail.com
Mon Feb 23 17:28:18 CET 2009


Oh yes. Interesant feature but not same.... please see video..... 



--------------------------------------------------
From: "Graeme Geldenhuys" <graemeg.lists at gmail.com>
Sent: Monday, February 23, 2009 8:00 AM
To: "General mailing list" <lazarus at lazarus.freepascal.org>
Subject: Re: [Lazarus] New Features for source editor

> 2009/2/23 Lucas codedeep <codedeep at hotmail.com>:
>>
>> -Autocompletion in real-time (no type Ctrl+Space)
>>
>> -When type "begin", add "end;"
> 
> I did not watch the YouTube videos, but real-time auto-completion is
> already possible with Lazarus IDE. You simply need to enable it using
> your preferred method.
> 
> Add the following to your lazarus.dci file. Type "begin" and press
> ENTER, and the "end" will be added and the cursor indented to the
> correct position. To set this up via Lazarus IDE, go to: "Environment
> | Code Templates". I have built up a huge collection for myself over
> the years and also use the Macro feature which is very handy.
> 
> --------------[ lazarus.dci ]------------------
> [begin | begin..end pair in realtime]
> $(AttributesStart)
> AutoOnLineBreak=true
> RemoveChar=true
> $(AttributesEnd)
> begin
>  |
> end
> ------------------[ end ]--------------------
> 
> 
>> -When type "(" , add ")"
>>
>> -When type "{" , add "}"
> 
> 
> All these are already possible.
> 
> 
> Regards,
>  - Graeme -
> 
> 
> _______________________________________________
> fpGUI - a cross-platform Free Pascal GUI toolkit
> http://opensoft.homeip.net/fpgui/
> _______________________________________________
> Lazarus mailing list
> Lazarus at lazarus.freepascal.org
> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
> 



More information about the Lazarus mailing list