Re: [Lazarus] Need testers for the a new debugger

2014-07-15 Thread Joost van der Sluis
Il 14/07/2014 23:13, Joost van der Sluis ha scritto: Hi all, As I've written before there's a new debugger available for Lazarus. (Actually there are two new debuggers, but I'm talking about the new gdb-less debugger) The debugger has been improved a lot and I could need some help

Re: [Lazarus] Some suggestions

2014-07-15 Thread Michael Van Canneyt
On Tue, 15 Jul 2014, Mattias Gaertner wrote: On Thu, 3 Jul 2014 13:19:04 +0200 (CEST) Michael Van Canneyt mich...@freepascal.org wrote: [...] - When I select multiple files in the project editor (using ctrl-click), and then want to drag them to a package, then it deselects the clicked

Re: [Lazarus] Some suggestions

2014-07-15 Thread Michael Van Canneyt
On Tue, 15 Jul 2014, Mattias Gaertner wrote: On Thu, 3 Jul 2014 13:19:04 +0200 (CEST) Michael Van Canneyt mich...@freepascal.org wrote: [...] - The 'Stay on top' option of the messages window is nice, but is cumbersome. Without the option, clicking the message means that the source

Re: [Lazarus] Some suggestions

2014-07-15 Thread Michael Van Canneyt
On Tue, 15 Jul 2014, Mattias Gaertner wrote: On Thu, 3 Jul 2014 13:19:04 +0200 (CEST) Michael Van Canneyt mich...@freepascal.org wrote: [...] - When I right-click a message in the message dialog, the pop-up menu displays the possibilities for the selected item, not the item I just

Re: [Lazarus] Need testers for the a new debugger

2014-07-15 Thread Gabor Boros
2014.07.14. 23:13 keltezéssel, Joost van der Sluis írta: To install the debugger just install the components/lazdebuggers/lazdebuggerfp.lpk package. After you've done this, go to tools-options-debugger and select the 'FpDebug internal Dwarf-debugger'. Hi,

[Lazarus] Failure to start

2014-07-15 Thread Michael Van Canneyt
Hi, I've had to correct a Lazarus startup problem for 2 of my collegae. The cause was that the editormacros.xml and editormacroscript.xml files were filled with zero bytes. How this came to be, I do not know. I do know the consequence: The IDE completely failed to start after that. The

[Lazarus] Out of memory with trunk

2014-07-15 Thread Gabor Boros
Hi, Compile trunk with 2.6.4, make clean all bigide on Win32. Start Project1, close, close Lazarus. Then see a memory usage peak in Task Manager always and sometimes got out of memory message too. If not start Project1 just start and close Lazarus the problem not appear. Gabor --

Re: [Lazarus] Need testers for the a new debugger

2014-07-15 Thread Sven Barth
Am 15.07.2014 09:47 schrieb Gabor Boros gaborbo...@yahoo.com: 2014.07.14. 23:13 keltezéssel, Joost van der Sluis írta: To install the debugger just install the components/lazdebuggers/lazdebuggerfp.lpk package. After you've done this, go to tools-options-debugger and select the 'FpDebug

Re: [Lazarus] Some suggestions

2014-07-15 Thread Mattias Gaertner
On Tue, 15 Jul 2014 09:01:48 +0200 (CEST) Michael Van Canneyt mich...@freepascal.org wrote: On Tue, 15 Jul 2014, Mattias Gaertner wrote: On Thu, 3 Jul 2014 13:19:04 +0200 (CEST) Michael Van Canneyt mich...@freepascal.org wrote: [...] - When I select multiple files in the project

Re: [Lazarus] Out of memory with trunk

2014-07-15 Thread Mattias Gaertner
On Tue, 15 Jul 2014 10:12:07 +0200 Gabor Boros gaborbo...@yahoo.com wrote: Hi, Compile trunk with 2.6.4, make clean all bigide on Win32. Start Project1, close, close Lazarus. Then see a memory usage peak in Task Manager always and sometimes got out of memory message too. If not start

Re: [Lazarus] Failure to start

2014-07-15 Thread Mattias Gaertner
On Tue, 15 Jul 2014 10:09:12 +0200 (CEST) Michael Van Canneyt mich...@freepascal.org wrote: [...] Might I suggest that the IDE tries to recover more gracefully when one of it's config files is corrupted ? Someone forgot to enclose this file access in try..except. I added it. Mattias --

Re: [Lazarus] Out of memory with trunk

2014-07-15 Thread Gabor Boros
2014.07.15. 12:03 keltezéssel, Mattias Gaertner írta: TWinPrinter should not call GetPrinters in destroy. Please report this bug in the tracker. Mattias Reported: http://bugs.freepascal.org/view.php?id=26489 Gabor -- ___ Lazarus mailing list

Re: [Lazarus] Failure to start

2014-07-15 Thread Michael Van Canneyt
On Tue, 15 Jul 2014, Mattias Gaertner wrote: On Tue, 15 Jul 2014 10:09:12 +0200 (CEST) Michael Van Canneyt mich...@freepascal.org wrote: [...] Might I suggest that the IDE tries to recover more gracefully when one of it's config files is corrupted ? Someone forgot to enclose this file

Re: [Lazarus] Some suggestions

2014-07-15 Thread Michael Van Canneyt
On Tue, 15 Jul 2014, Mattias Gaertner wrote: On Tue, 15 Jul 2014 09:01:48 +0200 (CEST) Michael Van Canneyt mich...@freepascal.org wrote: On Tue, 15 Jul 2014, Mattias Gaertner wrote: On Thu, 3 Jul 2014 13:19:04 +0200 (CEST) Michael Van Canneyt mich...@freepascal.org wrote: [...] - When

[Lazarus] Find in files suggestion

2014-07-15 Thread Michael Van Canneyt
Hi, I have all my projects set to use packages. In fact, the projects are usually mostly empty, as most of the units are in packages. (I share the package between the actual project and the unit testing project) This works great, but makes searching a bit more cumbersome: A) it is not

