Re: [Gambas-user] New Editor Side Bar

2016-12-18 Thread Tony Morehen
Thanks for the info, Benoit. I'm still learning all of Gambas' nuances. BTW, I am using string.instr. On December 18, 2016 3:43:07 AM EST, "Benoît Minisini" wrote: >Le 18/12/2016 à 05:52, Tony Morehen a écrit : >> Fabian, it looks great and works like a charm.

Re: [Gambas-user] New Editor Side Bar

2016-12-18 Thread Benoît Minisini
Le 18/12/2016 à 05:52, Tony Morehen a écrit : > Fabian, it looks great and works like a charm. > > By the way, I'm working on text editor which would benefit from a couple > of minor changes to the text editor component. Could you make > $hDoc.Lines a read/write property of TextEditor and

Re: [Gambas-user] New Editor Side Bar

2016-12-17 Thread Tony Morehen
Fabian, it looks great and works like a charm. By the way, I'm working on text editor which would benefit from a couple of minor changes to the text editor component. Could you make $hDoc.Lines a read/write property of TextEditor and $hDoc.LineLength a read only property? I working on a

Re: [Gambas-user] New Editor Side Bar

2016-12-17 Thread Fabien Bodard
Le 17 déc. 2016 13:22, "Benoît Minisini" a écrit : > > Le 12/12/2016 à 15:00, Fabien Bodard a écrit : > > I added a new property to the Gambas code editor. I hope that I have > > sufficiently debugged it to avoid any inconvenience. This bar is drawn > > from the

Re: [Gambas-user] New Editor Side Bar

2016-12-17 Thread Benoît Minisini
Le 12/12/2016 à 15:00, Fabien Bodard a écrit : > I added a new property to the Gambas code editor. I hope that I have > sufficiently debugged it to avoid any inconvenience. This bar is drawn > from the vertical kate scroll bar. It displays a preview of the entire > code of the file. Of course as I

Re: [Gambas-user] New Editor Side Bar

2016-12-13 Thread Fabien Bodard
2016-12-13 3:58 GMT+01:00 Jussi Lahtinen : > I found a bug. The side bar causes crash when you try to open text file > from the data folder. It will work with the last ref > > Jussi > > On Mon, Dec 12, 2016 at 4:00 PM, Fabien Bodard wrote: > >> I

Re: [Gambas-user] New Editor Side Bar

2016-12-12 Thread Jussi Lahtinen
I found a bug. The side bar causes crash when you try to open text file from the data folder. Jussi On Mon, Dec 12, 2016 at 4:00 PM, Fabien Bodard wrote: > I added a new property to the Gambas code editor. I hope that I have > sufficiently debugged it to avoid any

Re: [Gambas-user] New Editor Side Bar

2016-12-12 Thread Jussi Lahtinen
Looks good! Thanks! Jussi On Mon, Dec 12, 2016 at 4:23 PM, Fabien Bodard wrote: > And this is a screenshot > > 2016-12-12 15:00 GMT+01:00 Fabien Bodard : > > I added a new property to the Gambas code editor. I hope that I have > > sufficiently

[Gambas-user] New Editor Side Bar

2016-12-12 Thread Fabien Bodard
I added a new property to the Gambas code editor. I hope that I have sufficiently debugged it to avoid any inconvenience. This bar is drawn from the vertical kate scroll bar. It displays a preview of the entire code of the file. Of course as I coded in Gambas it is not really a preview but rather