Re: [Lazarus] Compiler Options

2014-07-17 Thread Marco van de Voort
On Wed, Jul 16, 2014 at 09:25:49PM +0200, Sven Barth wrote: installed right. For targets without Classes the test needs to be adapted. What targets do not have a classes.ppu? All targets that don't have a classes.pp in their corresponding RTL directory (e.g. rtl/embedded, rtl/macos,

Re: [Lazarus] Find in files suggestion

2014-07-17 Thread Michael Van Canneyt
On Wed, 16 Jul 2014, Mattias Gaertner wrote: On Wed, 16 Jul 2014 08:32:27 +0200 Václav Valíček vac...@valicek.name wrote: Hi, Václav Valíček vac...@valicek.name Dne 15.7.2014 13:44, Michael Van Canneyt napsal(a): [snip] So, would it be possible to add to 'Find in files' the following

Re: [Lazarus] Compiler Options

2014-07-17 Thread Sven Barth
Am 16.07.2014 22:01 schrieb Mattias Gaertner nc-gaert...@netcologne.de: On Wed, 16 Jul 2014 21:25:49 +0200 Sven Barth pascaldra...@googlemail.com wrote: [...] It's likely better to rely on the system.ppu... :/ Some users installed fpc with system.ppu and no classes.ppu. That's why the

Re: [Lazarus] Compiler Options

2014-07-17 Thread Justin Smyth
Whats required to change this behaviour ? If you can point me in the right direction it would be of great help. I’ve just gotta remember to switch from VB coding back to pascal I am so use to it , its not funny - I got a job doing VB programming here in Australia back in feb @

[Lazarus] Changes do not appear on F9

2014-07-17 Thread Vojtěch Čihák
Hi,   I have some little issue with my projects. When I do some changes in related units (those that are in uses sectin of the main form) and I hit F9 (Run), those changes do no appear in executed program. I have to - for example - move some button a few pixels and run (F9) again, now the

Re: [Lazarus] Changes do not appear on F9

2014-07-17 Thread Mattias Gaertner
On Thu, 17 Jul 2014 13:47:37 +0200 Vojtěch Čihák vojtech.ci...@atlas.cz wrote: Hi,   I have some little issue with my projects. When I do some changes in related units (those that are in uses sectin of the main form) and I hit F9 (Run), those changes do no appear in executed program. I

[Lazarus] GDB Logging options

2014-07-17 Thread Justin Smyth
Hi All, With the recent changes I can now compile for my arm embedded target using lazarus and can get lazarus to use my EABI GDB to connect to openOCD V8 OK , is there a way I can see what commands are sent to GDB when lazarus starts it up ? I want to check to see if my changes in the class

[Lazarus] Object Inspector/Favorites tab, base class and adding properties from code?

2014-07-17 Thread Bruno HR
Hello all, about the Favorites tab in the Object Inspector, why do we need to select a base class for a property to add to Favorites? And why do we need to choose a base class also when removing a property from Favorites? Also, is there a way of declaring a property/event as Favorite in its

Re: [Lazarus] GDB Logging options

2014-07-17 Thread Martin Frb
On 17/07/2014 13:54, Justin Smyth wrote: Hi All, With the recent changes I can now compile for my arm embedded target using lazarus and can get lazarus to use my EABI GDB to connect to openOCD V8 OK , is there a way I can see what commands are sent to GDB when lazarus starts it up ? I want to

Re: [Lazarus] Find in files suggestion

2014-07-17 Thread Václav Valíček
It was on headless server using *grep***... I have parsed all resourcestrings from lazarus and then was looking for their appearance in the code... I just wrote short script in bash, because I had to write it through ssh from mobile (free time, no laptop). I have tested search in files

Re: [Lazarus] Object Inspector/Favorites tab, base class and adding properties from code?

2014-07-17 Thread Mattias Gaertner
On Thu, 17 Jul 2014 10:13:31 -0300 Bruno HR bhrei...@hotmail.com wrote: Hello all, about the Favorites tab in the Object Inspector, why do we need to select a base class for a property to add to Favorites? Only properties of instances inheriting from the class are favorites. And why do we