[Gambas-user] ShowLineNumbers Editor

2011-09-24 Thread Demosthenes Koptsis
which is the property to set ShowLineNumbers to show line numbers for Editor control? -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application

Re: [Gambas-user] ShowLineNumbers Editor

2011-09-24 Thread tobias
On 24.09.2011 18:47, Demosthenes Koptsis wrote: which is the property to set ShowLineNumbers to show line numbers for Editor control? it's Editor.Flags[]: http://gambasdoc.org/help/comp/gb.qt4.ext/.editor.flags?v3 --

Re: [Gambas-user] ShowLineNumbers Editor

2011-09-24 Thread Demosthenes Koptsis
ok i found it. Editor1.Flags[Editor1.ShowLineNumbers] = True it is little tricky, isn't it? On Sat, 2011-09-24 at 19:47 +0300, Demosthenes Koptsis wrote: which is the property to set ShowLineNumbers to show line numbers for Editor control?

Re: [Gambas-user] ShowLineNumbers Editor

2011-09-24 Thread Demosthenes Koptsis
Thanks Tobias i saw it. On Sat, 2011-09-24 at 19:26 +0200, tobias wrote: On 24.09.2011 18:47, Demosthenes Koptsis wrote: which is the property to set ShowLineNumbers to show line numbers for Editor control? it's Editor.Flags[]: http://gambasdoc.org/help/comp/gb.qt4.ext/.editor.flags?v3

Re: [Gambas-user] ShowLineNumbers Editor

2011-09-24 Thread Fabien Bodard
2011/9/24 Demosthenes Koptsis demosthen...@gmail.com: Thanks Tobias i saw it. On Sat, 2011-09-24 at 19:26 +0200, tobias wrote: On 24.09.2011 18:47, Demosthenes Koptsis wrote: which is the property to set ShowLineNumbers to show line numbers for Editor control? it's Editor.Flags[]:

Re: [Gambas-user] ShowLineNumbers Editor

2011-09-24 Thread BenoƮt Minisini
2011/9/24 Demosthenes Koptsis demosthen...@gmail.com: Thanks Tobias i saw it. On Sat, 2011-09-24 at 19:26 +0200, tobias wrote: On 24.09.2011 18:47, Demosthenes Koptsis wrote: which is the property to set ShowLineNumbers to show line numbers for Editor control? it's