Re: [Gambas-user] Beware of the recent changes in the development version

2015-05-20 Thread adamn...@gmail.com
OK! I see the CollapseAll problem seems to be line 2199 in FEditor.class: If Settings["/Editor/Fold"] Then edtEditor.CollapseAll I have changed my local gambas3.conf file and all projects seem to load OK now. regards bruce -- B Bruen

Re: [Gambas-user] Beware of the recent changes in the development version

2015-05-20 Thread adamn...@gmail.com
On Wed, 20 May 2015 00:31:11 +0200 Benoît Minisini wrote: > Hi, > > Since revision #7089, the IDE uses the new TextEditor control that > replaced the Editor control. > > The TextEditor control has not all the features of the old Editor > control yet, and it surely still have bugs. So please r

Re: [Gambas-user] Beware of the recent changes in the development version

2015-05-20 Thread Benoît Minisini
Le 20/05/2015 08:56, Rolf-Werner Eilert a écrit : > > Am 20.05.2015 03:18, schrieb Benoît Minisini: >> Le 20/05/2015 02:20, Willy@develop a écrit : >>> On wo, 2015-05-20 at 00:31 +0200, Benoît Minisini wrote: Hi, Since revision #7089, the IDE uses the new TextEditor control that

Re: [Gambas-user] Beware of the recent changes in the development version

2015-05-19 Thread Rolf-Werner Eilert
Am 20.05.2015 03:18, schrieb Benoît Minisini: > Le 20/05/2015 02:20, Willy@develop a écrit : >> On wo, 2015-05-20 at 00:31 +0200, Benoît Minisini wrote: >>> Hi, >>> >>> Since revision #7089, the IDE uses the new TextEditor control that >>> replaced the Editor control. >> Will TextEditor and Editor

Re: [Gambas-user] Beware of the recent changes in the development version

2015-05-19 Thread Benoît Minisini
Le 20/05/2015 02:20, Willy@develop a écrit : > On wo, 2015-05-20 at 00:31 +0200, Benoît Minisini wrote: >> Hi, >> >> Since revision #7089, the IDE uses the new TextEditor control that >> replaced the Editor control. > > Will TextEditor and Editor be code compatible? > I mean when changing from Edit

Re: [Gambas-user] Beware of the recent changes in the development version

2015-05-19 Thread Willy@develop
On wo, 2015-05-20 at 00:31 +0200, Benoît Minisini wrote: > Hi, > > Since revision #7089, the IDE uses the new TextEditor control that > replaced the Editor control. Will TextEditor and Editor be code compatible? I mean when changing from Editor to TextEditor would the same code for Editor still

Re: [Gambas-user] Beware of the recent changes in the development version

2015-05-19 Thread Benoît Minisini
Le 20/05/2015 01:42, richard terry a écrit : > On 20/05/15 08:31, Benoît Minisini wrote: >> Hi, >> >> Since revision #7089, the IDE uses the new TextEditor control that >> replaced the Editor control. >> >> The TextEditor control has not all the features of the old Editor >> control yet, and it sur

Re: [Gambas-user] Beware of the recent changes in the development version

2015-05-19 Thread richard terry
On 20/05/15 08:31, Benoît Minisini wrote: > Hi, > > Since revision #7089, the IDE uses the new TextEditor control that > replaced the Editor control. > > The TextEditor control has not all the features of the old Editor > control yet, and it surely still have bugs. So please report any problem! > >

[Gambas-user] Beware of the recent changes in the development version

2015-05-19 Thread Benoît Minisini
Hi, Since revision #7089, the IDE uses the new TextEditor control that replaced the Editor control. The TextEditor control has not all the features of the old Editor control yet, and it surely still have bugs. So please report any problem! One advantage: TextEditor is entirely written in Gamba