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
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
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
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
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
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
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
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!
>
>
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