Re: [Lazarus] New methods code creation

2016-10-22 Thread Aradeonas via Lazarus
Thanks! Regards, Ara -- http://www.fastmail.com - The professional email service -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Fast-small utilities for common javascript tasks, anyone?

2016-10-06 Thread Aradeonas via Lazarus
Hi Michael, As you seem experienced in doing web and js with Lazarus and FPC, can you explain more about routines, tools and flow of the work if you got time in the future? Regards, Ara -- http://www.fastmail.com - Choose from over 50 domains or use your own -- __

Re: [Lazarus] Helper for arrays

2016-10-02 Thread Aradeonas via Lazarus
> Maybe you can raise a discussion / feature request in the fpc-devel > mailing list to include type helpers for generic arrays? So we can have this feature for array it self and should use it for generic arrays? Regards, Ara -- http://www.fastmail.com - A no graphics, no pop-ups email service

Re: [Lazarus] Helper for arrays

2016-10-02 Thread Aradeonas via Lazarus
Ondrej can you point me to a sample? I know I can make helper for array of integer but I want some helpers for all type of arrays. Regards, Ara -- http://www.fastmail.com - Faster than the air-speed velocity of an unladen european swallow --

Re: [Lazarus] Helper for arrays

2016-10-02 Thread Aradeonas via Lazarus
Thanks DougC I used it before but as I said before I want such helpers. Thanks Maciej as always, I used NewPascal and I liked it but I want to find out FPC is supporting it or not. Regards, Ara -- http://www.fastmail.com - Send your email first class -- __

[Lazarus] Helper for arrays

2016-10-02 Thread Aradeonas via Lazarus
Hi, Can I have or make helper for arrays? like making Count property so I can use it instead of Length ? For example : > IntegerArray : array of integer; > > for i:= to IntegerArray.Count -1 do > Regards, Ara -- http://www.fastmail.com - The professional email service -- __

Re: [Lazarus] New methods code creation

2016-09-26 Thread Aradeonas via Lazarus
> I personally prefer to use private as default. I will add the option. Me too, at least an option for an useful shortcut. Happy to hear that. Regards, Ara -- http://www.fastmail.com - Same, same, but different... -- ___ Lazarus mailing list Lazaru

Re: [Lazarus] New methods code creation

2016-09-26 Thread Aradeonas via Lazarus
Thanks Ondrej for your works. You talk about various IDE options but as I searched I cant find any options to make this message off and also from my view it makes no sense forcing anybody to a shortcut do just one thing and make all the stuff in Public. But as you are the maintainer and no one att

Re: [Lazarus] New methods code creation

2016-09-26 Thread Aradeonas via Lazarus
I dont know who changed it but here is a screen shot from 1.6 Regards, Ara -- http://www.fastmail.com - Does exactly what it says on the tin -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] New methods code creation

2016-09-26 Thread Aradeonas via Lazarus
Yes, and it isnt tiny and also programmers like me are lazy and a click or a enter more very time is a pain. I didnt want option for every detail just font like messages ;) Also we had it before :D Regards, Ara -- http://www.fastmail.com - Faster than the air-speed velocity of an

Re: [Lazarus] New methods code creation

2016-09-26 Thread Aradeonas via Lazarus
Cause we had an option before, can we have it back for Ctrl+C ? just like 1.6 and no hard coded option so anyone can choose what he like? Regards, Ara -- http://www.fastmail.com - mmm... Fastmail... -- ___ Lazarus mailing list Lazarus@lists.lazarus-

Re: [Lazarus] New methods code creation

2016-09-26 Thread Aradeonas via Lazarus
Oh no :( I want my old behavior back, its a pain to see a dialog every time. it at least can use last chosen value with +X dialog. Regards, Ara -- http://www.fastmail.com - Or how I learned to stop worrying and love email again -- ___

Re: [Lazarus] New methods code creation

2016-09-26 Thread Aradeonas via Lazarus
Thanks Ondrej but Ctrl+Shift+X will show the message and I set it on private but problem is how can I set Ctrl+Shift+c default? Also If I want to it adds method after class name not in private section, what should I do? Regards, Ara -- http://www.fastmail.com - Access your email from home and t

[Lazarus] New methods code creation

2016-09-26 Thread Aradeonas via Lazarus
Hi, In Lazarus 1.6 when I used code creation for procedures and events they will be made in private part of class and I had an option in Codetool named "Insert new event methods to section" but now in Lazarus trunk I cant find that and methods will made in public part. What is wrong? Regards, Ar