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] Problem with rev. #7090: impossible to paste a text in the project

2015-05-20 Thread Ru Vuott
Ah, ok Benoît. Ctrl+Shift+V and then choosing simple text Well, solved ! Thanks vuott Gio 21/5/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Problem with rev. #7090: impossible to paste a text in the project A: "mailing lis

Re: [Gambas-user] Problem with rev. #7090: impossible to paste a text in the project

2015-05-20 Thread Benoît Minisini
Le 21/05/2015 00:20, Ru Vuott a écrit : > Ok, but it is really a trouble and an inconvenience, because if I want to > insert in the IDE some text Gambas code: > - if it was copied from a web page, I obtain strange symbols, like the > no-printable characters. > - if I copy a Gambas code from a tex

Re: [Gambas-user] Problem with rev. #7090: impossible to paste a text in the project

2015-05-20 Thread Ru Vuott
Ok, but it is really a trouble and an inconvenience, because if I want to insert in the IDE some text Gambas code: - if it was copied from a web page, I obtain strange symbols, like the no-printable characters. - if I copy a Gambas code from a text editor (Gedit), I obtain this: *** in the begin

Re: [Gambas-user] Problem with rev. #7090: impossible to paste a text in the project

2015-05-20 Thread Benoît Minisini
Le 20/05/2015 20:56, Ru Vuott a écrit : > Hello, > > with rev. #7090 I have a strange problem: I cannot paste in a project the > text that I highlighted with the mouse. > > regards > vuott > > > P.S. : I wanted to paste here the characteristics of my system, but - > although I have clicked on the

Re: [Gambas-user] Problem with rev. #7090: impossible to paste a text in the project

2015-05-20 Thread Jussi Lahtinen
Do you use any clipboard manager? Jussi On Wed, May 20, 2015 at 9:56 PM, Ru Vuott wrote: > Hello, > > with rev. #7090 I have a strange problem: I cannot paste in a project the > text that I highlighted with the mouse. > > regards > vuott > > > P.S. : I wanted to paste here the characteristics

[Gambas-user] Problem with rev. #7090: impossible to paste a text in the project

2015-05-20 Thread Ru Vuott
Hello, with rev. #7090 I have a strange problem: I cannot paste in a project the text that I highlighted with the mouse. regards vuott P.S. : I wanted to paste here the characteristics of my system, but - although I have clicked on the "Copy" on "System information" window - I could not paste

Re: [Gambas-user] gambas3 gb.form error

2015-05-20 Thread GH
Thanks... No problem I can wait tomorow, I just wanted to know if it was a 15.10 problem... Regards Henri Le 20/05/2015 16:14, Sebastian Kulesz a écrit : > That's because today's builds where compiled after the change of the > default editor, but before I added the component and updated the IDE's

Re: [Gambas-user] gambas3 gb.form error

2015-05-20 Thread Sebastian Kulesz
That's because today's builds where compiled after the change of the default editor, but before I added the component and updated the IDE's dependencies. I am extremely busy today so I won't be able to issue new builds. It will be automatically fixed in tonight's packages though. If it is urgent,

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] [Qt5] Window flags are not properly handled

2015-05-20 Thread Benoît Minisini
Le 20/05/2015 07:36, Adrien Prokopowicz a écrit : > Hello Benoît, > > As the title suggests, when setting the window flags of a form, > these do not seem to properly apply when running. > However, these work perfectly using Qt4. > > I tested a few, including Border, SkipTaskbar, Stacking, Sticky an

[Gambas-user] gambas3 gb.form error

2015-05-20 Thread GH
HI, I just add gambas3 daily ppa, usually it works well but this morning it's not working ? "gbr3: unable to load component: gb.form.editor" I use wily 15.10 but I think it's not the problem everything run in installation ? Any idea, Regards -