> The new inheritance rules will be ported in gbs2 also?
>
Gambas 2 you mean? Of course not.
--
Benoît Minisini
--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and mo
The new inheritance rules will be ported in gbs2 also?
--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and model configuration. Take
the hassle out of deploying and ma
2011/8/20 Benoît Minisini :
>> 2011/8/19 Benoît Minisini :
>> > To fix the bug tracker issue #78, I had to do some incompatible changes.
>> >
>> > But now, changing the return datatype of a method through inheritance is
>> > now correctly forbidden.
>> >
>> > Theoretically, I have to prevent method
> 2011/8/19 Benoît Minisini :
> > To fix the bug tracker issue #78, I had to do some incompatible changes.
> >
> > But now, changing the return datatype of a method through inheritance is
> > now correctly forbidden.
> >
> > Theoretically, I have to prevent method signature from changing between
2011/8/19 Benoît Minisini :
> To fix the bug tracker issue #78, I had to do some incompatible changes.
> But now, changing the return datatype of a method through inheritance is now
> correctly forbidden.
>
> Theoretically, I have to prevent method signature from changing between
> inheritance too
On Saturday 20 August 2011 10:37:32 Benoît Minisini wrote:
> To fix the bug tracker issue #78, I had to do some incompatible changes.
>
> - TreeView, ListView and ColumnView Find() method have been renamed as
> FindAt().
>
> - IconView.Find() has been renamed as FindAt().
>
> - Workspace.Childre
To fix the bug tracker issue #78, I had to do some incompatible changes.
- TreeView, ListView and ColumnView Find() method have been renamed as
FindAt().
- IconView.Find() has been renamed as FindAt().
- Workspace.Children has been renamed as Workspace.Windows.
The IDE source code has been fix