Re: [Gambas-user] Gambas 3 IDE features request

2010-12-18 Thread Benoît Minisini
> 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

Re: [Gambas-user] Gambas 3 IDE features request

2010-12-18 Thread Fabián Flores Vadell
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 >>

Re: [Gambas-user] Gambas 3 IDE features request

2010-12-18 Thread Benoît Minisini
> 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

Re: [Gambas-user] Gambas 3 IDE features request

2010-12-18 Thread Fabián Flores Vadell
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:

Re: [Gambas-user] Gambas 3 IDE features request

2010-12-18 Thread Benoît Minisini
> 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

Re: [Gambas-user] Gambas 3 IDE features request

2010-12-18 Thread Fabián Flores Vadell
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

[Gambas-user] Gambas 3 IDE features request

2010-12-17 Thread 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 attributes than will have accessor and modifiers, l