Re: [Gambas-user] The interview on FLOSS

2015-09-20 Thread Mike Crean
Just a few choice ones. On Sunday, 20 September 2015, 13:48, Ian Haywood wrote: On Sat, Sep 19, 2015 at 11:21 PM, Ru Vuott wrote: >>  "autodidact" *is* an English word, > > ..that doesn't come from english sure, can you think of a word that

Re: [Gambas-user] Using property on a string array

2015-09-20 Thread Moviga Technologies
Haha! Wow! I must have been to dizzy yesterday :) Sorry about that! But, then - why isn't this working: cbxProfile.Add(MGlobal.DEFAULTSTR) 'This works cbxProfile.List.Insert(MGlobal.Profiles) 'This adds nothing, even though the array contains entries. The code is already in FConfig as you

[Gambas-user] [Gambas Bug Tracker] Bug #714: Gambas3 Editor crash when adding a new line at end of the file and press "reload"

2015-09-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.714=L21haW4- Comment #24 by Zainudin AHMAD: ow ... Different condition get different result I don't have problem for *.txt and *.html file (With r7312 the bug has fixed and try again with r7324 still fine). attach pic compare with 3.8.1 version

[Gambas-user] [Gambas Bug Tracker] Bug #714: Gambas3 Editor crash when adding a new line at end of the file and press "reload"

2015-09-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.714=L21haW4- Zainudin AHMAD added an attachment: pic-1.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[Gambas-user] [Gambas Bug Tracker] Bug #714: Gambas3 Editor crash when adding a new line at end of the file and press "reload"

2015-09-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.714=L21haW4- Comment #23 by Alexander KUIPER: @Benoit: I reinstalled Ubuntu 14.04.3 64-bit & Gambas 3.8.90 revision 7326, and the problem is still there ... Tonight/tomorrow i will try to debug the TextEditor directly.

Re: [Gambas-user] Using property on a string array

2015-09-20 Thread Jussi Lahtinen
I rechecked your project, and no FQuick.Init() is not called. However FConfig.Init() is called twice in MMain.Init(). So I assume that is supposed to be for FQuick. After making this modification in your code I get "I Profiles: test" to console. Jussi On Sun, Sep 20, 2015 at 12:11 PM, Moviga

[Gambas-user] [Gambas Bug Tracker] Bug #714: Gambas3 Editor crash when adding a new line at end of the file and press "reload"

2015-09-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.714=L21haW4- Comment #26 by Zainudin AHMAD: sorry very much ! just Ignore the special condition. -- ___ Gambas-user mailing

Re: [Gambas-user] Feature removal suggestion: Pressing Escape hides debug pane

2015-09-20 Thread Kevin Fishburne
On 09/19/2015 03:40 PM, Lewis Balentine wrote: > On 09/19/2015 05:48 AM, Patrik Karlsson wrote: >> 2015-09-19 7:16 GMT+02:00 Kevin Fishburne : >> >>> When modifying a line of code there are context-sensitive pop-ups for >>> syntax help, code completion and

Re: [Gambas-user] Using property on a string array

2015-09-20 Thread Adrien Prokopowicz
Le Sun, 20 Sep 2015 21:01:21 +0200, Moviga Technologies a écrit: > > Haha! Wow! I must have been to dizzy yesterday :) Sorry about that! > > But, then - why isn't this working: > > cbxProfile.Add(MGlobal.DEFAULTSTR) 'This works > cbxProfile.List.Insert(MGlobal.Profiles)

[Gambas-user] [Gambas Bug Tracker] Bug #752: Gambas shows - gbx3: warning: trying to watch fd #-1

2015-09-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.752=L21haW4- Alexander KUIPER reported a new bug. Summary --- Gambas shows - gbx3: warning: trying to watch fd #-1 Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description