Re: [Gambas-user] Snippets bug

2014-11-13 Thread Jørn Erik Mørne
Den 13. nov. 2014 16:34, skrev Benoît Minisini: > Le 13/11/2014 15:04, Jørn Erik Mørne a écrit : >> Den 12. nov. 2014 22:40, skrev Jørn Erik Mørne: >>> Hi! >>> >>> I have these two snippets: >>> >>> prb >>> Private $b${1:VariableName} as Boolean >>> prc >>> Private $c${1:VariableName} as Collectio

Re: [Gambas-user] Snippets bug

2014-11-13 Thread Benoît Minisini
Le 13/11/2014 15:04, Jørn Erik Mørne a écrit : > Den 12. nov. 2014 22:40, skrev 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

Re: [Gambas-user] Snippets bug

2014-11-13 Thread Jørn Erik Mørne
Den 12. nov. 2014 22:40, skrev 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.

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

[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 ---