Re: [Gambas-user] Annoying automatic comment creation...

2014-03-31 Thread Benoît Minisini
Le 31/03/2014 21:15, ISS Boss a écrit : > > +1. It is annoying to me also. > > Stephen wrote, On 03/31/2014 14:04: > > When creating a new comment line, after pressing [ENTER] the editor > assumes that the next line is also a comment and helpfully > puts in the single quote to make it so

Re: [Gambas-user] Annoying automatic comment creation...

2014-03-31 Thread Daniel Quintero
Good question and good answer. Thanks for the tip Benoît :) *_* *Lic. Daniel Quintero Rojas* *¡Saludos desde México!* On Mon, Mar 31, 2014 at 1:00 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 31/03/2014 20:04, Stephen a écrit : > > When cre

Re: [Gambas-user] Annoying automatic comment creation...

2014-03-31 Thread ISS Boss
+1. It is annoying to me also. Stephen wrote, On 03/31/2014 14:04: When creating a new comment line, after pressing [ENTER] the editor assumes that the next line is also a comment and helpfully puts in the single quote to make it so. Now I can see how some might like this, and thats

Re: [Gambas-user] Annoying automatic comment creation...

2014-03-31 Thread Benoît Minisini
Le 31/03/2014 20:04, Stephen a écrit : > When creating a new comment line, after pressing [ENTER] the editor > assumes that the next line is also a comment and helpfully > puts in the single quote to make it so. Now I can see how > some might like this, and thats fine, but could we have the optio

[Gambas-user] Annoying automatic comment creation...

2014-03-31 Thread Stephen
When creating a new comment line, after pressing [ENTER] the editor assumes that the next line is also a comment and helpfully puts in the single quote to make it so. Now I can see how some might like this, and thats fine, but could we have the option to turn this feature off? I've been caugh

Re: [Gambas-user] ncurses help texts missing

2014-03-31 Thread Tobias Boege
On Mon, 31 Mar 2014, Rolf-Werner Eilert wrote: > > > Am 31.03.2014 15:26, schrieb Tobias Boege: > > On Mon, 31 Mar 2014, Rolf-Werner Eilert wrote: > >> [I'll free that thread from some lines...] > >> > Moreover, umlauts aren't printed correctly (I guess it's UTF-8). Is > there a solutio

Re: [Gambas-user] ncurses help texts missing

2014-03-31 Thread Rolf-Werner Eilert
Am 31.03.2014 15:26, schrieb Tobias Boege: > On Mon, 31 Mar 2014, Rolf-Werner Eilert wrote: >> [I'll free that thread from some lines...] >> Moreover, umlauts aren't printed correctly (I guess it's UTF-8). Is there a solution? >>> >>> My turn. NCurses offers an ncursesw library for

Re: [Gambas-user] ncurses help texts missing

2014-03-31 Thread Rolf-Werner Eilert
Am 31.03.2014 15:26, schrieb Tobias Boege: > On Mon, 31 Mar 2014, Rolf-Werner Eilert wrote: >> [I'll free that thread from some lines...] >> Moreover, umlauts aren't printed correctly (I guess it's UTF-8). Is there a solution? >>> >>> My turn. NCurses offers an ncursesw library for

Re: [Gambas-user] ncurses help texts missing

2014-03-31 Thread Tobias Boege
On Mon, 31 Mar 2014, Rolf-Werner Eilert wrote: > [I'll free that thread from some lines...] > > >> Moreover, umlauts aren't printed correctly (I guess it's UTF-8). Is > >> there a solution? > >> > > > > My turn. NCurses offers an ncursesw library for wide characters - I just > > don't use it. > >

Re: [Gambas-user] ncurses help texts missing

2014-03-31 Thread Rolf-Werner Eilert
[I'll free that thread from some lines...] >> Moreover, umlauts aren't printed correctly (I guess it's UTF-8). Is >> there a solution? >> > > My turn. NCurses offers an ncursesw library for wide characters - I just > don't use it. > > Not out of ignorance or laziness but because I want to use the

[Gambas-user] Scrolling and Repositioning a Dirview control by code

2014-03-31 Thread Jorge Carrión
Hi I've a problem with a Dirview. When you call the .newfolder method, Dirview allows you type the name in the list of folders by inserting a textbox in its alfabetical place into the folder's list... BUT if you folder list is bigger than the view and the place of "New Folder" isn't visible, nothi