Re: [Lazarus] LCL based image viewer like ACDSee?

2009-02-02 Thread dmitry boyarintsev
Graeme, are you interested in LCL version of viewer, or fpGUI? ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] cross compiling

2009-02-02 Thread Alexander Kaupp aka tanila
hi joos, thx 4 your answer, but how do I compile for x86_64 on fcp-i386? Or do you mean to install 2 FPCs one x64 and one i386? alex Am Sonntag, den 01.02.2009, 22:21 +0100 schrieb Joost van der Sluis: Op zondag 01-02-2009 om 19:42 uur [tijdzone +0100], schreef Alexander Kaupp aka tanila:

[Lazarus] new editor feature in Lazarus SVN

2009-02-02 Thread Graeme Geldenhuys
Hi, I'm catching up on new Lazarus IDE features since mid December - you guys have been busy I see! ;-) I noticed that if I place the cursor on begin..end pair or on a property like Width, similar properties are highlighted all over the code. What is this used for? The screenshot shows what I

Re: [Lazarus] new editor feature in Lazarus SVN

2009-02-02 Thread Graeme Geldenhuys
On Mon, Feb 2, 2009 at 10:53 AM, Paul Ishenin i...@kmiac.ru wrote: It can be used to highlight your identifiers. Martin will probably explain more if you will ask further. Ah, I thought it might be the start to something like SyncEdit - similar to what the post-Delphi7 IDE's include. See the

Re: [Lazarus] Divider lines broken in Lazarus SVN

2009-02-02 Thread Graeme Geldenhuys
On Mon, Feb 2, 2009 at 10:50 AM, Paul Ishenin i...@kmiac.ru wrote: Actually they work but more levels were added and now your level 1 should be changed to bigger value. For example to 4. Excellent! The new level 3 does what the old level 1 did. :-) Sorry for the false alarm. Regards, -

Re: [Lazarus] Loading icon from Application.Icon

2009-02-02 Thread Guionardo Furlan
Don't worked. The icon is loaded by the application. begin Application.Title := uTipos.ProgTitulo; Application.Initialize; Tray.Cria; Application.Run; end. 2009/2/1 Vincent Snijders vincent.snijd...@gmail.com: Guionardo Furlan schreef: The application don't have a main form. Look:

Re: [Lazarus] LCL based image viewer like ACDSee?

2009-02-02 Thread dmitry boyarintsev
Or gwenview. Works fine for me. imho, the whole point is that viewer is FCL/LCL based. so, it's possible to modify or extend it yourself and/or learn some features of FCL/LCL graphics. ... at least +1 FPC based application :) ___ Lazarus mailing list

Re: [Lazarus] new editor feature in Lazarus SVN

2009-02-02 Thread Graeme Geldenhuys
On Mon, Feb 2, 2009 at 12:21 PM, Martin Friebe laza...@mfriebe.de wrote: I know SyncEdit, and got it on my list, for now it's display only. No problems, I was only curious. So far you guys are doing excellent work. Well done to all! PS: Another nice change is the Editor Properties layout. It

Re: [Lazarus] new editor feature in Lazarus SVN

2009-02-02 Thread Martin Friebe
Ah, good... I need to update the trailing spaces section too. and the indent section, dmitry boyarintsev wrote: Martin, I've copy-pasted your email to the wiki: http://wiki.lazarus.freepascal.org/IDE_Window:_Editor_Options imho, it's necessary to add Default Lazarus like settings and

Re: [Lazarus] new editor feature in Lazarus SVN

2009-02-02 Thread Martin Friebe
I know SyncEdit, and got it on my list, for now it's display only. In order to do SyncEdit, SynEdit will need to get a concept of different States (at the moment this is handled by SourceEditor for things like incremental search). This will also be useful for templates, that can automatically

Re: [Lazarus] Loading icon from Application.Icon

2009-02-02 Thread Paul Ishenin
Guionardo Furlan wrote: Don't worked. The icon is loaded by the application. begin Application.Title := uTipos.ProgTitulo; Application.Initialize; Tray.Cria; Application.Run; end. It is all with 0.9.27 I suppose? Best regards, Paul Ishenin.

Re: [Lazarus] new editor feature in Lazarus SVN

2009-02-02 Thread Paul Ishenin
dmitry boyarintsev wrote: Martin, I've copy-pasted your email to the wiki: http://wiki.lazarus.freepascal.org/IDE_Window:_Editor_Options imho, it's necessary to add Default Lazarus like settings and Delphi 7 like settings for the editor, just like Paul added for the object inspector :)

Re: [Lazarus] new editor feature in Lazarus SVN

2009-02-02 Thread dmitry boyarintsev
Martin, I've copy-pasted your email to the wiki: http://wiki.lazarus.freepascal.org/IDE_Window:_Editor_Options imho, it's necessary to add Default Lazarus like settings and Delphi 7 like settings for the editor, just like Paul added for the object inspector :) Thanks, Dmitry