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 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 need to choose a

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 function

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 c

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

[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 I've

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 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 have to - for exa

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

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 @ www.i

Re: [Lazarus] Compiler Options

2014-07-17 Thread Sven Barth
Am 16.07.2014 22:01 schrieb "Mattias Gaertner" : > > On Wed, 16 Jul 2014 21:25:49 +0200 > Sven Barth 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 test was added years ago. Hmm... It might

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 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 > search scopes: >

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