[Gambas-user] Editor control

2012-07-16 Thread Valeriu
Hello! As defined in the control Editor, the string contains a red color and is Highlight.Breakpoint? Code: Dim strFile As String, Ret As String, cnt As String = 0, Er As String = Dim strc As String, Buf As String, arrstring As String, arr As String[], sText As String Dim i As Integer, cont

Re: [Gambas-user] Editor Control (gb.qt4.ext) - Some questions.

2012-02-06 Thread Benoît Minisini
Le 05/02/2012 03:55, Ian Roper a écrit : In the Editor control from gb.qt4.ext # Context When reviewing text read from a file in an Editor Control. # Highlighting When MyEditorControl.Highlight attribute is set to 'Normal', the 'end-of-line' ( gb.crlf ) character is displayed as a

[Gambas-user] Editor Control (gb.qt4.ext) - Some questions.

2012-02-04 Thread Ian Roper
In the Editor control from gb.qt4.ext # Context When reviewing text read from a file in an Editor Control. # Highlighting When MyEditorControl.Highlight attribute is set to 'Normal', the 'end-of-line' ( gb.crlf ) character is displayed as a musical note symbol ? I have tried various fonts but

[Gambas-user] Editor control

2009-12-14 Thread John
I have a problem with the editor control, I set it to have a grey background, but if I load a file it becomes white. Is there a way that I can change the background color for modified lines and the current line? If not how can I turn off ShowModifiedLines and ShowCurrentLine? Thanks, John

Re: [Gambas-user] Editor control

2009-12-14 Thread Benoît Minisini
I have a problem with the editor control, I set it to have a grey background, but if I load a file it becomes white. Is there a way that I can change the background color for modified lines and the current line? Do you use Gambas 3 ? Do you use the latest revision ? If not how can I turn

Re: [Gambas-user] Editor control

2009-12-14 Thread John
Do you use Gambas 3 ? Do you use the latest revision ? That would have been useful information to add, sorry. I tried both Gambas 2.18 and Gambas 3 svn (updated today). Editor.Flags[Editor.ShowModifiedLines] = False Editor.Flags[Editor.ShowCurrentLine] = False Regards, That is

Re: [Gambas-user] Editor control

2009-12-14 Thread Benoît Minisini
Do you use Gambas 3 ? Do you use the latest revision ? That would have been useful information to add, sorry. I tried both Gambas 2.18 and Gambas 3 svn (updated today). Editor.Flags[Editor.ShowModifiedLines] = False Editor.Flags[Editor.ShowCurrentLine] = False Regards, That is

Re: [Gambas-user] Editor control

2009-12-14 Thread John
I thought that the Flags must have been on by default, with the highlight property set to none the background color changed when a line was modified. Thank you so much for straightening me out Benoît. As for the background color, the Editor actually does not use it, it uses the background

[Gambas-user] Editor Control

2009-12-13 Thread John
I have a problem with the editor control, I set it to have a grey background, but if I load a file it becomes white. Is there a way that I can change the background color of modified lines? If not how can I turn off ShowModifiedLines and ShowCurrentLine? Thanks, John