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] New methods code creation

2016-10-19 Thread Mattias Gaertner via Lazarus
On Mon, 26 Sep 2016 13:04:29 -0700 Aradeonas via Lazarus wrote: > > 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. I added it. Mattias -- ___ Lazar

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 Ondrej Pokorny via Lazarus
On 26.09.2016 20:24, Mattias Gaertner via Lazarus wrote: I personally prefer to use private as default. I will add the option. Good. I add most methods to the private section as well. It looks like more people do: http://mantis.freepascal.org/view.php?id=13994 :) Ondrej -- __

Re: [Lazarus] New methods code creation

2016-09-26 Thread Mattias Gaertner via Lazarus
On Mon, 26 Sep 2016 11:06:15 -0700 Aradeonas via Lazarus wrote: > 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 an

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 Ondrej Pokorny via Lazarus
On 26.09.2016 19:10, Aradeonas via Lazarus wrote: I dont know who changed it but here is a screen shot from 1.6 I implemented the option in 1.5 trunk and I extended it in 1.7. During this extension I decided to delete the option because now there are much more options and it doesn't make sens

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 Ondrej Pokorny via Lazarus
On 26.09.2016 18:45, Mattias Gaertner via Lazarus wrote: On Mon, 26 Sep 2016 16:26:06 +0200 Ondrej Pokorny via Lazarus wrote: On 26.09.2016 16:01, Aradeonas via Lazarus wrote: Hi, In Lazarus 1.6 when I used code creation for procedures and events they will be made in private part of class an

Re: [Lazarus] New methods code creation

2016-09-26 Thread Mattias Gaertner via Lazarus
On Mon, 26 Sep 2016 16:26:06 +0200 Ondrej Pokorny via Lazarus wrote: > On 26.09.2016 16:01, Aradeonas via Lazarus wrote: > > 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 "I

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 Ondrej Pokorny via Lazarus
On 26.09.2016 17:01, Aradeonas via Lazarus wrote: 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? Well I don't know if we should make an option for every tiny feature that can be easily compensated with a

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 Ondrej Pokorny via Lazarus
On 26.09.2016 16:45, Aradeonas via Lazarus wrote: > I want my old behavior back, its a pain to see a dialog every time. Well not a pain for me. But you can raise a discussion about the default section for methods for +C. I always use +X for methods; the same if I want to declare an object varia

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 Ondrej Pokorny via Lazarus
On 26.09.2016 16:34, Aradeonas via Lazarus wrote: 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? You cannot. +C is always without dialog (predefined hard-coded settings), whereas +X is always with dialog. Also I

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

Re: [Lazarus] New methods code creation

2016-09-26 Thread Ondrej Pokorny via Lazarus
On 26.09.2016 16:01, Aradeonas via Lazarus wrote: 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

[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