[lazarus] Code Explorer - On Idle Affect Code Insite

2007-12-10 Thread Lee Jenkins
When Code Explorer Options is set to On Idle the Code Insight does not work. Ctrl-Space will initially show suggestion, but you can hit enter or double click on the suggestion to use it. If you scroll down, the list become filled with Bug in code insite line (or something to that effect).

Re: [lazarus] Code Explorer - On Idle Affect Code Insite

2007-12-10 Thread Mattias Gaertner
On Mon, 10 Dec 2007 09:47:55 -0500 Lee Jenkins [EMAIL PROTECTED] wrote: When Code Explorer Options is set to On Idle the Code Insight does not work. Ctrl-Space will initially show suggestion, but you can hit enter or double click on the suggestion to use it. If you scroll down, the list

[lazarus] Code Explorer

2006-09-22 Thread Flávio Etrusco
Talking of CodeExplorer, I've always wondered whether there's a very-well-hidden setting to group type/variables/functions globally instead of grouping sequential declarations only or is this a candidate for a feature patch? ;-) Shockingly I didn't find a Mantis entry for this, am I alone on this

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,

[lazarus] Code Explorer enhancement

2005-12-14 Thread Graeme Geldenhuys
Hi, I find that the words function and procedure causes a lot of unnecessary horizontal scrolling. It also causes the actual names of the methods not to align underneath each other, which makes scanning for a method difficult. My suggestion: Why not leave out the words function and

Re: [lazarus] Code Explorer enhancement

2005-12-14 Thread Mattias Gaertner
On Wed, 14 Dec 2005 13:18:55 +0100 Florian Klaempfl [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Wed, 14 Dec 2005 12:11:18 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi, I find that the words function and procedure causes a lot of unnecessary horizontal scrolling.

Re: [lazarus] Code Explorer enhancement

2005-12-14 Thread Ido Kanner
Quoting Florian Klaempfl [EMAIL PROTECTED]: Mattias Gaertner wrote: On Wed, 14 Dec 2005 12:11:18 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi, I find that the words function and procedure causes a lot of unnecessary horizontal scrolling. It also causes the actual names