> What about to do "Make code pretty" option customizable?
>
> Saluti.
Yes. But I need to know which options define the style.
--
Benoît Minisini
--
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to con
2010/12/18 Benoît Minisini :
>>
>> Hi Benoît. I know that property exists, but:
>>
>>
>> 1) In some situations (rare I admit, but real) could be necessary
>> write a setter and unnecessary write a getter, but properties are
>> both: write and read or only read, there's no option to automatically
>>
> 2010/12/18 Benoît Minisini :
> > I think that already exists: it's named "Property". :-)
> >
> > --
> > Benoît Minisini
>
> Hi Benoît. I know that property exists, but:
>
>
> 1) In some situations (rare I admit, but real) could be necessary
> write a setter and unnecessary write a getter, but
2010/12/18 Benoît Minisini :
>
> I think that already exists: it's named "Property". :-)
>
> --
> Benoît Minisini
Hi Benoît. I know that property exists, but:
1) In some situations (rare I admit, but real) could be necessary
write a setter and unnecessary write a getter, but properties are
both:
> 2010/12/17 Fabián Flores Vadell :
> > Hi. There are two features I beleave could be fine in Gambas 3 IDE:
> >
> > 1. Add an option named "create getters and setters" (or similar) to
> > the context menu in the code editor, so the IDE can take care of this
> > boring work. A simple comment can de
2010/12/17 Fabián Flores Vadell :
> Hi. There are two features I beleave could be fine in Gambas 3 IDE:
>
> 1. Add an option named "create getters and setters" (or similar) to
> the context menu in the code editor, so the IDE can take care of this
> boring work. A simple comment can define attribut
Hi. There are two features I beleave could be fine in Gambas 3 IDE:
1. Add an option named "create getters and setters" (or similar) to
the context menu in the code editor, so the IDE can take care of this
boring work. A simple comment can define attributes than will have
accessor and modifiers, l