[Lazarus] I don't see button glyphs in the windows IDE. Why?

2009-05-13 Thread Paul Ishenin
Hello, General mailing list. Today or tomorow I expect to recieve a mail with this question. Since I've changed that I want to answer before: http://lazarus-dev.blogspot.com/2009/05/changes-with-button-glyphs.html There are few buttons in some dialogs which should always have an image. I will

Re: [Lazarus] Ideas for improving lazarus.dci code templates

2009-05-13 Thread Graeme Geldenhuys
On Wed, May 13, 2009 at 1:00 PM, Graeme Geldenhuys graemeg.li...@gmail.com wrote: * This design which be extended even further to have language specific .dci files. Instead of lazarus.dci, rather have the following:   - objectpascal.dci   - java.dci   - html.dci   - javascript.dci   etc...

Re: [Lazarus] Ideas for improving lazarus.dci code templates

2009-05-13 Thread Michael Van Canneyt
I can only agree with all Graeme's remarks, except the last, which I think is a bit overkill. Michael. On Wed, 13 May 2009, Graeme Geldenhuys wrote: Hi, Over the years I have noticed some shortcomings in the lazarus.dci handling. Here are some of my ideas. Please comment on them before I

Re: [Lazarus] Ideas for improving lazarus.dci code templates

2009-05-13 Thread Graeme Geldenhuys
On Wed, May 13, 2009 at 1:32 PM, Michael Van Canneyt wrote: ... except the last, which I think is a bit overkill. I kinda agree, hence I rate it very low priority. I could maybe be handy if you want to reuse code templates, again not a very important point. :) Regards, - Graeme -

[Lazarus] Live Templates

2009-05-13 Thread Lee Jenkins
Graeme's recent post made me wonder if there is been work or talk of work on implementing Live Templates like Delphi has? I imagine that that kind of behavior is a bit of work to implement. -- Warm Regards, Lee ___ Lazarus mailing list

Re: [Lazarus] Ideas for improving lazarus.dci code templates

2009-05-13 Thread Mattias Gärtner
Zitat von Graeme Geldenhuys graemeg.li...@gmail.com: Hi, Over the years I have noticed some shortcomings in the lazarus.dci handling. Here are some of my ideas. Please comment on them before I create official feature requests in Mantis. * Lazarus should have seperate .dci files. One for

Re: [Lazarus] Live Templates

2009-05-13 Thread Mattias Gärtner
Zitat von Lee Jenkins l...@datatrakpos.com: Graeme's recent post made me wonder if there is been work or talk of work on implementing Live Templates like Delphi has? Yes. 1. Lazarus will not support the Delphi syntax, because Lazarus already supports code macros. There are already some

Re: [Lazarus] Live Templates

2009-05-13 Thread Martin Friebe
Mattias Gärtner wrote: Zitat von Lee Jenkins l...@datatrakpos.com: Graeme's recent post made me wonder if there is been work or talk of work on implementing Live Templates like Delphi has? Yes. 1. Lazarus will not support the Delphi syntax, because Lazarus already supports code

Re: [Lazarus] Live Templates

2009-05-13 Thread Graeme Geldenhuys
2009/5/13 Mattias Gärtner nc-gaert...@netcologne.de: 2. auto complete without pressing a short cut already works for return, space and word end. And boy do those come in handy! I already have my own collection of marco code templates. Some even create complete classes using text in the

Re: [Lazarus] Ideas for improving lazarus.dci code templates

2009-05-13 Thread Mattias Gaertner
On Wed, 13 May 2009 16:31:04 +0200 Graeme Geldenhuys graemeg.li...@gmail.com wrote: 2009/5/13 Mattias Gärtner nc-gaert...@netcologne.de: About the default file: The defaults are compiled into the IDE. I know, but that is part of the problem. And it shouldn't be compiled into the IDE.

Re: [Lazarus] Live Templates

2009-05-13 Thread Hans-Peter Diettrich
Lee Jenkins schrieb: Graeme's recent post made me wonder if there is been work or talk of work on implementing Live Templates like Delphi has? My experience with Live Templates: they are nice to use, but so hard to write properly, that no user will ever try to write a template himself. Then

Re: [Lazarus] Live Templates

2009-05-13 Thread Graeme Geldenhuys
On Wed, May 13, 2009 at 7:54 PM, Hans-Peter Diettrich drdiettri...@aol.com wrote: My experience with Live Templates: they are nice to use, but so hard to write properly, that no user will ever try to write a template himself. I don't know about that. The tiOPF has quite a few Live Templates

Re: [Lazarus] Live Templates

2009-05-13 Thread Lee Jenkins
Lee Jenkins wrote: Graeme's recent post made me wonder if there is been work or talk of work on implementing Live Templates like Delphi has? I imagine that that kind of behavior is a bit of work to implement. Great news everyone. Kudos. I look forward to seeing the new stuff. -- Warm

Re: [Lazarus] FPWeb Templates Cache etc

2009-05-13 Thread ABorka
Hi, I have submitted some example projects for inclusion into the Lazarus examples subdirectory. You can find and download them in report http://bugs.freepascal.org/view.php?id=13706 Lots of basic web development functions using html templates are covered in these examples. AB Osvaldo

[Lazarus] Purpose of TDateEdit.DefaultToday

2009-05-13 Thread Luiz Americo Pereira Camara
What TDateEdit.DefaultToday should do?. Is it supposed to show the Today date when set? Currently setting TDateEdit.DefaultToday to true does not under win32. Luiz ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

Re: [Lazarus] Live Templates

2009-05-13 Thread Lee Jenkins
Graeme Geldenhuys wrote: On Wed, May 13, 2009 at 7:54 PM, Hans-Peter Diettrich drdiettri...@aol.com wrote: My experience with Live Templates: they are nice to use, but so hard to write properly, that no user will ever try to write a template himself. I don't know about that. The tiOPF has

Re: [Lazarus] FPWeb Templates Cache etc

2009-05-13 Thread Lee Jenkins
ABorka wrote: Hi, I have submitted some example projects for inclusion into the Lazarus examples subdirectory. You can find and download them in report http://bugs.freepascal.org/view.php?id=13706 Lots of basic web development functions using html templates are covered in these