Re: [Gambas-user] The interview on FLOSS

2015-09-20 Thread adamn...@gmail.com
On Sun, 20 Sep 2015 23:22:27 -0400 Kevin Fishburne wrote: > On 09/19/2015 01:16 PM, Caveat wrote: > > Really not sure what you mean by 'doesn't come from English'... of > > course it comes from Greek, but it's a word appearing in most English > > dictionaries... so? Should we exclude anorexia as

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

2015-09-20 Thread adamn...@gmail.com
On Mon, 21 Sep 2015 00:54:22 -0400 Kevin Fishburne wrote: > On 09/21/2015 12:52 AM, Kevin Fishburne wrote: > > 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

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 method/property enumeration, which is >>>

Re: [Gambas-user] The interview on FLOSS

2015-09-20 Thread Kevin Fishburne
On 09/19/2015 01:16 PM, Caveat wrote: > Really not sure what you mean by 'doesn't come from English'... of > course it comes from Greek, but it's a word appearing in most English > dictionaries... so? Should we exclude anorexia as an English word > because it also comes from Greek, or manxome beca

[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&from=L21haW4- Comment #26 by Zainudin AHMAD: sorry very much ! just Ignore the special condition. -- ___ Gambas-user mail

[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&from=L21haW4- Comment #25 by Zainudin AHMAD: with special condition : - the file is empty - or only have " ' Gambas module file " comment - or only fill with new line. ---

[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&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge

[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&from=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 ver

Re: [Gambas-user] The interview on FLOSS

2015-09-20 Thread Christof Thalhofer
Hello Benoît, Am 09.09.2015 um 16:55 schrieb Benoît Minisini: > I have been interviewed by Randall Schwartz and Simon Phipps on the > FLOSS weekly show on twit.tv. You can show the interview at: > > https://twit.tv/shows/floss-weekly/episodes/353 > > If you watch it, you will probably notice th

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) 'This adds nothing, even

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 #752: Gambas shows - gbx3: warning: trying to watch fd #-1

2015-09-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.752&from=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 -

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 Te

[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&from=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. --

[Gambas-user] [Gambas Bug Tracker] Bug #751: Changing Type of ValueBox deletes the control

2015-09-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.751&from=L21haW4- Safiur RAHMAN reported a new bug. Summary --- Changing Type of ValueBox deletes the control Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description --- Hi

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

2015-09-20 Thread Moviga Technologies
I do not understand what you mean by "Still no". MMain.Init() is calling FQuick.Init() As for the conf files, you can just place an empty file file with a *.conf extension in the dir, or use the GUI to create a new profile (the pluss sign in FConf).

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 does? --