Re: [Gambas-user] Snippets bug

2014-11-12 Thread B Bruen
On Wed, 12 Nov 2014 22:40:38 +0100 Jørn Erik Mørne wrote: > Hi! > > I have these two snippets: > > prb > Private $b${1:VariableName} as Boolean > prc > Private $c${1:VariableName} as Collection > > The first, prb, works as expected. But with the prb the initial c gets > selected in addition t

Re: [Gambas-user] New features on the wiki

2014-11-12 Thread Tobias Boege
On Wed, 12 Nov 2014, Beno?t Minisini wrote: > Le 12/11/2014 13:39, Tobias Boege a ?crit : > > On Sun, 09 Nov 2014, Beno??t Minisini wrote: > >> Hi, > >> > >> I added "automatic documentation from source files" in the wiki. If a > >> class, a property, an event, a constant or a method has an help co

[Gambas-user] Possible sqlite3 component error

2014-11-12 Thread B Bruen
The following query is a "standard" CTE based query to return the contents of a hierarchical table (i.e. columns are id, parentid, data): WITH RECURSIVE tmp AS ( SELECT *, 0 AS depth FROM pages p WHERE p.parent = 0 UNION ALL SELECT p.*, tmp.depth + 1 FROM pages p JOIN tmp ON

[Gambas-user] Snippets bug

2014-11-12 Thread Jørn Erik Mørne
Hi! I have these two snippets: prb Private $b${1:VariableName} as Boolean prc Private $c${1:VariableName} as Collection The first, prb, works as expected. But with the prb the initial c gets selected in addition to VariableName. -- Kind regards ---

Re: [Gambas-user] Release of Gambas 3.6.2

2014-11-12 Thread Jorge Carrión
Good work. This is a very expected Version :-) :-) Thanks Benoît Regards. 2014-11-12 21:04 GMT+01:00 Benoît Minisini : > Le 12/11/2014 20:49, Jesus a écrit : > > El 12/11/14 a las 17:39, Benoît Minisini escribió: > >> Hi, > >> > >> I have made the release of Gambas 3.6.2 official. > >> > >> The

Re: [Gambas-user] Release of Gambas 3.6.2

2014-11-12 Thread Benoît Minisini
Le 12/11/2014 20:49, Jesus a écrit : > El 12/11/14 a las 17:39, Benoît Minisini escribió: >> Hi, >> >> I have made the release of Gambas 3.6.2 official. >> >> There is still a problem in the way the offline help is displayed: fixes >> to the wiki stylesheet must be duplicated by hand in the IDE at

Re: [Gambas-user] Release of Gambas 3.6.2

2014-11-12 Thread Jesus
El 12/11/14 a las 17:39, Benoît Minisini escribió: > Hi, > > I have made the release of Gambas 3.6.2 official. > > There is still a problem in the way the offline help is displayed: fixes > to the wiki stylesheet must be duplicated by hand in the IDE at the moment. > > If I find a solution for that

[Gambas-user] Release of Gambas 3.6.2

2014-11-12 Thread Benoît Minisini
Hi, I have made the release of Gambas 3.6.2 official. There is still a problem in the way the offline help is displayed: fixes to the wiki stylesheet must be duplicated by hand in the IDE at the moment. If I find a solution for that, it will be backported to a next 3.6.3 version. Regards, --

Re: [Gambas-user] I think I might have a corrupt project

2014-11-12 Thread Charlie Reinl
Am Mittwoch, den 12.11.2014, 14:48 +0100 schrieb Tobias Boege: > On Wed, 12 Nov 2014, Martin McGlensey wrote: > > Tobi, > > > > > > > > The project was created by user marty not root. The permissions on the > > project directory and the backup directory are the same. Owner = marty read > > and

Re: [Gambas-user] I think I might have a corrupt project

2014-11-12 Thread Tobias Boege
On Wed, 12 Nov 2014, Martin McGlensey wrote: > Tobi, > > > > The project was created by user marty not root. The permissions on the > project directory and the backup directory are the same. Owner = marty read > and write, group = marty read and write and other read only. I've copied all > of t

Re: [Gambas-user] I think I might have a corrupt project

2014-11-12 Thread Martin McGlensey
Tobi, The project was created by user marty not root. The permissions on the project directory and the backup directory are the same. Owner = marty read and write, group = marty read and write and other read only. I've copied all of the files into the new database using sources -> new -> form -

Re: [Gambas-user] New features on the wiki

2014-11-12 Thread Benoît Minisini
Le 12/11/2014 13:39, Tobias Boege a écrit : > On Sun, 09 Nov 2014, Beno??t Minisini wrote: >> Hi, >> >> I added "automatic documentation from source files" in the wiki. If a >> class, a property, an event, a constant or a method has an help comment >> in its source code, it will be used to make a d

Re: [Gambas-user] New features on the wiki

2014-11-12 Thread Tobias Boege
On Sun, 09 Nov 2014, Beno??t Minisini wrote: > Hi, > > I added "automatic documentation from source files" in the wiki. If a > class, a property, an event, a constant or a method has an help comment > in its source code, it will be used to make a default documentation page > automatically. >

Re: [Gambas-user] Pre-release of Gambas 3.6.2

2014-11-12 Thread Jesus
El 12/11/14 a las 01:39, Benoît Minisini escribió: > Le 12/11/2014 01:28, Benoît Minisini a écrit : >> Le 12/11/2014 01:13, Jesus a écrit : >>> El 11/11/14 a las 17:58, Benoît Minisini escribió: Hi, I have uploaded a pre-release source package of Gambas 3.6.2 on sourceforge at: