Re: [Gambas-user] Code Editor Problem

2009-10-18 Thread Saba Moshe
Because the pop-up list would be too long? Saba Moshe >>> Date: Sun, 18 Oct 2009 18:00:50 +0200 From: Beno?t Minisini Subject: Re: [Gambas-user] Code Editor Problem To: mailing list for gambas users Message-ID: <200910181800.50789.gam...@users.sourceforge.net> Content-T

Re: [Gambas-user] Code Editor Problem

2009-10-18 Thread Benoît Minisini
> > On Sat, 2009-10-17 at 16:21 +0200, Benoît Minisini wrote: > > > > No such thing happens if the module name is from 1 to 3 characters in > > > > length. The problem is, I need a module to be called k, nothing else, > > > > and I need the constants to be displayed when I type k and a period. > >

Re: [Gambas-user] Code Editor Problem

2009-10-18 Thread Benoît Minisini
> On Sat, 2009-10-17 at 16:21 +0200, Benoît Minisini wrote: > > > No such thing happens if the module name is from 1 to 3 characters in > > > length. The problem is, I need a module to be called k, nothing else, > > > and I need the constants to be displayed when I type k and a period. > > > > Do y

Re: [Gambas-user] Code Editor Problem

2009-10-17 Thread Kad Mann
On Sat, 2009-10-17 at 16:21 +0200, Benoît Minisini wrote: > > No such thing happens if the module name is from 1 to 3 characters in > > length. The problem is, I need a module to be called k, nothing else, > > and I need the constants to be displayed when I type k and a period. > > Do you mean th

Re: [Gambas-user] Code Editor Problem

2009-10-17 Thread Benoît Minisini
> This looks like a bug to me. > > If I create a module name modConstants and add these two lines: > > PUBLIC CONST BTN_CANCEL AS Integer = 0 > PUBLIC CONST BTN_OK AS Integer = 1 > > If I then edit, say, FMain, I can then refer to those constants by > typing the module name and a period. Gambas

Re: [Gambas-user] Code Editor Problem

2009-10-17 Thread Kad Mann
On Sat, 2009-10-17 at 10:52 +0200, Doriano Blengino wrote: > Kad Mann ha scritto: > > This looks like a bug to me. > > > > If I create a module name modConstants and add these two lines: > > > > PUBLIC CONST BTN_CANCEL AS Integer = 0 > > PUBLIC CONST BTN_OK AS Integer = 1 > > > > If I then edit, sa

Re: [Gambas-user] Code Editor Problem

2009-10-17 Thread Doriano Blengino
Kad Mann ha scritto: > This looks like a bug to me. > > If I create a module name modConstants and add these two lines: > > PUBLIC CONST BTN_CANCEL AS Integer = 0 > PUBLIC CONST BTN_OK AS Integer = 1 > > If I then edit, say, FMain, I can then refer to those constants by > typing the module name and

[Gambas-user] Code Editor Problem

2009-10-16 Thread Kad Mann
This looks like a bug to me. If I create a module name modConstants and add these two lines: PUBLIC CONST BTN_CANCEL AS Integer = 0 PUBLIC CONST BTN_OK AS Integer = 1 If I then edit, say, FMain, I can then refer to those constants by typing the module name and a period. Gambas will then show me