Re: [Gambas-user] Editor word wrap mode

2015-06-07 Thread Charlie Reinl
Am Sonntag, den 07.06.2015, 13:51 +0200 schrieb Benoît Minisini: > Le 07/06/2015 13:41, Charlie Reinl a écrit : > > Am Sonntag, den 07.06.2015, 13:37 +0200 schrieb Benoît Minisini: > >> Le 07/06/2015 13:24, Charlie Reinl a écrit : > >>> > >>> Salut, > >>> > >>> thats are my first steps with the new

Re: [Gambas-user] Editor word wrap mode

2015-06-07 Thread Benoît Minisini
Le 07/06/2015 13:41, Charlie Reinl a écrit : > Am Sonntag, den 07.06.2015, 13:37 +0200 schrieb Benoît Minisini: >> Le 07/06/2015 13:24, Charlie Reinl a écrit : >>> >>> Salut, >>> >>> thats are my first steps with the new line wrapping, I just loaded >>> Bruce's demo-project. >>> I get some strange

Re: [Gambas-user] Editor word wrap mode

2015-06-07 Thread Charlie Reinl
Am Sonntag, den 07.06.2015, 13:37 +0200 schrieb Benoît Minisini: > Le 07/06/2015 13:24, Charlie Reinl a écrit : > > > > Salut, > > > > thats are my first steps with the new line wrapping, I just loaded > > Bruce's demo-project. > > I get some strange text behavior, look at attached screenshots. > >

Re: [Gambas-user] Editor word wrap mode

2015-06-07 Thread Benoît Minisini
Le 07/06/2015 13:24, Charlie Reinl a écrit : > > Salut, > > thats are my first steps with the new line wrapping, I just loaded > Bruce's demo-project. > I get some strange text behavior, look at attached screenshots. > > EX: Public Function unknown(...) As Variant > and in the text lines > Which f

Re: [Gambas-user] Editor word wrap mode

2015-06-07 Thread Charlie Reinl
Am Sonntag, den 07.06.2015, 10:16 +0930 schrieb adamn...@gmail.com: > On Sat, 06 Jun 2015 16:45:52 +0200 > Benoît Minisini wrote: > > > Pfew ! > > > > I think I finally succeeded in implementing word wrap mode in the new > > text editor. It was painful, but here it is. > > > > I have added two

Re: [Gambas-user] Editor word wrap mode

2015-06-06 Thread adamn...@gmail.com
On Sat, 06 Jun 2015 16:45:52 +0200 Benoît Minisini wrote: > Pfew ! > > I think I finally succeeded in implementing word wrap mode in the new > text editor. It was painful, but here it is. > > I have added two options in the IDE so that you can test: > > - A button to toggle word wrap mode ind

Re: [Gambas-user] Editor word wrap mode

2015-06-06 Thread adamn...@gmail.com
On Sat, 06 Jun 2015 16:45:52 +0200 Benoît Minisini wrote: > Pfew ! > > I think I finally succeeded in implementing word wrap mode in the new > text editor. It was painful, but here it is. > > I have added two options in the IDE so that you can test: > > - A button to toggle word wrap mode ind