Re: [Lazarus] Some suggestions

2014-07-15 Thread Giuliano Colla
Il 15/07/2014 13:35, Michael Van Canneyt ha scritto: [...] Nope. Here, on left mousedown the multiselect is killed :( Todays' Lazarus, GTK2 widgetset. Just a wild guess. Are you sure that your mouse works properly? I've already thrown away a number of mice (mainly Microsoft's, but maybe

Re: [Lazarus] Some suggestions

2014-07-15 Thread Michael Van Canneyt
On Tue, 15 Jul 2014, Giuliano Colla wrote: Il 15/07/2014 13:35, Michael Van Canneyt ha scritto: [...] Nope. Here, on left mousedown the multiselect is killed :( Todays' Lazarus, GTK2 widgetset. Just a wild guess. Are you sure that your mouse works properly? I've already thrown away a

Re: [Lazarus] Some suggestions

2014-07-15 Thread Mattias Gaertner
On Tue, 15 Jul 2014 13:35:51 +0200 (CEST) Michael Van Canneyt mich...@freepascal.org wrote: [...] Nope. Here, on left mousedown the multiselect is killed :( Todays' Lazarus, GTK2 widgetset. You are right. Something changed during my vacation. Mattias --

Re: [Lazarus] IDE Macro for # of bits of the Source OS? (eg. 32-bit/64-bit -- A $(SrcCPU) would be nice!)

2014-07-15 Thread Sven Barth
Am 15.07.2014 12:23 schrieb Mattias Gaertner nc-gaert...@netcologne.de: On Tue, 8 Jul 2014 12:07:46 +0200 Sven Barth pascaldra...@googlemail.com wrote: [...] FPC automatically defines CPUxyz for -Cpxyz, but it seems that Lazarus passes -Opxyz instead which is the CPU type which is

Re: [Lazarus] IDE Macro for # of bits of the Source OS? (eg. 32-bit/64-bit -- A $(SrcCPU) would be nice!)

2014-07-15 Thread Mattias Gaertner
On Tue, 15 Jul 2014 14:34:56 +0200 Sven Barth pascaldra...@googlemail.com wrote: Am 15.07.2014 12:23 schrieb Mattias Gaertner nc-gaert...@netcologne.de: On Tue, 8 Jul 2014 12:07:46 +0200 Sven Barth pascaldra...@googlemail.com wrote: [...] FPC automatically defines CPUxyz for -Cpxyz,

[Lazarus] TCaption question

2014-07-15 Thread Vojtěch Čihák
Hi,   some components (like TLabel) have ellipsis button [...] in Object Inspector that allows multi-line editing while other components don't (TButton). How OI distinguishes it, since both have the same declaration (TControl.Caption: TCaption)? What should I do when want multi-line string

Re: [Lazarus] TCaption question

2014-07-15 Thread Mattias Gaertner
On Tue, 15 Jul 2014 15:29:56 +0200 Vojtěch Čihák vojtech.ci...@atlas.cz wrote: Hi,   some components (like TLabel) have ellipsis button [...] in Object Inspector that allows multi-line editing while other components don't (TButton). How OI distinguishes it, since both have the same

Re: [Lazarus] TCaption question

2014-07-15 Thread Vojtěch Čihák
Thanks.   Now I see, the package has to have IDEIntf in dependencies. __ Od: Mattias Gaertner nc-gaert...@netcologne.de Komu: lazarus@lists.lazarus.freepascal.org Datum: 15.07.2014 15:38 Předmět: Re: [Lazarus] TCaption question For

[Lazarus] Possible bug in TFrame

2014-07-15 Thread Darío J . Vázquez Arguija
To Whom It May Concern: I have detected a possible bug in the frames of Lazarus (1.0, 1.2.2, 1.3trunk) the problem manifests itself when the implemented component is embedded in frame and then try to run the program, which throws an error (The Control'' has no parent window), fortunately I don't

Re: [Lazarus] Need testers for the a new debugger

2014-07-15 Thread Joost van der Sluis
Am 15.07.2014 09:47 schrieb Gabor Boros gaborbo...@yahoo.com mailto:gaborbo...@yahoo.com : 2014.07.14. 23:13 keltezéssel, Joost van der Sluis írta: To install the debugger just install the components/lazdebuggers/lazdebuggerfp.lpk package. After you've done this, go to

[Lazarus] editortoolbar enhancements

2014-07-15 Thread Giuliano Colla
Hi, Lazarus developers, following the discussion of a few days ago about editortoolbar package, I'm preparing an enhancement patch. What I've done: 1) Added an option in Editortoolbar configuration, to select its position (Top,Bottom,Right,Left) 2) Added a Show toolbar checkbox in Editor -

[Lazarus] TLabel inside a TScrollBox (under Win32) MouseWheel issue

2014-07-15 Thread Sandro Cumerlato
Reference: [Lazarus] Scrollbox and mousewheel http://lists.lazarus.freepascal.org/pipermail/lazarus/2012-July/074650.html Hello everybody, I'm writing to you about an issue discovered while using a TLabel inside a TScrollBox (under Win32). The problem is that the TLabel hides the MouseWheel

Re: [Lazarus] editortoolbar enhancements

2014-07-15 Thread Juha Manninen
On Tue, Jul 15, 2014 at 8:05 PM, Giuliano Colla giuliano.co...@fastwebnet.it wrote: 1) Added an option in Editortoolbar configuration, to select its position (Top,Bottom,Right,Left) Good. 2) Added a Show toolbar checkbox in Editor - General - Misc, and an eoEditorToolBar to

