[Lazarus] LAZARUS editor
Zelimir Ikovic
zelimir_ikovic at yahoo.com
Sat Feb 12 16:37:46 CET 2011
Here is pic attached:
--- On Sat, 2/12/11, Zelimir Ikovic <zelimir_ikovic at yahoo.com> wrote:
> From: Zelimir Ikovic <zelimir_ikovic at yahoo.com>
> Subject: [Lazarus] LAZARUS editor
> To: Lazarus at lists.lazarus.freepascal.org
> Received: Saturday, February 12, 2011, 7:24 AM
> All files like unit1.pas or so is
> always divided into 2 section:
> interface and implementation
>
> When I open a file it shows whole file. It would be nice if
> I have an option to open it and see it through two edit
> windows placed on same form:
> UPPER edit window to see interface and LOWER to se
> implementation.
> Then when I click to let say:
>
> procedure Button2Click(Sender: TObject);
>
> line in UPPER edit window in lower window it jump on
> correspondig line
>
> procedure TForm1.Button2Click(Sender: TObject);
> begin
> ShowMessage('Hello World');
> end;
>
>
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: editor.JPG
Type: image/jpeg
Size: 129932 bytes
Desc: not available
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20110212/05107f5d/attachment-0003.jpe>
More information about the Lazarus
mailing list