Re: [Lazarus] SynInfoView

2012-02-01 Thread Alexander Shishkin
Another issue: tooltip now disappears after begin inside routine and not shown if caret is in routines` var section. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] SynInfoView

2012-02-01 Thread Alexander Shishkin
01.02.2012 16:43, Alexander Shishkin пишет: Another issue: tooltip now disappears after begin inside routine and not shown if caret is in routines` var section. more precise: tooltip disappears when caret is scrolled off from screen. -- ___ Lazarus

Re: [Lazarus] SynInfoView

2012-02-01 Thread Martin
On 01/02/2012 12:47, Alexander Shishkin wrote: 01.02.2012 16:43, Alexander Shishkin пишет: Another issue: tooltip now disappears after begin inside routine and not shown if caret is in routines` var section. more precise: tooltip disappears when caret is scrolled off from screen. this is

Re: [Lazarus] SynInfoView

2012-02-01 Thread Alexander Shishkin
01.02.2012 17:04, Martin пишет: On 01/02/2012 12:47, Alexander Shishkin wrote: 01.02.2012 16:43, Alexander Shishkin пишет: Another issue: tooltip now disappears after begin inside routine and not shown if caret is in routines` var section. more precise: tooltip disappears when caret is

Re: [Lazarus] SynInfoView

2012-02-01 Thread Martin
On 01/02/2012 13:17, Alexander Shishkin wrote: 01.02.2012 17:04, Martin пишет: On 01/02/2012 12:47, Alexander Shishkin wrote: 01.02.2012 16:43, Alexander Shishkin пишет: Another issue: tooltip now disappears after begin inside routine and not shown if caret is in routines` var section. more

Re: [Lazarus] SynInfoView

2012-01-24 Thread Juha Manninen
2012/1/23 Martin laza...@mfriebe.de well that can be in the final stages, when config is added (also including which parts of the structure to show... ) probably also some sort of tiny delay, so it wont flicker while fast scrolling Nice. With nested functions it shows both the top level

Re: [Lazarus] SynInfoView

2012-01-24 Thread Mattias Gaertner
On Tue, 24 Jan 2012 12:05:18 +0200 Juha Manninen juha.mannine...@gmail.com wrote: 2012/1/23 Martin laza...@mfriebe.de well that can be in the final stages, when config is added (also including which parts of the structure to show... ) probably also some sort of tiny delay, so it wont

Re: [Lazarus] SynInfoView

2012-01-24 Thread Martin
On 24/01/2012 10:05, Juha Manninen wrote: 2012/1/23 Martin laza...@mfriebe.de mailto:laza...@mfriebe.de well that can be in the final stages, when config is added (also including which parts of the structure to show... ) probably also some sort of tiny delay, so it wont flicker

Re: [Lazarus] SynInfoView

2012-01-24 Thread Martin
On 24/01/2012 10:25, Mattias Gaertner wrote: On Tue, 24 Jan 2012 12:05:18 +0200 Juha Manninenjuha.mannine...@gmail.com wrote: With nested functions there is no easy way to do that now. Search - Find Start of Code Block goes to begin. The code explorer can show the Surrounding, which shows

Re: [Lazarus] SynInfoView

2012-01-24 Thread Mattias Gaertner
On Tue, 24 Jan 2012 12:05:18 +0200 Juha Manninen juha.mannine...@gmail.com wrote: 2012/1/23 Martin laza...@mfriebe.de well that can be in the final stages, when config is added (also including which parts of the structure to show... ) probably also some sort of tiny delay, so it wont

[Lazarus] SynInfoView

2012-01-23 Thread Alexander Shishkin
Compile the IDE with WithSynInfoView defined (then watch the top of the editor, when the info is off screen) Note this is alpha (should be crash free, but looks like ---) -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] SynInfoView

2012-01-23 Thread Martin
On 23/01/2012 08:47, Alexander Shishkin wrote: Compile the IDE with WithSynInfoView defined (then watch the top of the editor, when the info is off screen) Note this is alpha (should be crash free, but looks like ---) -- ___ Lazarus mailing list

Re: [Lazarus] SynInfoView

2012-01-23 Thread Alexander Shishkin
23.01.2012 16:21, Martin пишет: Nice feature. There are some suggestions: as I said it is still alpha... So its good time to discuss some issues. 1) The tooltip should be shown for method/class part on top of screen even if caret is in it but not for the method/class where caret is even

Re: [Lazarus] SynInfoView

2012-01-23 Thread Martin
On 23/01/2012 13:43, Alexander Shishkin wrote: 23.01.2012 16:21, Martin пишет: Nice feature. There are some suggestions: as I said it is still alpha... So its good time to discuss some issues. :) 1) The tooltip should be shown for method/class part on top of screen even if caret is in