[Lazarus] LAZARUS editor

Mattias Gaertner nc-gaertnma at netcologne.de
Sat Feb 12 16:31:30 CET 2011


On Sat, 12 Feb 2011 07:24:23 -0800 (PST)
Zelimir Ikovic <zelimir_ikovic at yahoo.com> wrote:

> 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;

Do you know the shortcut Ctrl+Shift+Up/Down?


Mattias




More information about the Lazarus mailing list