Re: [Lazarus] fcl-stl / thashset question

2012-02-27 Thread Alexander Shishkin
27.02.2012 12:19, Mattias Gaertner пишет: On Mon, 27 Feb 2012 06:18:59 +0100 Hans-Peter Diettrichdrdiettri...@aol.com wrote: John Repucci schrieb: I'm attempting to use thashset from the fcl-stl unit. It appears that fcl-stl is not compiled with the fpc that comes with

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

[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 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] RE : Error compiling trunk version 34361 on win64

2011-12-22 Thread Alexander Shishkin
22.12.2011 19:28, Ludo Brands пишет: In lazregions.pas there are several ifdef's on the fpc version that go upto 2.6. Since you use 2.7.1 they fail. Add 2.7 to the ifdefs or use fpc 2.4.4/ 2.6.0. Officially lazarus compiles only what latest fpc release version. Ludo --

Re: [Lazarus] Petition to Skype

2011-12-06 Thread Alexander Shishkin
07.12.2011 0:59, Juha Manninen пишет: 2011/12/6 Marco Ciampa ciam...@libero.it mailto:ciam...@libero.it Name one, please (it is not sarcasm, I do not know any really working well ...) My friend told some time ago he uses an open source replacement for Skype. The biggest problem is

Re: [Lazarus] Silly bugtracker question

2011-11-29 Thread Alexander Shishkin
30.11.2011 1:50, Bart пишет: Hi, Here's a silly question. In the Lazarus bugtracker we have 1600 issues marked as resolved. A little under half of them are 1 year old. Shouldn't most of these issues be closed (preferrably not by hand), or doesn't it matter anyhow? Bart --

[Lazarus] Build project now rebuilds everithing

2011-11-01 Thread Alexander Shishkin
With today's svn version of Lazarus build project rebuilds all required packages (and LCL, FCL etc). Is it by design? (Packages has option rebuild as needed) -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Syncro-Edit with Code Templates?

2011-10-21 Thread Alexander Shishkin
21.10.2011 10:47, Graeme Geldenhuys пишет: Hi, I've setup a Code Templates 'lsi' (Logging with SendInteger(...)). When I press Ctrl+J I would like the following to appear with the cursor inside the first parameter of the SendInteger() call. Now the tricky part. I would ideally also like to have