Re: [lazarus] Code Explorer Improvements

2006-05-13 Thread Mattias Gaertner
On Fri, 12 May 2006 15:18:05 +0300 Al Boldi [EMAIL PROTECTED] wrote: The Object Inspector currently syncs with the form editor as one traverses the tree, but the Code Explorer needs some help with this one liner: procedure TCodeExplorerView.CodeTreeviewSelectionChanged(Sender: TObject);

Re: [lazarus] Code Explorer Improvements

2006-05-13 Thread Al Boldi
Mattias Gaertner wrote: Al Boldi [EMAIL PROTECTED] wrote: The Object Inspector currently syncs with the form editor as one traverses the tree, but the Code Explorer needs some help with this one liner: procedure TCodeExplorerView.CodeTreeviewSelectionChanged(Sender: TObject); begin

[lazarus] Code Explorer Improvements

2006-05-12 Thread Al Boldi
The Object Inspector currently syncs with the form editor as one traverses the tree, but the Code Explorer needs some help with this one liner: procedure TCodeExplorerView.CodeTreeviewSelectionChanged(Sender: TObject); begin JumpToSelection; end; This makes it sync with the source editor,