Re: [Lazarus] editortoolbar enhancements

2014-07-15 Thread Giuliano Colla
Il 15/07/2014 20:16, Juha Manninen ha scritto: On Tue, Jul 15, 2014 at 8:05 PM, Giuliano Colla giuliano.co...@fastwebnet.it wrote: 1) Added an option in Editortoolbar configuration, to select its position (Top,Bottom,Right,Left) Good. 2) Added a Show toolbar checkbox in Editor - General -

Re: [Lazarus] editortoolbar enhancements

2014-07-15 Thread Graeme Geldenhuys
On 2014-07-15 19:16, Juha Manninen wrote: One addition please: add the jump backward and jump forward (Ctrl-H, Ctrl-Shift-H) buttons there by default. They are the single most requested operations. Once people learn to use shortcuts, they are not as important any more. Very good idea. If

Re: [Lazarus] editortoolbar enhancements

2014-07-15 Thread Graeme Geldenhuys
On 2014-07-15 19:40, Giuliano Colla wrote: I was thinking to provide as a starting default a number of usual edit functions (Undo/redo - Cut/Copy/Paste - Search/Search in Files - Jump Back/Jump I wouldn't. I think everybody knows those shortcuts as they are common in all editors. The Jump

Re: [Lazarus] Need testers for the a new debugger

2014-07-15 Thread C Western
On 14/07/14 22:13, Joost van der Sluis wrote: Hi all, As I've written before there's a new debugger available for Lazarus. (Actually there are two new debuggers, but I'm talking about the new gdb-less debugger) The debugger has been improved a lot and I could need some help testing the thing.

[Lazarus] GDB Debugging, ATN: Martin?

2014-07-15 Thread Den
Hi (most likely Martin ;) ), I'm getting this: =breakpoint-modified,bkpt={number=4,type=breakpoint,disp=keep,enabled=y,addr=0x004021c0,at=_start,thread-groups=[i1],times=1,original-location=*4202944}