Re: [Lazarus] New preprocessor directive

2015-05-24 Thread silvioprog
On Sun, May 17, 2015 at 5:50 AM, Michael Van Canneyt wrote: > > Hello, > > As you probably know, it is possible to include source filename, line > number, date etc. in your source > with the following directives: > {$I %FILENAME%} > {$I %LINE%} > {$i %DATE%} > > At my request, Florian added > > {

[Lazarus] LazReport Questions

2015-05-24 Thread steveg
Could somebody please let me know the correct place to post questions about LazReport ? Not sure if there is a separate group / list for this Thanks - SteveG -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepas

[Lazarus] Codetools error when asm block contains 'if'

2015-05-24 Thread Michael Ring
I have the following peace of code that breaks codetools on trunk: Self.CSR_bits.setENABLE; asm cpsie if end; When I try to do ctrl-space in Lazarus I now get the following error-message: Codetools, Fehler: 1 armcm0p.pp(167,11) Error: unerwartetes Schlüsselwort "if" im ASM-Block gefu

[Lazarus] Tag Cloud widget for desktop applications

2015-05-24 Thread Graeme Geldenhuys
Hi, Has anybody created a Tag Cloud widget for a desktop application? I'm thinking in terms of using it in a desktop application that contains lots of text like an E-Mail program, Bug Tracker etc. It will work similar to what it does on blog sites - acting as a search filter for the most common us